On 01.09.2017 11:55, Svante Signell wrote: > Source: gcc-7 > Version: 7.2.0-2 > Severity: important > Tags: patch > > Hello, > > Currently the libgo tests are not run due to a bug in libgo/Makefile.am > (and Makefile.in). This error is found on all architectures where the > testsuite is enabled. The attached patch fixes this bug as well as > enables rebuilds with > make -C build/<arch-triple>/libgo clean; > <hack on>; > make -C build/<arch-triple>/libgo; > by adding more entries to the CLEANFILES target. > > (The GOBENCH = entry is due to a trailing white space in the original > file)
ok, this is the libgo-testsuite.diff patch. Why do you test USE_DEJAGNU twice then? The go testsuite is special, because it's normally run from every multilib directory instead of the top libdir only.