https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89971
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Here is a testcase which clang accepts but GCC rejects: int b; int e; #define a(...) b /##__VA_OPT__(c) e int y = a();
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 28 Dec 2021 15:27:27 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89971
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Here is a testcase which clang accepts but GCC rejects: int b; int e; #define a(...) b /##__VA_OPT__(c) e int y = a();