Commit e9874885 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r202225
parent e5fbc9fc
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
......
/* 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)
......
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