------- Comment #3 from eightdot at hotmail dot com  2009-05-18 07:15 -------
input:
int  main(int argc)
{
        long a=0x12345678;
        long b;
        b=a>>argc;
        return (b);
}


-- 


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

Reply via email to