[Bug target/50482] [4.7 regression] internal compiler error at recog.c:2137
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Sep 22 17:02:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50482
--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2011-09-22 16:27:01 UTC ---
Shorter testcase:
void
test (int code, unsigned int * image, int * colors)
{
int i;
for (i = 0; i < code; ++i)
image[i] = (colors[i] < 0 ? ~(unsigned int) 0 : colors[i]);
}
gcc -O3 -msse4.
More information about the Gcc-bugs
mailing list