https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93625
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=66995 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > What is interesting is the testcase in comment #0 is accepted by EDG but the > testcase in the defect report is rejected. > > And even more interesting is this one: > void f(){} > > struct X{ > friend inline void f(); > }; > > Only clang rejects it while GCC, EDG and MSVC all accept it. That is similar to PR 66995.