public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Bootstrap failure on main for hppa64-hp-hpux11.11
@ 2003-01-17  5:12 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2003-01-17  5:12 UTC (permalink / raw)
  To: gcc-patches; +Cc: gcc, roger

The following build error occurs with todays cvs main:

stage1/xgcc -Bstage1/ -B/opt/gnu64/hppa64-hp-hpux11.11/bin/ -c   -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/regclass.c -o regclass.o
../../gcc/gcc/regclass.c: In function `allocate_reg_info':
../../gcc/gcc/regclass.c:2270: internal compiler error: in simplify_subreg, at simplify-rtx.c:2248

The following patch introduced the error:

2003-01-15  Roger Sayle  <roger@eyesopen.com>

        * gcse.c (one_cprop_pass): Change function arguments to take both
	cprop_jumps and bypass_jumps flags instead of just alter_jumps.
	(gcse_main): Update calls to one_cprop_pass, disabling bypassing.
	(bypass_jumps): New function to perform separate jump bypassing pass.
	* rtl.h (bypass_jumps): Add function prototype.
	* timevar.def (TV_BYPASS): New timing variable.
	* toplev.c (enum dump_file_index): Add new entry DFI_bypass.
	(dump_file): New entry for the bypass RTL dump file.
	(rest_of_compilation): Insert new jump bypassing optimization
	pass after loop.
	* doc/passes.texi: Document new pass.

The error doesn't occur under hppa-unknown-linux-gnu.  So, it somehow
seems 64-bit related.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-17  1:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-17  5:12 Bootstrap failure on main for hppa64-hp-hpux11.11 John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).