From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Hollstein To: ian@cygnus.com Cc: bfd@cygnus.com, gas2@cygnus.com, egcs@cygnus.com Subject: Re: binutils 2.9 branch created Date: Wed, 01 Apr 1998 11:10:00 -0000 Message-id: <13602.36843.233013.85877@saturn.s-direktnet.de> References: <199803310230.VAA25297@subrogation.cygnus.com> <13602.15440.609145.396261@slsvhmt> <13602.36345.950844.870982@saturn.s-direktnet.de> <13602.36345.950844.870982@saturn.s-direktnet.de> X-SW-Source: 1998/msg00032.html On Wed, 1 April 1998, 21:00:54, manfred@s-direktnet.de wrote: > On Wed, 1 April 1998, 15:11:40, manfred@s-direktnet.de wrote: > > > I just checked the gas-980331 snapshot on these configurations: > > > > - hppa1.1-hp-hpux10.20 > > - m68k-motorola-sysv (aka `delta') > > - m88k-motorola-sysv3 (aka `delta88') > > - sparc-sun-solaris2.5.1 > > - sparc-sun-sunos4.1.4 > > > > I didn't observe any problem! > > But, on i586-linux-gnulibc1 building current egcs snapshot (from CVS) > fails (stage1/cc1 is calling abort while compiling getopt.c)! Using > H.J. Lu's binutils-2.8.1.0.15 instead doesn't show such problems! Nope, I was too fast. Two minutes after having sent this message: stage1/xgcc -Bstage1/ -c -DIN_GCC -DUSE_GNULIBC_1 -O9 -funroll-all-loops -g -DUSE_GAS -DUSE_GLD -march=pentium -mcpu=pentium -malign-loops=0 -malign-jumps=0 -malign-functions=0 -fomit-frame-pointer -W -Wall -DHAVE_CONFIG_H -I. -I../../egcs-980401/gcc -I../../egcs-980401/gcc/config ../../egcs-980401/gcc/getopt.c ../../egcs-980401/gcc/getopt.c: In function `_getopt_initialize': ../../egcs-980401/gcc/getopt.c:386: warning: unused parameter `argc' ../../egcs-980401/gcc/getopt.c:387: warning: unused parameter `argv' xgcc: Internal compiler error: program cc1 got fatal signal 6 So, it's most likely a problem with egcs. Please accept my apology for any confusion. manfred