Bitfield conversion bug in 4.2?

2007-03-16 Thread Eric Lemings
Hi, The following code compiles fine in GCC 4.1. enum E { e }; struct S { E v:5; }; S s; int main() { if (!s.v) return 0; } In 4.2 (20070307), it gives the following error: test.cpp: In function 'int main()': test02.cpp:6: erro

RE: Mysterious Dependencies

2006-01-24 Thread Eric Lemings
Greetings! Is this bug still in the GCC 4.x releases? (See messages below.) Or has it been fixed in the GCC 4.x releases? Thanks, Eric. > -Original Message- > From: Bob Friesenhahn [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 24, 2006 6:51 PM > To: Eric Lemings &g