]> git.pld-linux.org Git - packages/gcc.git/blobdiff - gcc32-dwarf2-pr6436-test.patch
- patches from RH
[packages/gcc.git] / gcc32-dwarf2-pr6436-test.patch
diff --git a/gcc32-dwarf2-pr6436-test.patch b/gcc32-dwarf2-pr6436-test.patch
new file mode 100644 (file)
index 0000000..18df889
--- /dev/null
@@ -0,0 +1,24 @@
+2002-04-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/debug/typedef1.C: New test.
+
+--- gcc/testsuite/g++.dg/debug/typedef1.C.jj   Thu Aug 30 22:30:55 2001
++++ gcc/testsuite/g++.dg/debug/typedef1.C      Tue Apr 30 19:50:12 2002
+@@ -0,0 +1,17 @@
++// PR debug/6436
++// { dg-do compile }
++
++typedef struct 
++{
++  unsigned int a0, a1;
++} A __attribute__ ((aligned(8)));
++
++typedef struct
++{
++  A a;
++} B;
++
++struct C
++{
++  B *bp;
++};
This page took 0.030685 seconds and 4 git commands to generate.