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

« back to all changes in this revision

Viewing changes to .svn/pristine/2b/2bed19bc6bca17de8f1a4087d0deb64876f41df9.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: Don't run the libstdc++ testsuite on arm* and hppa (timeouts on the buildds)
 
2
 
 
3
--- a/src/libstdc++-v3/testsuite/Makefile.in~   2010-02-23 02:43:51.522335339 +0100
 
4
+++ b/src/libstdc++-v3/testsuite/Makefile.in    2010-02-23 08:34:41.691086441 +0100
 
5
@@ -560,6 +560,7 @@
 
6
 
 
7
 # Run the testsuite in normal mode.
 
8
 check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
 
9
+       case "$(target)" in arm*|hppa*) exit 0;; esac; \
 
10
        AR="$(AR)"; export AR; \
 
11
        RANLIB="$(RANLIB)"; export RANLIB; \
 
12
        if [ -z "$*$(filter-out --target_board=%, $(RUNTESTFLAGS))" ] \