re PR c++/43652 (wrong column number for duplicate qualifier)
2013-06-06 Paolo Carlini <paolo.carlini@oracle.com> PR c++/43652 * g++.dg/parse/error53.C: New. From-SVN: r199763
This commit is contained in:
parent
d89ae27c44
commit
a322ed0ced
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-06-06 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/43652
|
||||
* g++.dg/parse/error53.C: New.
|
||||
|
||||
2013-06-06 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR rtl-optimization/57459
|
||||
|
|
3
gcc/testsuite/g++.dg/parse/error53.C
Normal file
3
gcc/testsuite/g++.dg/parse/error53.C
Normal file
|
@ -0,0 +1,3 @@
|
|||
// PR c++/43652
|
||||
|
||||
static const char const * stdin_name = "<stdin>"; // { dg-error "19:duplicate" }
|
Loading…
Add table
Reference in a new issue