Bug#846507: the D frontend fails to build on sparc64

2016-12-01 Thread Iain Buclaw
On 1 December 2016 at 19:04, Matthias Klose <d...@debian.org> wrote: > Package: src:gcc-7 > Version: 7-20161201-1 > Severity: important > > See > https://buildd.debian.org/status/fetch.php?pkg=gcc-7=sparc64=7-20161201-1=1480609625 > > GDC trunk is a snapshot from 2016

Bug#846530: g++-6: uint64_t toto=800*16'800'000; // -Woverflow reported

2016-12-01 Thread unrde
Package: g++-6 Version: 6.2.0-13 Severity: normal Dear Maintainer, This program fails: ``` c++ #include int main() { uint64_t toto = 800*16'800'000; // *should* be 10'080'000'000 return 0; } ``` when compiled with: ``` make all: g++ -Wall -std=c++14 main.cpp -o main.out ```

Bug#846214: gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around

2016-12-01 Thread Thorsten Glaser
On Thu, 1 Dec 2016, Thorsten Glaser wrote: > OK. I’ve got it cut down, both regular and preprocessed > versions are attached. Attaching the .s output of the stripped-down version, both unmodified and with the printf command changed. The diff between them is not trivial, though. bye, //mirabilos

Bug#846214: gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around

2016-12-01 Thread Matthias Klose
On 01.12.2016 22:38, Thorsten Glaser wrote: > On Thu, 1 Dec 2016, Thorsten Glaser wrote: > >> On Thu, 1 Dec 2016, Matthias Klose wrote: >> >>> - please could you reduce the test case to just run the failing test? >> >> I’ll try… > > OK. I’ve got it cut down, both regular and preprocessed >

Bug#846214: gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around

2016-12-01 Thread Thorsten Glaser
tags 846214 - moreinfo thanks On Thu, 1 Dec 2016, Matthias Klose wrote: > - please could you reduce the test case to just run the failing test? I’ll try… > - please add the preprocessed source Attached from the following command: gcc -DHAVE_CONFIG_H -I. -include ./config.h -I./protobuf-c

Processed: Re: Bug#846214: gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around

2016-12-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 846214 - moreinfo Bug #846214 [gcc-6] gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around Removed tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 846214:

Bug#846507: the D frontend fails to build on sparc64

2016-12-01 Thread Matthias Klose
Package: src:gcc-7 Version: 7-20161201-1 Severity: important See https://buildd.debian.org/status/fetch.php?pkg=gcc-7=sparc64=7-20161201-1=1480609625 GDC trunk is a snapshot from 20161113 In file included from ./tm_p.h:4:0, from ../../src/gcc/d/d-target.cc:33: ../../src/gcc

Processed: [bts-link] source package gcc-6

2016-12-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package gcc-6 > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to

gcc-7_7-20161201-1_source.changes ACCEPTED into experimental

2016-12-01 Thread Debian FTP Masters
libgphobos68 libgphobos68-dbg lib64gphobos-7-dev lib64gphobos68 lib64gphobos68-dbg lib32gphobos-7-dev lib32gphobos68 lib32gphobos68-dbg libx32gphobos-7-dev libx32gphobos68 libx32gphobos68-dbg fixincludes gcc-7-source Architecture: source Version: 7-20161201-1 Distribution: experimental Urgency: medium

Processing of gcc-7_7-20161201-1_source.changes

2016-12-01 Thread Debian FTP Masters
gcc-7_7-20161201-1_source.changes uploaded successfully to localhost along with the files: gcc-7_7-20161201-1.dsc gcc-7_7-20161201.orig.tar.gz gcc-7_7-20161201-1.diff.gz Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#846075: marked as done (gcc-7: Missing files avx5124fmapsintrin.h)

2016-12-01 Thread Debian Bug Tracking System
Your message dated Thu, 01 Dec 2016 15:12:35 + with message-id <e1cct2j-000aaj...@fasolo.debian.org> and subject line Bug#846075: fixed in gcc-7 7-20161201-1 has caused the Debian Bug report #846075, regarding gcc-7: Missing files avx5124fmapsintrin.h to be marked as done. This means th

Processed: Re: Bug#846214: gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around

2016-12-01 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #846214 [gcc-6] gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around Added tag(s) moreinfo. -- 846214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846214 Debian Bug Tracking System Contact

Bug#846214: gcc-6: wrong code generation in protobuf-c testsuite, adding printf works around

2016-12-01 Thread Matthias Klose
Control: tags -1 + moreinfo On 29.11.2016 11:26, Thorsten Glaser wrote: > Package: gcc-6 > Version: 6.2.1-5 > Severity: important > > The protobuf-c testsuite fails. More specifically, the attached > test-generated-code2.c file fails with the following output: > Suddenly, the testsuite passes,