[Bug target/35764] improper load from volatile

2021-07-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35764 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.7.0 Known to work|

[Bug target/35764] improper load from volatile

2008-12-28 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-29 03:54 --- Confirmed, -march=i386 -mtune=i686 is needed to confirm the bug in general. GCC is producing a "conditional move" for the code even though it is invalid to produce such a thing. -- pinskia at gcc dot gnu dot org