Commit c818e8b8 by Nathanael Nerode

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
parent f06fed4a
2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org> 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/parse/parens2.C: New test.
* g++.dg/lookup/scope-operator1.C: New test. * g++.dg/lookup/scope-operator1.C: New test.
......
/* PR c++/3406 */
/* { dg-do compile } */
int main()
{
// The parentheses around the expression caused parse errors before 3.4.
( int() > int() );
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment