diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch new file mode 100644 index 0000000000..172bb81171 --- /dev/null +++ b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | 2006-08-18 Jakub Jelinek <jakub@redhat.com> | ||
2 | |||
3 | PR c/27898 | ||
4 | * gcc.dg/pr27898.c: New test. | ||
5 | |||
6 | --- gcc/testsuite/gcc.dg/pr27898.c.jj 2006-08-18 09:19:33.000000000 +0200 | ||
7 | +++ gcc/testsuite/gcc.dg/pr27898.c 2006-08-18 09:19:27.000000000 +0200 | ||
8 | @@ -0,0 +1,8 @@ | ||
9 | +/* PR c/27898 */ | ||
10 | +/* { dg-do compile } */ | ||
11 | +/* { dg-options "--combine" } */ | ||
12 | +/* { dg-additional-sources "pr27898.c" } */ | ||
13 | + | ||
14 | +union u { struct { int i; }; }; | ||
15 | + | ||
16 | +extern int foo (union u *); | ||