2017-07-09  Yury Gribov  <tetra2005@gmail.com>

gcc/testsuite/
        * lib/profopt.exp: Print relative names in UNSUPPORTED
	AutoFDO tests.

diff -rupN gcc/gcc/testsuite/lib/profopt.exp gcc-compare-checks/gcc/testsuite/lib/profopt.exp
--- gcc/gcc/testsuite/lib/profopt.exp	2017-07-09 17:58:39.000000000 +0200
+++ gcc-compare-checks/gcc/testsuite/lib/profopt.exp	2017-07-09 17:53:45.000000000 +0200
@@ -285,7 +285,7 @@ proc auto-profopt-execute { src } {
 
     if { ! [check_profiling_available "-fauto-profile"] } {
         regsub "(?q)$srcdir/" $src "" testcase
-        unsupported "$src -fauto-profile"
+        unsupported "$testcase -fauto-profile"
         return
     }
     set profile_wrapper [profopt-perf-wrapper]
@@ -451,7 +451,7 @@ proc profopt-execute { src } {
 		verbose "Running $cmd"
 		set id [remote_spawn "" $cmd]
 		if { $id < 0 } {
-		    unsupported "$src -fauto-profile: cannot run create_gcov"
+		    unsupported "$testcase -fauto-profile: cannot run create_gcov"
 		    set status "fail"
 		    return
 		}
