This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Potential bug
- To: Davin Petersen <davinp at celltech dot com>
- Subject: Re: Potential bug
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 27 Aug 1999 15:55:07 -0600
- cc: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Reply-To: law at cygnus dot com
> The compiler dies after the 3rd-stage comparison test problem (from make
> bootstrap). See
> http://egcs.cygnus.com/install/specific.html#hppa*-hp-hpux10. I
> continued with the "make all" after the comparison test croaked and
> while compiling linking.m the compiler dies with the following message:
>
> xgcc: Internal compiler error: program cc1obj got fatal signal 11
>
> According to your bug-reporting page, internal compilers are bad and
> should be reported.
>
> Thanks for your help. Please let me know if I'm a total looser and
> messed up along the way.
You've got inconsistent source files.
Specifically you've got some parser files build with bison-1.27 or later
and others built with some older version of bison.
I'm guessing you updated with the diffs from gcc-2.95 to gcc-2.95.1?
jeff