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



Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|UNCONFIRMED                 |NEW

   Last reconfirmed|                            |2012-11-12

          Component|c                           |bootstrap

                 CC|                            |ebotcazou at gcc dot

                   |                            |gnu.org

     Ever Confirmed|0                           |1

            Summary|Attempt to bootstrap GCC    |bootstrap failure: invalid

                   |4.7.2 on Solaris 10 Sparc   |conversion from 'char**' to

                   |fails with                  |'const char**'

                   |gcc/pretty-print.c:954:28:  |[-fpermissive]

                   |error: invalid conversion   |

                   |from 'char**' to 'const     |

                   |char**' [-fpermissive]      |

   Target Milestone|---                         |4.7.3

              Build|                            |*-*-solaris2.*



--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-11-12 
23:57:53 UTC ---

The workaround is to add --disable-nls to the configure line.  That being said,

we should probably do something.

Reply via email to