comparison gcc/testsuite/g++.dg/torture/pr64282.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
51 F () : _M_dataplus (m_fn4 ().m_fn6 (), 0) {} 51 F () : _M_dataplus (m_fn4 ().m_fn6 (), 0) {}
52 }; 52 };
53 class H 53 class H
54 { 54 {
55 void m_fn7 (const F &, bool &); 55 void m_fn7 (const F &, bool &);
56 bool m_fn8 (const D<F> &, const F &, F &); 56 void m_fn8 (const D<F> &, const F &, F &);
57 }; 57 };
58 typedef A<int> CandPair; 58 typedef A<int> CandPair;
59 class I 59 class I
60 { 60 {
61 public: 61 public:
89 A<F> f; 89 A<F> f;
90 D<F> g; 90 D<F> g;
91 F h; 91 F h;
92 m_fn8 (g, f.first, h); 92 m_fn8 (g, f.first, h);
93 } 93 }
94 bool 94 void
95 H::m_fn8 (const D<F> &p1, const F &, F &) 95 H::m_fn8 (const D<F> &p1, const F &, F &)
96 { 96 {
97 F i; 97 F i;
98 p1.m_fn1 (); 98 p1.m_fn1 ();
99 D<CandPair> j; 99 D<CandPair> j;