mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 19:57:26 +08:00
parens2.C: Removed, turned out to duplicate angle-bracket1.C.
* g++.dg/parse/parens2.C: Removed, turned out to duplicate angle-bracket1.C. From-SVN: r60745
This commit is contained in:
parent
f06fed4ab1
commit
c818e8b86f
@ -1,5 +1,8 @@
|
||||
2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
|
||||
* g++.dg/parse/parens2.C: Removed, turned out to duplicate
|
||||
angle-bracket1.C.
|
||||
* g++.dg/parse/parens2.C: New test.
|
||||
|
||||
* g++.dg/lookup/scope-operator1.C: New test.
|
||||
|
@ -1,9 +0,0 @@
|
||||
/* PR c++/3406 */
|
||||
/* { dg-do compile } */
|
||||
int main()
|
||||
{
|
||||
// The parentheses around the expression caused parse errors before 3.4.
|
||||
( int() > int() );
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user