[Bug bootstrap/44637] rs6000 port fails to build with --enable-build-with-cxx

2012-02-03 Thread pinskia at gcc dot gnu.org
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  meiss...@linux.vnet.ibm.com
+
+* config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
+avoid warnings when GCC is built with a C++ compiler.
+


[Bug bootstrap/44637] rs6000 port fails to build with --enable-build-with-cxx

2010-06-25 Thread amylaar at gcc dot gnu dot org


--- Comment #2 from amylaar at gcc dot gnu dot org  2010-06-25 18:41 ---
Subject: Bug 44637

Author: amylaar
Date: Fri Jun 25 18:41:06 2010
New Revision: 161400

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161400
Log:
PR bootstrap/44637
* config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Use const char *
variable for const char * strchr result.

Modified:
branches/multi-target-20100625-branch/gcc/ChangeLog
branches/multi-target-20100625-branch/gcc/config/rs6000/rs6000.c


-- 


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



[Bug bootstrap/44637] rs6000 port fails to build with --enable-build-with-cxx

2010-06-23 Thread amylaar at gcc dot gnu dot org


--- Comment #1 from amylaar at gcc dot gnu dot org  2010-06-23 23:51 ---
Subject: Bug 44637

Author: amylaar
Date: Wed Jun 23 23:51:11 2010
New Revision: 161301

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161301
Log:
PR bootstrap/44637
* config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Use const char *
variable for const char * strchr result.

Modified:
branches/multi-target-20100622-branch/gcc/ChangeLog
branches/multi-target-20100622-branch/gcc/config/rs6000/rs6000.c


-- 


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