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/44637] rs6000 port fails to build with --enable-build-with-cxx


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


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