This is the mail archive of the gcc-bugs@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]

Re: Potential bug


  > 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


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