Commit 69be8c91 by Tom de Vries Committed by Tom de Vries

Fix pr69067.c testcase

2016-05-30  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/graphite/pr69067.c (main): Remove superfluous argument in call
	to ce.

From-SVN: r236886
parent a59775a1
2016-05-30 Tom de Vries <tom@codesourcery.com>
* gcc.dg/graphite/pr69067.c (main): Remove superfluous argument in call
to ce.
2016-05-30 Paolo Carlini <paolo.carlini@oracle.com> 2016-05-30 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/71099 PR c++/71099
......
...@@ -24,5 +24,5 @@ ce (void) ...@@ -24,5 +24,5 @@ ce (void)
int int
main (void) main (void)
{ {
return ce (aa); return ce ();
} }
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