https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89738
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89738
--- Comment #2 from Dávid Bolvanský ---
#define PARENT_NODE(x) ((id - 1) / 2)
int id = 0;
int idx = 1;
PARENT_NODE(idx); // macro contais id, but id is defined, warn?
But probably such analysis is not so easy...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89738
Andrew Pinski changed:
What|Removed |Added
Component|c |preprocessor
--- Comment #1 from Andrew