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

« back to all changes in this revision

Viewing changes to .svn/pristine/45/458d83942a3546754598371513f61f4a236b42ce.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: Modify gdc driver to have no libphobos by default.
 
2
 
 
3
--- a/src/gcc/d/d-lang.cc       2011-07-24 15:48:55.796035654 +0100
 
4
+++ b/src/gcc/d/d-lang.cc       2011-07-24 18:19:45.108908785 +0100
 
5
@@ -148,7 +148,7 @@
 
6
 d_init_options_struct (struct gcc_options *opts)
 
7
 {
 
8
     // GCC options
 
9
-    opts->x_flag_exceptions = 1;
 
10
+    opts->x_flag_exceptions = 0;
 
11
 
 
12
     // Avoid range issues for complex multiply and divide.
 
13
     opts->x_flag_complex_method = 2;
 
14
--- a/src/gcc/d/d-spec.c        2011-07-24 15:48:55.820035782 +0100
 
15
+++ b/src/gcc/d/d-spec.c        2011-07-24 18:20:43.841200023 +0100
 
16
@@ -84,7 +84,7 @@
 
17
 
 
18
     /* If nonzero, use the standard D runtime library when linking with
 
19
        standard libraries. */
 
20
-    int phobos = 1;
 
21
+    int phobos = 0;
 
22
 
 
23
     /* The number of arguments being added to what's in argv, other than
 
24
        libraries.  We use this to track the number of times we've inserted