diff options
Diffstat (limited to 'devel/avr-gcc/files/patch-501-gcc-4.5.1-bug13579')
-rw-r--r-- | devel/avr-gcc/files/patch-501-gcc-4.5.1-bug13579 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/avr-gcc/files/patch-501-gcc-4.5.1-bug13579 b/devel/avr-gcc/files/patch-501-gcc-4.5.1-bug13579 deleted file mode 100644 index 21fb4adc1219..000000000000 --- a/devel/avr-gcc/files/patch-501-gcc-4.5.1-bug13579 +++ /dev/null @@ -1,17 +0,0 @@ ---- gcc/ipa-pure-const.c 2010-04-02 14:54:46.000000000 -0500 -+++ gcc/ipa-pure-const.c 2011-02-24 16:10:26.000000000 -0600 -@@ -416,6 +416,14 @@ check_stmt (gimple_stmt_iterator *gsip, - print_gimple_stmt (dump_file, stmt, 0, 0); - } - -+ if (gimple_has_volatile_ops (stmt)) -+ { -+ local->pure_const_state = IPA_NEITHER; -+ if (dump_file) -+ fprintf (dump_file, " Volatile stmt is not const/pure\n"); -+ } -+ -+ - /* Look for loads and stores. */ - walk_stmt_load_store_ops (stmt, local, check_load, check_store); - |