diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99504.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99504.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99504.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99504.patch new file mode 100644 index 0000000000..b287c4da31 --- /dev/null +++ b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99504.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | Remove the following | ||
2 | |||
3 | 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org> | ||
4 | |||
5 | gcc/testsuite/ | ||
6 | From Richard Earnshaw <rearnsha@arm.com> | ||
7 | |||
8 | PR target/46329 | ||
9 | * gcc.target/arm/pr46329.c: New test. | ||
10 | |||
11 | === removed file 'gcc/testsuite/gcc.target/arm/pr46329.c' | ||
12 | --- old/gcc/testsuite/gcc.target/arm/pr46329.c 2011-05-03 12:49:58 +0000 | ||
13 | +++ new/gcc/testsuite/gcc.target/arm/pr46329.c 1970-01-01 00:00:00 +0000 | ||
14 | @@ -1,11 +0,0 @@ | ||
15 | -/* { dg-do compile } */ | ||
16 | -/* { dg-require-effective-target arm_neon_ok } */ | ||
17 | -/* { dg-options "-O2" } */ | ||
18 | -/* { dg-add-options arm_neon } */ | ||
19 | - | ||
20 | -int __attribute__ ((vector_size (32))) x; | ||
21 | -void | ||
22 | -foo (void) | ||
23 | -{ | ||
24 | - x <<= x; | ||
25 | -} | ||
26 | |||