https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96227
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > Confirmed, Note this was partly fixed with the fix for PR 82959. > That is not invoked as a function case has been fixed for GCC 8.5. > > On the trunk we produce as of today: > first > second > SECOND > FIRST I actually think this is still correct output as the function call version is not mentioned in "If an operator function is invoked using operator notation" here. Am I reading this correctly?