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]

Re: Measuring alignment


>>>>> Richard Kenner writes:

 > Yesterday I fixed my last bug relating to the fact that half of the
 > routines accept alignment in bits and the other half in bytes.  So
 > I committed the following (a fixed about half a dozen so-far-undetected
 > bugs in the process).  I also used host_integerp in a few more places.
But it seems you introdruced or exposed some others. :-(

I can't bootstrap on i686-linux any more:
for name in _eh; \
do \
  echo ${name}; \
  ./xgcc -B/opt/gcc-2.96.test/i686-pc-linux-gnu/bin/ -B./ -I/opt/gcc-2.96.test/i686-pc-linux-gnu/include -O2   -DIN_GCC    -g -W -Wall -Wtraditional -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -fexceptions -I. -I/cvs/gcc/gcc -I/cvs/gcc/gcc/config -I/cvs/gcc/gcc/../include -c \
      -DL${name} /cvs/gcc/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ` if [ -f /usr/src/build-cc/19991209/gcc/../binutils/ar ] ; then echo /usr/src/build-cc/19991209/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,^,i686-pc-linux-gnu-,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_eh
/cvs/gcc/gcc/libgcc2.c: In function `new_eh_context':
/cvs/gcc/gcc/libgcc2.c:3037: Internal compiler error in `clear_by_pieces', at expr.c:2318
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/usr/src/build-cc/19991209/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/src/build-cc/19991209/gcc'
make: *** [bootstrap] Error 2

If you need a full bug report, tell me.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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