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: IA64 bootstrap failure


Andreas Schwab <schwab@suse.de> writes:

|> Current mainline does not bootstrap on ia64:
|> 
|> stage2/xgcc -Bstage2/ -B/usr/local/ia64-suse-linux/bin/ -c -g -O2      -gnatpg -gnata -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/s-except.ads -o ada/s-except.o
|> +===========================GNAT BUG DETECTED==============================+
|> | 3.4 20030608 (experimental) (ia64-suse-linux-gnu) Illegal instruction    |
|> | Error detected at ../../gcc/ada/s-except.ads:100:7                       |
|> | Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
|> | Include the entire contents of this bug box in the report.               |
|> | Include the exact gcc or gnatmake command that you entered.              |
|> | Also include sources listed below in gnatchop format                     |
|> | (concatenated together with no headers between files).                   |
|> +==========================================================================+

I have identified this patch as the cause for the ada crash:

2003-06-07  Richard Henderson  <rth@redhat.com>

	* basic-block.h (EDGE_SIBCALL): New.
	(EDGE_ALL_FLAGS): Update.
	* cfg.c (dump_edge_info): Add sibcall name.
	* cfgbuild.c (make_edges): Use EDGE_SIBCALL.
	* cfgrtl.c (purge_dead_edges): Handle sibcalls.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.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]