blob: be2d6c39c1fbbbe8af6617742e189425c4e828e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# DP: Disable -fauto-inc-dec by default for m68k
# DP: since it can generate ICEs in C++ code,
# DP: until a fix is found.
--- a/src/gcc/common.opt
+++ b/src/gcc/common.opt
@@ -858,7 +858,7 @@ Common Report Var(flag_asynchronous_unwi
Generate unwind tables that are exact at each instruction boundary
fauto-inc-dec
-Common Report Var(flag_auto_inc_dec) Init(1)
+Common Report Var(flag_auto_inc_dec) Init(0)
Generate auto-inc/dec instructions
; -fcheck-bounds causes gcc to generate array bounds checks.
|