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]

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


------- 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


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