comparison gcc/testsuite/g++.dg/ipa/ivinline-2.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 simple virtual calls using this pointer are inlined 1 /* Verify that simple virtual calls using this pointer are inlined
2 even without early inlining.. */ 2 even without early inlining.. */
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