------- Comment #1 from edwintorok at gmail dot com  2008-11-22 08:21 -------
Testcase:

$ /home/edwin/gcc-obj/./prev-gcc/xgcc -B/home/edwin/gcc-obj/./prev-gcc/
-B/home/edwin/gcc_inst//x86_64-unknown-linux-gnu/bin/ -Wfatal-errors -c -O1
testcase-min.i

/* testcase */
typedef unsigned int UINT32;
typedef struct {} decimal32;
void __host_to_ieee_32 (UINT32 in, decimal32 * out)
{
  memcpy ((char *) out, (char *) &in, 4);
}


-- 


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

Reply via email to