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

« back to all changes in this revision

Viewing changes to .svn/pristine/d0/d0de56e23e30814b5681c8b00803de3783f9d093.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 running the libmudflap testsuite. Getting killed on alpha.
 
2
 
 
3
---
 
4
 libmudflap/testsuite/Makefile.in |    2 ++
 
5
 1 files changed, 2 insertions(+), 0 deletions(-)
 
6
 
 
7
--- a/src/libmudflap/testsuite/Makefile.in
 
8
+++ b/src/libmudflap/testsuite/Makefile.in
 
9
@@ -246,6 +246,8 @@ CTAGS:
 
10
 
 
11
 
 
12
 check-DEJAGNU: site.exp
 
13
+       @echo target $@ disabled for Debian build.
 
14
+check-DEJAGNU-disabled: site.exp
 
15
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
 
16
        EXPECT=$(EXPECT); export EXPECT; \
 
17
        runtest=$(RUNTEST); \