comparison gcc/testsuite/g++.dg/torture/pr64978.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
25 void C::m_fn3(A, unsigned, const int *, int &) { 25 void C::m_fn3(A, unsigned, const int *, int &) {
26 for (;;) 26 for (;;)
27 1 ? VTables.m_fn2() : 0; 27 1 ? VTables.m_fn2() : 0;
28 } 28 }
29 void B::m_fn1(bool, const int *, int &) { C(); } 29 void B::m_fn1(bool, const int *, int &) { C(); }
30 unsigned B::m_fn2() { m_fn1(0, 0, a); } 30 unsigned B::m_fn2() { m_fn1(0, 0, a); return 0; }