[Bug c/79775] Confusing fix-it diagnostics with double pointers to structs

2019-06-13 Thread felix.von.s at posteo dot de
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:

[Bug c/79775] Confusing fix-it diagnostics with double pointers to structs

2018-11-07 Thread tschwinge at gcc dot gnu.org
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|

[Bug c/79775] Confusing fix-it diagnostics with double pointers to structs

2017-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775 Marek Polacek changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRME