https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89691
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89691
--- Comment #2 from Richard Biener ---
Index: gcc/tree-pretty-print.c
===
--- gcc/tree-pretty-print.c (revision 269569)
+++ gcc/tree-pretty-print.c (working copy)
@@ -1830,7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89691
--- Comment #1 from Richard Biener ---
It doesn't handle negative offsets, we're doing
/* Optional constant offset. */
if (c_parser_next_token_is (parser, CPP_PLUS))
{