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

« back to all changes in this revision

Viewing changes to .svn/pristine/e4/e410391a75948f093a0cee25c494fce15a8f4e67.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: Temporary work around:
 
2
# DP: On arm-linux-gnueabi run the libstdc++v3 testsuite with -Wno-abi
 
3
 
 
4
Index: b/src/libstdc++-v3/testsuite/lib/libstdc++.exp
 
5
===================================================================
 
6
--- a/src/libstdc++-v3/testsuite/lib/libstdc++.exp
 
7
+++ b/src/libstdc++-v3/testsuite/lib/libstdc++.exp
 
8
@@ -288,6 +288,10 @@
 
9
     }
 
10
     append cxxflags " "
 
11
     append cxxflags [getenv CXXFLAGS]
 
12
+    # ARM C++ emits an ABI warning for varargs.
 
13
+    if [istarget "arm*"] {
 
14
+        append cxxflags " -Wno-abi"
 
15
+    }
 
16
     v3track cxxflags 2
 
17
 
 
18
     # Always use MO files built by this test harness.