Bug#873929: gcc7: Enable libgo tests and rebuilds with make -C

2017-09-01 Thread Svante Signell
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 w

Bug#873929: gcc7: Enable libgo tests and rebuilds with make -C

2017-09-01 Thread Matthias Klose
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.

Bug#873929: gcc7: Enable libgo tests and rebuilds with make -C

2017-09-01 Thread Svante Signell
On Fri, 2017-09-01 at 13:32 +0200, Matthias Klose wrote: > 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

Bug#873929: gcc7: Enable libgo tests and rebuilds with make -C

2017-09-01 Thread Matthias Klose
On 01.09.2017 23:11, Svante Signell wrote: > On Fri, 2017-09-01 at 13:32 +0200, Matthias Klose wrote: >> 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 bu

Bug#873929: gcc7: Enable libgo tests and rebuilds with make -C

2017-09-02 Thread Svante Signell
On Sat, 2017-09-02 at 04:07 +0200, Matthias Klose wrote: > On 01.09.2017 23:11, Svante Signell wrote: > > On Fri, 2017-09-01 at 13:32 +0200, Matthias Klose wrote: > > > On 01.09.2017 11:55, Svante Signell wrote: > > > > Source: gcc-7 > > > > Version: 7.2.0-2 > > > > Severity: important > > > > Tags

Bug#873929: gcc7: Enable libgo tests and rebuilds with make -C

2017-09-06 Thread Svante Signell
On Sat, 2017-09-02 at 14:44 +0200, Svante Signell wrote: > On Sat, 2017-09-02 at 04:07 +0200, Matthias Klose wrote: > If I understand you correctly the behavior in gcc-6 is correct. > Attached is an updated libgo-testsuite.diff file fixing the if-then- > else-fi logic in the same way as for gcc-6

Bug#873929: gcc7: Enable libgo tests and rebuilds with make -C

2017-09-12 Thread Matthias Klose
On 06.09.2017 11:54, Svante Signell wrote: > On Sat, 2017-09-02 at 14:44 +0200, Svante Signell wrote: >> On Sat, 2017-09-02 at 04:07 +0200, Matthias Klose wrote: > >> If I understand you correctly the behavior in gcc-6 is correct. >> Attached is an updated libgo-testsuite.diff file fixing the if-t