This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/44637] rs6000 port fails to build with --enable-build-with-cxx
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 03 Feb 2012 23:03:22 +0000
- Subject: [Bug bootstrap/44637] rs6000 port fails to build with --enable-build-with-cxx
- Auto-submitted: auto-generated
- References: <bug-44637-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44637
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.7.0
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-03 23:03:22 UTC ---
Fixed by:
Index: ChangeLog
===================================================================
--- ChangeLog (revision 176630)
+++ ChangeLog (revision 176631)
@@ -1,3 +1,8 @@
+2011-07-20 Michael Meissner <meissner@linux.vnet.ibm.com>
+
+ * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
+ avoid warnings when GCC is built with a C++ compiler.
+