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

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
31 unsigned long m_fn3(); 31 unsigned long m_fn3();
32 }; 32 };
33 unsigned long C::m_fn1() { 33 unsigned long C::m_fn1() {
34 CellHierarchy: 34 CellHierarchy:
35 m_fn2().m_fn1(); 35 m_fn2().m_fn1();
36 return 0;
36 } 37 }
37 38
38 unsigned long C::m_fn3() { 39 unsigned long C::m_fn3() {
39 CellHierarchy: 40 CellHierarchy:
40 m_fn2().m_fn1(); 41 m_fn2().m_fn1();
42 return 0;
41 } 43 }