[Bug c++/27505] [4.2 Regression] ICE in const folding with bitfields
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon May 8 19:34:00 GMT 2006
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-08 19:33 -------
Confirmed, reduced testcase:
typedef struct QSplitterPrivate
{
bool compatMode:8;
} QSplitterPrivate;
void
setResizeMode ()
{
QSplitterPrivate d1;
if (!d1.compatMode)
;
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-05-08 19:33:37
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27505
More information about the Gcc-bugs
mailing list