This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/56360] Loop invariant motion can introduce speculative store


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56360

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-02-17 04:55:40 UTC ---
(In reply to comment #1)
> The speculative store can be disabled via --param allow-store-data-races=0.
> 
> So perhaps the question is: shouldn't that be set by -std=gnu++11?

As I understand the C++11 memory model is not fully there in 4.8.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]