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/55293] bootstrap failure: invalid conversion from 'char**' to 'const char**' [-fpermissive]


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.


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