comparison gcc/testsuite/g++.dg/ipa/ivinline-8.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Verify that virtual calls are inlined (ithout early inlining) even 1 /* Verify that virtual calls are inlined (ithout early inlining) even
2 when their caller is itself indirectly inlined. */ 2 when their caller is itself indirectly inlined. */
3 /* { dg-do run { target nonpic } } */ 3 /* { dg-do run { target { nonpic || pie_enabled } } } */
4 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp" } */ 4 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp" } */
5 5
6 extern "C" void abort (void); 6 extern "C" void abort (void);
7 7
8 class A 8 class A