[Bug target/40129] M16C invalid shift count used by pack_d -> ashldi3

eightdot at hotmail dot com gcc-bugzilla@gcc.gnu.org
Mon May 18 07:15:00 GMT 2009



------- 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



More information about the Gcc-bugs mailing list