https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127364
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c++ |rtl-optimization
Keywords| |wrong-code
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
__builtin_assoc_barrier is not translated into anything except a move on rtl so
if the intrinsics are modeled fully, rtl will optimize away things here.
