~ubuntu-branches/ubuntu/trusty/gcc-4.8/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/gcc-ice-hack.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-12-12 12:31:04 UTC
  • Revision ID: package-import@ubuntu.com-20131212123104-rkuujssry9ofm2cg
Tags: 4.8.2-9ubuntu1
* Merge with Debian; remaining changes:
  - Build from the upstream source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
 static const char *getenv_spec_function (int, const char **);
38
38
 static const char *if_exists_spec_function (int, const char **);
39
 
@@ -2771,7 +2774,7 @@
 
39
@@ -2773,7 +2776,7 @@
40
40
            }
41
41
        }
42
42
 
45
45
        free (CONST_CAST (char *, string));
46
46
     }
47
47
 
48
 
@@ -2824,6 +2827,16 @@
 
48
@@ -2826,6 +2829,16 @@
49
49
        else if (WIFEXITED (status)
50
50
                 && WEXITSTATUS (status) >= MIN_FATAL_STATUS)
51
51
          {
62
62
            if (WEXITSTATUS (status) > greatest_status)
63
63
              greatest_status = WEXITSTATUS (status);
64
64
            ret_code = -1;
65
 
@@ -2881,6 +2894,9 @@
 
65
@@ -2883,6 +2896,9 @@
66
66
          }
67
67
       }
68
68
 
72
72
     return ret_code;
73
73
   }
74
74
 }
75
 
@@ -6034,6 +6050,227 @@
 
75
@@ -6036,6 +6052,227 @@
76
76
   switches[switchnum].validated = true;
77
77
 }
78
78