]> git.pld-linux.org Git - packages/gcc.git/blob - gcc32-dwarf2-pr6436-test.patch
- massive attack, adding Source-md5
[packages/gcc.git] / gcc32-dwarf2-pr6436-test.patch
1 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
2
3         * g++.dg/debug/typedef1.C: New test.
4
5 --- gcc/testsuite/g++.dg/debug/typedef1.C.jj    Thu Aug 30 22:30:55 2001
6 +++ gcc/testsuite/g++.dg/debug/typedef1.C       Tue Apr 30 19:50:12 2002
7 @@ -0,0 +1,17 @@
8 +// PR debug/6436
9 +// { dg-do compile }
10 +
11 +typedef struct 
12 +{
13 +  unsigned int a0, a1;
14 +} A __attribute__ ((aligned(8)));
15 +
16 +typedef struct
17 +{
18 +  A a;
19 +} B;
20 +
21 +struct C
22 +{
23 +  B *bp;
24 +};
This page took 0.026981 seconds and 3 git commands to generate.