* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / sizeof2.C
blobcb3c9bb721f7113b7b4d1d8d7e76f764842f3daf
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S
6   int j;
7   int i[2]; // { dg-error "" "" { xfail *-*-* } } non-static data member
8 };
10 void f ()
12   sizeof (S::j);
13   sizeof (S::i[0]); //  { dg-error "" "" { xfail *-*-* } } used here