[Bug rtl-optimization/63375] [4.8/4.9/5 Regression] reordering of reads across fences
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Nov 24 15:19:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63375
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
How is that observable (other than looking at the assembly)?
val1 is an automatic variable whose address doesn't escape to other threads,
and isn't volatile either. Why do you care?
More information about the Gcc-bugs
mailing list