Commit 406f3538 by Joseph Myers Committed by Joseph Myers

anchor1.C (foo): Return the return value of ycf->ascent.

	* g++.dg/opt/anchor1.C (foo): Return the return value of
	ycf->ascent.

From-SVN: r139399
parent c76a1f18
2008-08-21 Joseph Myers <joseph@codesourcery.com>
* g++.dg/opt/anchor1.C (foo): Return the return value of
ycf->ascent.
2008-08-21 Richard Guenther <rguenther@suse.de>
* gcc.dg/vect/vect-fold-1.c: Scan ccp1 dump instead of dom1.
......
......@@ -47,7 +47,7 @@ YCoreFont::~YCoreFont() {
int foo(YCoreFont *ycf)
{
ycf->ascent ();
return ycf->ascent ();
}
int main()
......
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