https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88937
David Malcolm changed:
What|Removed |Added
Component|preprocessor|c++
Assignee|marxin at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88937
--- Comment #4 from David Malcolm ---
It's clearly wrong to access token->val.node for token->type == CPP_STRING and
token->type == CPP_HEADER_NAME. It's effectively casting the length of the
header name to a (cpp_hashnode *).
For reference, th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88937
Martin Liška changed:
What|Removed |Added
CC||3dw4rd at verizon dot net,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88937
Martin Liška changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88937
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|