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]

Again, bootstrap failure(s) on ia64


Yesterday it was:

stage1/xgcc -Bstage1/
-B/net/natasa/scratch/natasa/rguenth/gcc-3.5-150604/ia64-unknown-linux-gnu/bin/
-c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Werror    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I.
-I. -I../../src/gcc-3.5/gcc -I../../src/gcc-3.5/gcc/.
-I../../src/gcc-3.5/gcc/../include
-I../../src/gcc-3.5/gcc/../libcpp/include
-I../../src/gcc-3.5/gcc/../libbanshee/libcompat
-I../../src/gcc-3.5/gcc/../libbanshee
-I../../src/gcc-3.5/gcc/../libbanshee/points-to
../../src/gcc-3.5/gcc/genmodes.c -o genmodes.o
../../src/gcc-3.5/gcc/genmodes.c: In function `cmp_modes':
../../src/gcc-3.5/gcc/genmodes.c:690: internal compiler error:
Segmentation fault

Today it is (PR bootstrap/16014):

stage1/xgcc -Bstage1/
-B/net/natasa/scratch/natasa/rguenth/gcc-3.5-160604/ia64-unknown-linux-gnu/bin/
-c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I.
-I../../src/gcc-3.5/gcc -I../../src/gcc-3.5/gcc/.
-I../../src/gcc-3.5/gcc/../include
-I../../src/gcc-3.5/gcc/../libcpp/include
-I../../src/gcc-3.5/gcc/../libbanshee/libcompat
-I../../src/gcc-3.5/gcc/../libbanshee
-I../../src/gcc-3.5/gcc/../libbanshee/points-to
../../src/gcc-3.5/gcc/tree.c -o tree.o
../../src/gcc-3.5/gcc/tree.c: In function `host_integerp':
../../src/gcc-3.5/gcc/tree.c:3533: internal compiler error: Segmentation
fault

Top of last bootstrapping ChangeLog is

2004-06-13  Daniel Berlin  <dberlin@dberlin.org>

        * tree-ssa-pre.c (add_to_value): is_gimple_min_invariant things
        are available everywhere too.

That of todays bootstrap attempt

2004-06-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>

        * df.c (df_reg_clobber_gen): Removed.
        (df_bb_rd_local_compute, df_insn_refs_record,
df_rd_local_compute):
        Make more effective for hard regs.
        * ra-build.c (livethrough_conflicts_bb): Check contains_call.

Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/


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