This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2004 12:50:24 -0000
- Subject: [Bug bootstrap/15546] [3.5 Regression] Bootstrap stage3: Undefined references to basic_string
- References: <20040519233425.15546.James.W.Mckelvey@jpl.nasa.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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