diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-05-18 13:59:05 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-05-18 13:59:05 +0000 |
commit | 06be1aa5abd48640b4428697a53bbb54bec1a58e (patch) | |
tree | 22a2a7e74488c4b9161850c03528aa02388b0f9f /debian/patches/gcc-ice-hack.diff | |
parent | e308b107a7670069b9171e44b6e3da2805be4ff3 (diff) | |
download | gcc-49-06be1aa5abd48640b4428697a53bbb54bec1a58e.tar.gz |
- Refresh patches
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.9@7385 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/patches/gcc-ice-hack.diff')
-rw-r--r-- | debian/patches/gcc-ice-hack.diff | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/gcc-ice-hack.diff b/debian/patches/gcc-ice-hack.diff index 6099dfa..bcd75ca 100644 --- a/debian/patches/gcc-ice-hack.diff +++ b/debian/patches/gcc-ice-hack.diff @@ -26,7 +26,7 @@ Index: b/src/gcc/gcc.c =================================================================== --- a/src/gcc/gcc.c +++ b/src/gcc/gcc.c -@@ -252,6 +252,9 @@ +@@ -252,6 +252,9 @@ static void init_gcc_specs (struct obsta #if defined(HAVE_TARGET_OBJECT_SUFFIX) || defined(HAVE_TARGET_EXECUTABLE_SUFFIX) static const char *convert_filename (const char *, int, int); #endif @@ -36,7 +36,7 @@ Index: b/src/gcc/gcc.c static const char *getenv_spec_function (int, const char **); static const char *if_exists_spec_function (int, const char **); -@@ -2790,7 +2793,7 @@ +@@ -2798,7 +2801,7 @@ execute (void) } } @@ -45,7 +45,7 @@ Index: b/src/gcc/gcc.c free (CONST_CAST (char *, string)); } -@@ -2843,6 +2846,16 @@ +@@ -2851,6 +2854,16 @@ execute (void) else if (WIFEXITED (status) && WEXITSTATUS (status) >= MIN_FATAL_STATUS) { @@ -62,7 +62,7 @@ Index: b/src/gcc/gcc.c if (WEXITSTATUS (status) > greatest_status) greatest_status = WEXITSTATUS (status); ret_code = -1; -@@ -2900,6 +2913,9 @@ +@@ -2908,6 +2921,9 @@ execute (void) } } @@ -72,7 +72,7 @@ Index: b/src/gcc/gcc.c return ret_code; } } -@@ -6087,6 +6103,227 @@ +@@ -6099,6 +6115,227 @@ give_switch (int switchnum, int omit_fir switches[switchnum].validated = true; } @@ -304,7 +304,7 @@ Index: b/src/gcc/diagnostic.c =================================================================== --- a/src/gcc/diagnostic.c +++ b/src/gcc/diagnostic.c -@@ -485,7 +485,7 @@ +@@ -492,7 +492,7 @@ diagnostic_action_after_output (diagnost real_abort (); diagnostic_finish (context); fnotice (stderr, "compilation terminated.\n"); |