2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / debug / pr43010.C
blob24b5b2713746e74878ee7cc44653676e4ce6fd6a
1 // PR debug/43010
2 // { dg-do compile }
3 // { dg-options "-g -femit-struct-debug-baseonly" }
4 # 1 "foo.C"
5 # 1 "bar.h" 1
6 typedef struct { int i; } S __attribute__((aligned));
7 typedef struct { struct { int i; } j; } T __attribute__((aligned));
8 # 1 "foo.C" 2