C++ PATCH for c++/84820, no error for invalid qualified-id

Jason Merrill jason@redhat.com
Thu Mar 15 06:53:00 GMT 2018


The problem here was that although cp_parser_declarator returned
cp_error_declarator, we then wrapped it in another declarator, hiding
the problem.

Tested x86_64-pc-linux-gnu, applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 84820.diff
Type: text/x-patch
Size: 1593 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20180315/11cb200c/attachment.bin>


More information about the Gcc-patches mailing list