Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / analyzer / pr96643.C
blob2d0a248c73efaaffc208650749b5344a1f443fda
1 /* { dg-additional-options "-O1" } */
3 int l0;
5 class qv {
6 public:
7   int operator[] (int b1) const { return k2[b1]; }
9 private:
10   int *k2;
13 class g0 {
14   qv nf, v6;
16   void
17   iq ();
20 void
21 g0::iq ()
23   for (;;)
24     if (nf[0] == 0)
25       ++l0;