~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/b9/b9fa284e1b30e12cb650eaac916d3098afa2b193.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

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