re PR c++/52688 (static local variable can accessed from local class of function...
authorPaolo Carlini <paolo.carlini@oracle.com>
Sat, 2 Mar 2013 11:17:44 +0000 (11:17 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 2 Mar 2013 11:17:44 +0000 (11:17 +0000)
commit2609a39863cad3d83ec3fbc6f35164a194c3a18d
tree37aca4d90d1348309f68f7e5a677d8f73be71213
parent9eb24748218a8c1ed1750eb5db33c180cf27ace5
re PR c++/52688 (static local variable can accessed from local class of function template)

2013-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/52688
* g++.dg/template/static33.C: New.
* g++.dg/template/static34.C: Likewise.

PR c++/10291
* g++.dg/template/static35.C: New.

From-SVN: r196405
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/static33.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/static34.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/static35.C [new file with mode: 0644]