Commit f06fed4a by Nathanael Nerode

* g++.dg/parse/parens2.C: New test.

From-SVN: r60744
parent c6df507e
2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
* g++.dg/parse/parens2.C: New test.
* g++.dg/lookup/scope-operator1.C: New test.
* g++.dg/parse/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