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]

2.95: next patch kit



  Hi,

     After the following patch was installed in the gcc-2.95-branch:

   From Zack Weinberg <zackw@Stanford.EDU>:
   * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
   xcpp to cpp throughout.
   (native): Remove unnecessary dependency on cpp.
   * gcc.c (C specs): Call cpp0 to do preprocessing, not cpp.
   * ch/lang-specs.h, cp/lang-specs.h, f/lang-specs.h,
   objc/lang-specs.h: Call cpp0 to do preprocessing, not cpp.

  To be precise, after:

bash$ contrib/egcs_update -P -rgcc-2_95-branch
Updating CVS tree
P gcc/ChangeLog
P gcc/Makefile.in
P gcc/emit-rtl.c
P gcc/flow.c
P gcc/gcc.c
P gcc/optabs.c
P gcc/reload.c
P gcc/reload.h
P gcc/reload1.c
P gcc/toplev.c
P gcc/ch/lang-specs.h
P gcc/config/linux.h
P gcc/config/alpha/linux-elf.h
P gcc/config/arm/linux-elf.h
P gcc/config/h8300/h8300.c
U gcc/config/i386/freebsd-elf.h
P gcc/config/rs6000/linux.h
P gcc/config/rs6000/rs6000.c
P gcc/config/rs6000/rs6000.md
P gcc/config/sparc/linux.h
P gcc/cp/lang-specs.h
P gcc/f/lang-specs.h
P gcc/objc/lang-specs.h
Adjusting file timestamps

  I find when compiling the Dec-20, CVS code for glibc-2.2x:

/usr/bin/gcc -pipe -mpentiumpro dl-load.c -c -O2 -Wall -Winline -Wstrict-prototypes
 -Wwrite-strings -g   -Wno-unused   -I../include -I. -I/Main/Glibc/libc/Build/elf -I..
 -I../libio  -I/Main/Glibc/libc/Build -I../sysdeps/i386/elf
 -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux
 -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
 -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i686
 -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386/i686
 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu 
 -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet
 -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386/i686
 -I../sysdeps/unix/i386/i586 -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix
 -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu
 -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96
 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754
 -I../sysdeps/generic/elf -I../sysdeps/generic   -D_LIBC_REENTRANT -include
 ../include/libc-symbols.h   -I/Main/Glibc/libc/Build/elf/.
  -o /Main/Glibc/libc/Build/elf/dl-load.o
cpp0: output pipe has been closed
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [/Main/Glibc/libc/Build/elf/dl-load.o] Error 1
make[2]: Leaving directory `/Main/Glibc/libc/elf'


 System is:  linux-2.4.0-test12, Dual Xeon-II(i686), Intel-GX chipset,
             glibc-2.2?, binutils-2.10.1.0.2(HJL) 

 If you would like to see the fine details, let me know.


  Roger Brown    bregor at anusf dot anu dot edu dot au


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