[Bug tree-optimization/38224] libdecnumber/bid/host-ieee32.c:50: internal compiler error: fold check: original tree changed by fold

edwintorok at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Nov 22 08:22:00 GMT 2008



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



More information about the Gcc-bugs mailing list