From 65310691f80bb61e561f34d7500cd6336d625f49 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 21 Nov 2015 01:47:13 +0000 Subject: re PR go/66406 (go.test/test/nilptr.go FAILs with PIE) PR go/66406 * go.test/go-test.exp (go-gc-tests): Skip nilptr.go if PIE. From-SVN: r230697 --- gcc/testsuite/go.test/go-test.exp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/testsuite/go.test') diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index d57751c..fd3e6a0 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -398,6 +398,11 @@ proc go-gc-tests { } { } } + if [check_effective_target_pie_enabled] { + untested $test + continue + } + if { [file tail $test] == "init1.go" } { # This tests whether GC runs during init, which for gccgo # it currently does not. -- cgit v1.1