diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 22:03:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 22:12:02 +0100 |
commit | be10a6b1321f250b1034c7d9d0a8ef18b296eef1 (patch) | |
tree | 9249025cbfbfbee4cc430d62b27f75301dd4dfde /recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch | |
parent | 93b28937ac67ba46d65f55637e42552e224aa7e2 (diff) | |
download | meta-openembedded-be10a6b1321f250b1034c7d9d0a8ef18b296eef1.tar.gz |
angstrom-layers: meta-openembedded: replace poky gcc 4.5 sources with OE ones
This needs further investigation, but for now we can get the tested sources into the poky gcc harness
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch')
-rw-r--r-- | recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch b/recipes-devtools/gcc/gcc-4.5/fedora/gcc43-pr27898.patch new file mode 100644 index 0000000000..172bb81171 --- /dev/null +++ b/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 *); | ||