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

Reply via email to