[Bug c++/52922] failed to build gcc 4.7 on SL6.1

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 10 06:11:00 GMT 2012


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-04-10
     Ever Confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-04-10 06:10:28 UTC ---
Can you try the following simple program with your current compiler:
#include "string.h"
#include "stdio.h"

int main(void)
{
  printf ("Hello world.\n");
}

--- CUT ---
And compile it with -pedantic ?



More information about the Gcc-bugs mailing list