This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/27826] [4.0/4.1 Regression] ICE in copy_to_mode_reg



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]