comparison gcc/testsuite/g++.dg/ipa/pr63838.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
25 foo (x); 25 foo (x);
26 else if (x == 5) 26 else if (x == 5)
27 fn (); 27 fn ();
28 } 28 }
29 29
30 __attribute__((noinline, noclone)) int 30 __attribute__((noinline, noclone)) void
31 baz (int x) 31 baz (int x)
32 { 32 {
33 S s; 33 S s;
34 foo (x); 34 foo (x);
35 } 35 }