https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775
--- Comment #3 from felix ---
A particularly amusing variant of this bug occurs with the following code:
struct x { struct x **xx; };
int y = __builtin_offsetof(struct x, xx->xx);
which gives the warning
$ gcc xx.c
xx.c:3:40:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775
Thomas Schwinge changed:
What|Removed |Added
Last reconfirmed|2017-03-01 00:00:00 |2018-11-7
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775
Marek Polacek changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRME