https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115825
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #14 from Segher Boessenkool <segher at gcc dot gnu.org> --- Many Power testcases fail since this commit. The commit says it wants to change what volatile accesses do, but instead, it changes behaviour for anything marked volatil. That is a lot of asm, and a whole lot of builtins; the flag simply means "there is an unspecified side effect". Please repair this?