[Bug c++/30763] problem with bit-fields assignment

2007-02-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-02-11 18:27 --- This works for me in 4.3.0: .[pinskia-laptop:gcc/objdir-noboot/gcc] pinskia% ./a.out a: -1 b: -1 c: -1 -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/30763] problem with bit-fields assignment

2007-02-11 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added GCC host triplet|linux-i386 | Keywords||wrong-code Kno

[Bug c++/30763] problem with bit-fields assignment

2007-02-11 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-02-11 18:20 --- Confirmed, but I remember seeing this elsewhere so it must be a dup. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30763] problem with bit-fields assignment

2007-02-11 Thread vovanec at gmail dot com
--- Comment #1 from vovanec at gmail dot com 2007-02-11 13:20 --- When order of assignment has changed (a = b = c = INT_INVALID;) test case returns correct values. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30763