bug#22337: Breakage on amd64 when built with -O1 and higher

2016-01-09 Thread Andreas Metzler
Hello, this is : Debian used to build guile-2.0 without optimization, after changing to -O2 random segfaults in guile-gnutls testsuite started to appear on amd64. This is easily reproducible by building gnutls 3.3.x (18, 19, 20 tested) on amd64 and running the gui

bug#22337: Breakage on amd64 when built with -O1 and higher

2016-01-09 Thread Ludovic Courtès
Andreas Metzler skribis: > Debian used to build guile-2.0 without optimization, after changing to > -O2 random segfaults in guile-gnutls testsuite started to appear on > amd64. Are you sure the GnuTLS issue has anything to do with that? Guile has always been built with ‘-O2 -g’ by default, and

bug#22337: Breakage on amd64 when built with -O1 and higher

2016-01-09 Thread Andreas Metzler
On 2016-01-09 Ludovic Courtès wrote: > Andreas Metzler skribis: > > Debian used to build guile-2.0 without optimization, after changing to > > -O2 random segfaults in guile-gnutls testsuite started to appear on > > amd64. > Are you sure the GnuTLS issue has anything to do with that? > Guile ha