[Bug c++/105741] New: Wrong preprocessor parameter substitution with ##__VA_ARGS__.

2022-05-26 Thread gcc.gnu.org_bugzilla at jfa dot knudsen.ovh via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105741 Bug ID: 105741 Summary: Wrong preprocessor parameter substitution with ##__VA_ARGS__. Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/105741] Wrong preprocessor parameter substitution with ##__VA_ARGS__.

2022-05-26 Thread gcc.gnu.org_bugzilla at jfa dot knudsen.ovh via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105741 --- Comment #1 from JFK --- Same problem with 10.2.0

[Bug c++/105741] Wrong preprocessor parameter substitution with ##__VA_ARGS__.

2022-05-26 Thread gcc.gnu.org_bugzilla at jfa dot knudsen.ovh via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105741 --- Comment #3 from JFK --- Any idea about how to work around this without the use of VA_OPT ?