]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/42687 (The prevention of ADL with the help of parentheses doesn't work)
authorJason Merrill <jason@redhat.com>
Wed, 27 Apr 2011 05:20:33 +0000 (01:20 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 27 Apr 2011 05:20:33 +0000 (01:20 -0400)
commit4febc53fbfbefa9f0c689cfc6b6d4cd2d1e7b7eb
tree5e840221e4fae00a4671696db2d59b0837bc6d91
parent3b1d2e7aad1e764bd68cbb96f89041dfb5d32aa4
re PR c++/42687 (The prevention of ADL with the help of parentheses doesn't work)

PR c++/42687
* parser.c (cp_parser_primary_expression): Set *idk to
CP_ID_KIND_NONE for a parenthesized identifier.

From-SVN: r173009
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/koenig13.C [new file with mode: 0644]