Bug 19215 - [4.0 Regression] Gcc 4.0 failed to bootstrap on x86_64-unknown-linux-gnu
Summary: [4.0 Regression] Gcc 4.0 failed to bootstrap on x86_64-unknown-linux-gnu
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: regression (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: 4.0.0
Assignee: Not yet assigned to anyone
URL:
Keywords: build, ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2004-12-31 20:37 UTC by H.J. Lu
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2004-12-31 20:37:46 UTC
Gcc 4.0 checked at Fri Dec 31 12:18:14 PST 2004 failed to bootstrap
on x86_64-unknown-linux-gnu:

stage1/xgcc -Bstage1/ -B/usr/gcc-4.0/x86_64-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/net/gnu/export/gnu/src/gcc/gcc/gcc -I/net/gnu/export/gnu/src/gcc/gcc/gcc/. -
I/net/gnu/export/gnu/src/gcc/gcc/gcc/../include -
I/net/gnu/export/gnu/src/gcc/gcc/gcc/../libcpp/include  /net/gnu/export/gnu/src
/gcc/gcc/gcc/c-common.c -o c-common.o
/net/gnu/export/gnu/src/gcc/gcc/gcc/c-common.c: In function 
âhandle_vector_size_attributeâ:
/net/gnu/export/gnu/src/gcc/gcc/gcc/c-common.c:4919: internal compiler error: 
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [c-common.o] Error 1
make[4]: Leaving directory `/export/build/gnu/gcc/build-x86_64-linux/gcc'

CVS at Dec 30 17:02 PST is OK.
Comment 1 H.J. Lu 2004-12-31 20:41:21 UTC
It failed to bootstrap on Linux/ia64 also:

/net/gnu/export/gnu/src/gcc/gcc/gcc/gimplify.c: In 
function 'gimplify_asm_expr':
/net/gnu/export/gnu/src/gcc/gcc/gcc/gimplify.c:3347: internal compiler error: 
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [gimplify.o] Error 1
make[4]: *** Waiting for unfinished jobs....
Comment 2 Andrew Pinski 2004-12-31 20:51:12 UTC
Like any real bug report, we need how you configured gcc, and the preprocessed source.
Comment 3 H.J. Lu 2004-12-31 21:52:01 UTC
It is caused by

http://gcc.gnu.org/ml/gcc/2004-12/msg01271.html