Processed: Re: Bug#833829: libgcc-6-dev: Missing crtfastmath.o on kfreebsd-*

2016-09-06 Thread Debian Bug Tracking System
Processing control commands: > retitle -1 libgcc-6-dev: Missing crtfastmath.o on kfreebsd-* Bug #833829 [libgcc-6-dev] libgcc-6-dev: Missing crtfastmath.o Changed Bug title to 'libgcc-6-dev: Missing crtfastmath.o on kfreebsd-*' from 'libgcc-6-dev: Missing crtfastmath.o'. > affects -1 + src:vlc

Bug#833829: libgcc-6-dev: Missing crtfastmath.o on kfreebsd-*

2016-09-06 Thread Andreas Beckmann
Control: retitle -1 libgcc-6-dev: Missing crtfastmath.o on kfreebsd-* Control: affects -1 + src:vlc On Tue, 9 Aug 2016 11:39:54 +0200 Matthias Klose wrote: > > I'm unable to build a package because crtfastmath.o is missing from this > > package. Architecture is kfreebsd-i386. I

Bug#836848: libasan3: AddressSanitizer breaks when LD_PRELOAD is defined

2016-09-06 Thread Vincent Lefevre
Package: libasan3 Version: 6.2.0-3 Severity: normal When LD_PRELOAD is defined (which can be a consequence of gtk3-nocsd being installed and the user being in an X11 session), I get: cventin:~> gcc -fsanitize=address t.c cventin:~> ./a.out ==22051==ASan runtime does not come first in initial

Bug#836855: gcc-snapshot: -fsanitize=address -static-libasan doesn't work

2016-09-06 Thread Vincent Lefevre
Package: gcc-snapshot Version: 20160508-1 Severity: normal cventin:~> cat t.c int main (void) { return 0; } cventin:~> gcc-snapshot -fsanitize=address -static-libasan t.c cventin:~> ./a.out ==27754==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/asan/asan_rtl.cc:405

Results for 6.2.0 20160901 (Debian 6.2.0-3) testsuite on s390x-ibm-linux-gnu

2016-09-06 Thread Matthias Klose
LAST_UPDATED: Thu Sep 1 19:54:12 UTC 2016 (revision 239944) Target: s390x-linux-gnu gcc version 6.2.0 20160901 (Debian 6.2.0-3) Native configuration is s390x-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/abi-tag23.C -std=gnu++11 (test for warnings,

Results for 5.4.1 20160904 (Debian 5.4.1-2) testsuite on powerpc-unknown-linux-gnu

2016-09-06 Thread Matthias Klose
LAST_UPDATED: Sun Sep 4 12:45:41 UTC 2016 (revision 239975) Target: powerpc-linux-gnu gcc version 5.4.1 20160904 (Debian 5.4.1-2) Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix FAIL: c-c++-common/asan/null-deref-1.c -O2 output

Bug#836864: libasan3: -fsanitize=address -static-libasan doesn't always work

2016-09-06 Thread Vincent Lefevre
Package: libasan3 Version: 6.2.0-3 Severity: normal While -fsanitize=address -static-libasan works on a simple .c file, it no longer works in a more complex case. To reproduce, build MPFR (e.g. 3.1.4) with: ./configure CC=gcc-6 CFLAGS="-fsanitize=address -static-libasan" make make check