This is the mail archive of the gcc-patches@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]

Patch: IA64 HP-UX bootstrap bug - obvious


I am checking in the following patch as obvious.  Even with this
patch I cannot bootstrap GCC on IA64 HP-UX due to other problems
in the IA-64 speculation patch.  With out this patch I died with
the MASK_ILP32 macro being undefined.  Now I die with:

/proj/opensrc/nightly/src/trunk/gcc/libgcc2.c: In function '__umodti3':
/proj/opensrc/nightly/src/trunk/gcc/libgcc2.c:1091: internal compiler error: in free_list, at lists.c:60

Steve Ellcey
sje@cup.hp.com


2006-03-17  Steve Ellcey  <sje@cup.hp.com>

	* config/ia64/ia64.opt: Add empty line to end of file.


Index: ia64.opt
===================================================================
--- ia64.opt	(revision 112175)
+++ ia64.opt	(working copy)
@@ -143,3 +143,5 @@ If set, control speculative instructions
 msched-count-spec-in-critical-path
 Common Report Var(mflag_sched_count_spec_in_critical_path) Init(0)
 Count speculative dependencies while calculating priority of instructions
+
+; This comment is to ensure we retain the blank line above.


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