[Bug c++/27826] [4.0/4.1 Regression] ICE in copy_to_mode_reg
christophpfister at bluemail dot ch
gcc-bugzilla@gcc.gnu.org
Sat Jun 3 09:27:00 GMT 2006
------- Comment #7 from christophpfister at bluemail dot ch 2006-06-03 09:27 -------
Further reduced testcase:
---
struct Geometry
{
int type:16;
};
struct Geometry get() {};
int f()
{
struct Geometry test;
return get().type == test.type;
}
---
ICE occurs only with g++, gcc doesn't.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27826
More information about the Gcc-bugs
mailing list