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: Hopefully final patch for PR 13722


Zack Weinberg writes:
> Al Stone <ahs3@fc.hp.com> writes:
> 
> > I probably should have spoken up before but I was out of town
> > for a while.
> >
> > I've got an ia64 machine that I try to run nightly bootstrap
> > and check on (it's sporadic right now).  I'd be glad to get 
> > it so it does run nightly and send out the results (and try
> > to at least isolate what breaks).  This would be for ia64-linux,
> > on Debian unstable.
> 
> That would be really great.
> 
> > Are there particular configuration parameters that should be
> > set?  I typically only build and test for C, C++ and g77, without
> > maintainer mode set.
> 
> That should be fine.
> 
> > Any particular version of the compiler to be used for the bootstrap?
> 
> I've been using 3.3.2 for ia64 bootstrap base compiler, with good results.

CVS 20040128 including your patch fails in the first ada file in
stage2 (Debian unstable):

stage1/xgcc -Bstage1/ -B/usr/lib/gcc-snapshot/ia64-linux/bin/   -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition     -DHAVE_CONFIG_H  gcov-dump.o version.o ../libiberty/libiberty.a   -o gcov-dump
stage1/xgcc -Bstage1/ -B/usr/lib/gcc-snapshot/ia64-linux/bin/ -c -O2       -gnatpg -gnata -I- -I. -Iada -I../../src/gcc/ada ../../src/gcc/ada/ada.ads -o ada/ada.o
xgcc: Internal error: Illegal instruction (program gnat1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [ada/ada.o] Error 1
make[4]: Leaving directory `/home/doko/gcc/snap/gcc-snapshot-20040128/build/gcc'
make[3]: *** [stage2_build] Error 2


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