This is the mail archive of the gcc@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: Merge from pch branch; call for testers


Resuls on an armv5l-unknown-linux-gnu system :


Bootstrap compiler : gcc-3.0.4
Configured as follows :

../gcctree/configure --prefix=/tmp/gcc-pch-branch --with-cpu=xscale 
--enable-checking=tree,misc,gc,gcac

for pch-branch :
   make bootstrap

ends with :

stage1/xgcc -Bstage1/ 
-B/tmp/gcc-pch-branch/armv5l-unknown-linux-gnu/bin/ -c -DIN_GCC    -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. 
-I../../gcc-pch-branch/gcc -I../../gcc-pch-branch/gcc/. 
-I../../gcc-pch-branch/gcc/config -I../../gcc-pch-branch/gcc/../include 
../../gcc-pch-branch/gcc/conflict.c -o conflict.o
stage1/xgcc -Bstage1/ 
-B/tmp/gcc-pch-branch/armv5l-unknown-linux-gnu/bin/ -c -DIN_GCC    -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. 
-I../../gcc-pch-branch/gcc -I../../gcc-pch-branch/gcc/. 
-I../../gcc-pch-branch/gcc/config -I../../gcc-pch-branch/gcc/../include 
../../gcc-pch-branch/gcc/convert.c -o convert.o
stage1/xgcc -Bstage1/ 
-B/tmp/gcc-pch-branch/armv5l-unknown-linux-gnu/bin/ -c -DIN_GCC    -g 
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. 
-I../../gcc-pch-branch/gcc -I../../gcc-pch-branch/gcc/. 
-I../../gcc-pch-branch/gcc/config -I../../gcc-pch-branch/gcc/../include 
../../gcc-pch-branch/gcc/cse.c -o cse.o
../../gcc-pch-branch/gcc/cse.c: In function `cse_end_of_basic_block':
../../gcc-pch-branch/gcc/cse.c:7012: Internal compiler error in 
verify_local_live_at_start, at flow.c:583
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [cse.o] Error 1
make[2]: Leaving directory `/usr/src/build/tmp-pch/build-pch-branch/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/src/build/tmp-pch/build-pch-branch/gcc'
make: *** [bootstrap] Error 2





Also for pch-merge-20020517 :
  make bootstrap

result in :
stage1/xgcc -Bstage1/ -B/tmp/gcc-pch-merge/armv5l-unknown-linux-gnu/bin/ 
-c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  
-DHAVE_CONFIG_H    -I. -I. -I../../gcc-pch-merge-20020517/gcc 
-I../../gcc-pch-merge-20020517/gcc/. 
-I../../gcc-pch-merge-20020517/gcc/config 
-I../../gcc-pch-merge-20020517/gcc/../include 
../../gcc-pch-merge-20020517/gcc/conflict.c -o conflict.o
stage1/xgcc -Bstage1/ -B/tmp/gcc-pch-merge/armv5l-unknown-linux-gnu/bin/ 
-c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  
-DHAVE_CONFIG_H    -I. -I. -I../../gcc-pch-merge-20020517/gcc 
-I../../gcc-pch-merge-20020517/gcc/. 
-I../../gcc-pch-merge-20020517/gcc/config 
-I../../gcc-pch-merge-20020517/gcc/../include 
../../gcc-pch-merge-20020517/gcc/convert.c -o convert.o
stage1/xgcc -Bstage1/ -B/tmp/gcc-pch-merge/armv5l-unknown-linux-gnu/bin/ 
-c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  
-DHAVE_CONFIG_H    -I. -I. -I../../gcc-pch-merge-20020517/gcc 
-I../../gcc-pch-merge-20020517/gcc/. 
-I../../gcc-pch-merge-20020517/gcc/config 
-I../../gcc-pch-merge-20020517/gcc/../include 
../../gcc-pch-merge-20020517/gcc/cse.c -o cse.o
../../gcc-pch-merge-20020517/gcc/cse.c: In function 
`cse_end_of_basic_block':
../../gcc-pch-merge-20020517/gcc/cse.c:7012: Internal compiler error in 
verify_local_live_at_start, at flow.c:583
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [cse.o] Error 1
make[2]: Leaving directory 
`/usr/src/build/tmp-pch/build-pch-merge-20020517/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory 
`/usr/src/build/tmp-pch/build-pch-merge-20020517/gcc'
make: *** [bootstrap] Error 2


Hope this helps,

Greetings,

Jeroen Dobbelaere



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