[Bug target/55108] bad compile-time evaluation of members of initialized union

2013-02-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55108 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/55108] bad compile-time evaluation of members of initialized union

2013-02-03 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55108 --- Comment #4 from Mikael Pettersson 2013-02-03 23:24:37 UTC --- On armv5tel-linux-gnueabi this bug is reproducible with gcc-4.6 but not with gcc-4.7 or 4.8. The wrong-code was made latent for 4.7.0 by r179556 aka PR38885, a missed-opt

[Bug target/55108] bad compile-time evaluation of members of initialized union

2012-10-30 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55108 --- Comment #3 from Richard Earnshaw 2012-10-30 14:15:43 UTC --- At armv6t2 and later we have a ubfx instruction available and that is enough to mask this bug.

[Bug target/55108] bad compile-time evaluation of members of initialized union

2012-10-30 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55108 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/55108] bad compile-time evaluation of members of initialized union

2012-10-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55108 Richard Biener changed: What|Removed |Added Target||arm-linux-gnueabihf Co