3 // { dg-options "-Wuninitialized" }
5 class AllocatorWithCleanup {
10 SecBlock() : m_ptr(m_alloc.allocate(0)) {} // { dg-bogus "uninitialized" }
11 AllocatorWithCleanup m_alloc;
51 X() : m_ptr(t.allocate(0)) {} // { dg-bogus "uninitialized" }
62 Z() : m_ptr(v.allocate(0)) {} // { dg-warning "uninitialized" }