[Bug target/30961] [4.2/4.3 regression] redundant reg/mem stores/moves

hjl at lucon dot org gcc-bugzilla@gcc.gnu.org
Sat May 12 17:24:00 GMT 2007



------- Comment #8 from hjl at lucon dot org  2007-05-12 18:24 -------
The

unsigned short load( void* p )
{
        unsigned short v;
        __builtin_memcpy( &v, p, sizeof( v ) );
        return v;
}

regression was introduced by

http://gcc.gnu.org/ml/gcc-cvs/2005-07/msg00192.html


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fjahanian at apple dot com


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



More information about the Gcc-bugs mailing list