[Bug c++/60506] g++ reports "internal compiler error" using SSE2 and not entirely beautiful programming

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 12 05:09:00 GMT 2014


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
typedef unsigned QuadV4 __attribute__((vector_size(16)));
void updateCount() {
QuadV4 QZ;
QuadV4 v;
v == QZ && v == QZ;
}



More information about the Gcc-bugs mailing list