This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada/4.1] Fix PR ada/18819 on s390x


Richard Guenther <richard.guenther@gmail.com> wrote on 26.01.2006 11:26:55:

> --- gcc/config/s390/s390.c
> +++ gcc/config/s390/s390.c
> @@ -1363,8 +1363,8 @@
>    /* Determine processor to tune for.  */
>    if (s390_tune == PROCESSOR_max)
>      {
> -      s390_tune = s390_arch;
> -      s390_tune_flags = s390_arch_flags;
> +      /* At SuSE we want to tune for z9-109 by default.  */
> +      s390_handle_arch_option ("z9-109", &s390_tune, &s390_tune_flags);
>      }

Why not simply use configure --with-tune=z9-109 ?

> ../../xgcc -B../../  -c -g -O2 -fPIC      -W -Wall -gnatpg
> g-spipat.adb -o g-spipat.o
> g-spipat.adb: In function 'GNAT.SPITBOL.PATTERNS.XMATCHD':
> g-spipat.adb:6453: fatal error: internal consistency failure
> compilation terminated.
> make[8]: *** [g-spipat.o] Error 1

Weird.  I'll have a look ...


Mit freundlichen Gruessen / Best Regards

Ulrich Weigand

--
  Dr. Ulrich Weigand
  GNU compiler/toolchain for Linux on zSeries and Cell
  IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen
  Phone: +49-7031/16-3727   ---   Email: Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]