Commit 4456c6bf by Martin Jambor Committed by Martin Jambor

devirt-40.C: Changed dump to not matching OBJ_TYPE_REF in function body.

gcc/testsuite/

2014-11-04  Martin Jambor  <mjambor@suse.cz>

	* g++/dg/ipa/devirt-40.C: Changed dump to not matching OBJ_TYPE_REF in
	function body.

From-SVN: r217092
parent 7e8c2bd5
2014-11-04 Martin Jambor <mjambor@suse.cz>
* g++/dg/ipa/devirt-40.C: Changed dump to not matching OBJ_TYPE_REF in
function body.
2014-11-04 Jason Merrill <jason@redhat.com>
* lib/g++-dg.exp (g++-dg-runtest): Change -std=c++1y to -std=c++14.
......
......@@ -19,5 +19,5 @@ A::m_fn1 (UnicodeString &, int &p2, UErrorCode &) const
UnicodeString a[2];
}
/* { dg-final { scan-tree-dump "converting indirect call to function virtual UnicodeString" "fre2" } } */
/* { dg-final { scan-tree-dump-not "\\n OBJ_TYPE_REF" "fre2" } } */
/* { dg-final { cleanup-tree-dump "fre2" } } */
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