* g++.dg/ipa/devirt-15.C: Fix testcase.

From-SVN: r202225
This commit is contained in:
Jan Hubicka 2013-09-03 17:43:10 +02:00 committed by Jan Hubicka
parent e5fbc9fc72
commit e9874885a6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-09-03 Jan Hubicka <jh@suse.cz>
* g++.dg/ipa/devirt-15.C: Fix testcase.
2013-09-03 Richard Biener <rguenther@suse.de>
PR middle-end/57656

View File

@ -1,7 +1,7 @@
/* Check that we speculatively devirutalize call to FOO to B::foo becuase
A is noreturn. */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-ipa-devirt" } */
/* { dg-options "-O2 -fdump-ipa-devirt -fdump-tree-optimized" } */
class A {
public:
virtual int foo(void)