[Bug c/91542] internal representation of pointer reference shown in error message

2020-01-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91542 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/91542] internal representation of pointer reference shown in error message

2019-08-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91542 Richard Biener changed: What|Removed |Added Keywords||diagnostic Version|unknown

[Bug c/91542] internal representation of pointer reference shown in error message

2019-08-25 Thread ldrumm at rtps dot co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91542 --- Comment #1 from ldrumm at rtps dot co --- Sorry. I clicked submit too soon. Interestingly if the index operation is a constant (but not a constant expression), the error message is correct ``` struct Node { int n_successors; }; int