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 ?

Reply via email to