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]
Other format: [Raw text]

Re: Checking failure building arm-elf


Richard Earnshaw <rearnsha at arm dot com> writes:

|> This is new since yesterday.  Building arm-elf now fails with an internal 
|> check failure:
|> 
|> /work/rearnsha/gnu/egcs/gcc/xgcc -shared-libgcc -B/work/rearnsha/gnu/egcs/g
|> cc/ -nostdinc++  -L/work/rearnsha/gnu/egcs/arm-elf/libstdc++-v3/src 
|> -L/work/rearnsha/gnu/egcs/arm-elf/libstdc++-v3/src/.libs -nostdinc 
|> -B/work/rearnsha/gnu/egcs/arm-elf/newlib/ -isystem 
|> /work/rearnsha/gnu/egcs/arm-elf/newlib/targ-include -isystem 
|> /home/rearnsha/gnusrc/egcs-cross/newlib/libc/include 
|> -B/work/rearnsha/gnu/install/arm-elf/bin/ -B/work/rearnsha/gnu/install/arm-
|> elf/lib/ -isystem /work/rearnsha/gnu/install/arm-elf/include -isystem 
|> /work/rearnsha/gnu/install/arm-elf/sys-include -L/work/rearnsha/gnu/egcs/ld
|>  -c -S -O2 -g -O2 conftest.C 1>&5
|> configure: In function `void foo()':
|> configure:3967: internal compiler error: tree check: expected class 'd', 
|> have 't
|>    ' (record_type) in decl_assembler_name, at tree.c:151

Same on ia64. Since this is called from cgraph_rtl_info via cgraph_node at
cgraph.c:88 I suspect it's the last change in this file that broke this.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab at suse dot de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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