diff options
Diffstat (limited to 'tools/sdcc/patches/100-workaround-gcc-4.6.2-hang.patch')
-rw-r--r-- | tools/sdcc/patches/100-workaround-gcc-4.6.2-hang.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/sdcc/patches/100-workaround-gcc-4.6.2-hang.patch b/tools/sdcc/patches/100-workaround-gcc-4.6.2-hang.patch deleted file mode 100644 index 71db14f816..0000000000 --- a/tools/sdcc/patches/100-workaround-gcc-4.6.2-hang.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/SDCCicode.c -+++ b/src/SDCCicode.c -@@ -1130,6 +1130,9 @@ iCode *getBuiltinParms (iCode *ic, int * - return ic; - } - -+#pragma GCC push_options -+#pragma GCC optimize ("O0") -+ - /*-----------------------------------------------------------------*/ - /* operandOperation - performs operations on operands */ - /*-----------------------------------------------------------------*/ -@@ -1405,6 +1408,7 @@ operandOperation (operand * left, operan - - return retval; - } -+#pragma GCC pop_options - - - /*-----------------------------------------------------------------*/ |