Bug#915695: libmpfr-dev: please also install mpfr.pc

2018-12-05 Thread Johannes 'josch' Schauer
Package: libmpfr-dev Version: 4.0.1-1 Severity: wishlist Hi, Since 4.0.0, MPFR also ships a pkg-config file which is generated from mpfr.pc.in. Please consider installing mpfr.pc in libmpfr-dev. Thanks! cheers, josch

Bug#915678: gcc-x86-64-linux-gnux32: broken symlink: /usr/share/doc/gcc-x86_64-linux-gnux32 -> cpp-x86_64-linux-gnux32 (gcc-x86-64-linux-gnux32)

2018-12-05 Thread Andreas Beckmann
Package: gcc-x86-64-linux-gnux32 Version: 4:8.2.0-2 Severity: normal User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package ships (or creates) a broken symlink. >From the attached log (scroll to the bottom...): 0m26.3s ERROR: FAIL: Broken syml

Processed: Re: Bug#915405: gcc-8: Spurious stringop-overflow error when compiling with -O2

2018-12-05 Thread Debian Bug Tracking System
Processing control commands: > forwarded -1 https://gcc.gnu.org/PR87296 Bug #915405 [gcc-8] gcc-8: Spurious stringop-overflow error when compiling with -O2 Set Bug forwarded-to-address to 'https://gcc.gnu.org/PR87296'. > tags -1 - moreinfo Bug #915405 [gcc-8] gcc-8: Spurious stringop-overflow e

Bug#915405: gcc-8: Spurious stringop-overflow error when compiling with -O2

2018-12-05 Thread Matthias Klose
Control: forwarded -1 https://gcc.gnu.org/PR87296 Control: tags -1 - moreinfo Control: tags -1 + upstream On 05.12.18 09:12, François Trahay wrote: > #include > #include > > char* copy_string(const char* str) { > int len = strlen(str); > char* dest = malloc(sizeof(char)*len+1); > strncpy(

Bug#915405: gcc-8: Spurious stringop-overflow error when compiling with -O2

2018-12-05 Thread François Trahay
On 05/12/2018 08:29, Matthias Klose wrote: Control: tags -1 + moreinfo On 03.12.18 16:06, François Trahay wrote: Package: gcc-8 Version: 8.2.0-9 Severity: normal Dear Maintainer, I have a piece of code in a CMake project that fails to compile when building in RelWithDebInfo mode. The problem s