[Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed May 26 11:37:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 12:50 -------
I think the following patch should fix ia64, can someone test it as I do not have access to a machine.
Index: ia64.h
===============================================================
====
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.h,v
retrieving revision 1.175
diff -u -p -r1.175 ia64.h
--- ia64.h	13 May 2004 06:40:00 -0000	1.175
+++ ia64.h	25 May 2004 12:48:41 -0000
@@ -1478,6 +1478,7 @@ do {							
		\
         fputs ("\tdata8.ua @iplt(", FILE);				\
       else								\
         fputs ("\tdata16.ua @iplt(", FILE);				\
+      mark_decl_referenced (DECL);					\
       assemble_name (FILE, XSTR (XEXP (DECL_RTL (DECL), 0), 0));
	\
       fputs (")\n", FILE);						\
       if (TARGET_ILP32)							\

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15546



More information about the Gcc-bugs mailing list