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: cc1 failure on simple int declaration



  In message <3A1BE858.3E2BB33E@lufmech.rwth-aachen.de>you write:
  > Well, this error is really amazing:
  > 
  > during make all (cross) on hppa64-hp-hpux11.00
  > 
  > [...]
  > echo "int xxy_us_dummy;" >tmp-dum.c
  > /work/markus/GCC/build/gcc/xgcc -B/work/markus/GCC/build/gcc/
  > -B/work/markus/opt/egcs-001122/hppa64-hp-hpux11.00/bin/
  > -B/work/markus/opt/egcs-001122/hppa64-hp-hpux11.00/lib/ -isystem
  > /work/markus/opt/egcs-001122/hppa64-hp-hpux11.00/include -S tmp-dum.c
  > cc1: Internal compiler error in size_binop, at fold-const.c:1913
  > Please submit a full bug report.
Most likely because there's something wrong in how you configured your
cross compiler.  I've seen this before.

As I stated, build a cross for this target won't be easy.
jeff


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