summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch')
-rw-r--r--recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch
new file mode 100644
index 0000000000..36a942118a
--- /dev/null
+++ b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99365.patch
@@ -0,0 +1,38 @@
12010-08-12 Jie Zhang <jie@codesourcery.com>
2
3 Backport from mainline:
4
5 gcc/testsuite/
6 2010-08-12 Jie Zhang <jie@codesourcery.com>
7 * gcc.dg/graphite/interchange-9.c (M): Define to be 111.
8 (N): Likewise.
9 (main): Adjust accordingly.
10
11 2010-08-05 Julian Brown <julian@codesourcery.com>
12
13 Backport from mainline (candidate patch):
14
15=== modified file 'gcc/testsuite/gcc.dg/graphite/interchange-9.c'
16--- old/gcc/testsuite/gcc.dg/graphite/interchange-9.c 2010-02-07 19:49:26 +0000
17+++ new/gcc/testsuite/gcc.dg/graphite/interchange-9.c 2010-08-20 16:32:45 +0000
18@@ -5,8 +5,8 @@
19 #include <stdio.h>
20 #endif
21
22-#define N 1111
23-#define M 1111
24+#define N 111
25+#define M 111
26
27 static int __attribute__((noinline))
28 foo (int *x)
29@@ -38,7 +38,7 @@
30 fprintf (stderr, "res = %d \n", res);
31 #endif
32
33- if (res != 2468642)
34+ if (res != 24642)
35 abort ();
36
37 return 0;
38