[Bug preprocessor/89665] inconsistent macro expansion

2019-03-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89665 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug preprocessor/89665] inconsistent macro expansion

2019-03-11 Thread gciofono at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89665 --- Comment #2 from Giacinto Cifelli --- It mentions the following: "A parameter in the replacement list, unless preceded by a # or ## preprocessing token or followed by a ## preprocessing token (see below), is replaced by the corresponding argum

[Bug preprocessor/89665] inconsistent macro expansion

2019-03-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89665 --- Comment #1 from Andrew Pinski --- The question here is does it match what the C standard says it should be instead.