re PR c++/60894 (Use of redundant struct keyword in function prototype combined with...
authorPaolo Carlini <paolo@gcc.gnu.org>
Fri, 13 Feb 2015 23:57:10 +0000 (23:57 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 13 Feb 2015 23:57:10 +0000 (23:57 +0000)
commit6e4f01ff4d3224e2f48bcd3ced49bcf12bd83d24
treef2909324ffffb5d02e6bc4849ff10cf4218c8d9f
parentc7a28c1bc27c8eb9fa223147c081588c7fd8a369
re PR c++/60894 (Use of redundant struct keyword in function prototype combined with using statement causes compilation error)

/cp
2015-02-13  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/60894
* decl.c (lookup_and_check_tag): Use strip_using_decl.

/testsuite
2015-02-13  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/60894
* g++.dg/lookup/using54.C: New.

From-SVN: r220702
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/using54.C [new file with mode: 0644]