[Bug middle-end/14755] [3.4 regression] miscompilation in bitfielded signed integers
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Sat Mar 27 16:30:00 GMT 2004
------- Additional Comments From falk at debian dot org 2004-03-27 16:30 -------
Confirmed. A simple C test case is:
int main() {
struct { int count: 31; } s = { 0 };
while (s.count--)
abort();
}
I see this in 3.3.3 too, but not 2.95...
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c++ |middle-end
Ever Confirmed| |1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14755
More information about the Gcc-bugs
mailing list