[bts-link] source package gcc-9

2019-11-14 Thread debian-bts-link
# # bts-link upstream status pull for source package gcc-9 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-l...@lists.debian.org # remote status report for #944380 (http://bugs.debian.org/944380) #

[bts-link] source package gcc-7

2019-11-14 Thread debian-bts-link
# # bts-link upstream status pull for source package gcc-7 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-l...@lists.debian.org # remote status report for #853709 (http://bugs.debian.org/853709) #

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

2019-11-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package gcc-7 > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # https://bts-link-team.pages.debian.net/bts-link/ > # > user debian-bts-l...@lists.debian.org Setting u

Results for 7.5.0 (Debian 7.5.0-1) testsuite on powerpc64le-unknown-linux-gnu

2019-11-14 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_7_5_0_release revision 278198 === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configuration is powerpc64le-unknown-linux-gnu === g++ t

Bug#944736: marked as done (gcc-9 doesn't link properly when using ld.bfd)

2019-11-14 Thread Debian Bug Tracking System
Your message dated Thu, 14 Nov 2019 15:34:04 +0100 with message-id <85bbcb8e-6b06-5457-392f-3c0e0860d...@debian.org> and subject line Re: Bug#944736: gcc-9 doesn't link properly when using ld.bfd has caused the Debian Bug report #944736, regarding gcc-9 doesn't link properly when using ld.bfd to be

Bug#944736: gcc-9 doesn't link properly when using ld.bfd

2019-11-14 Thread Gilles Crèvecœur
Package: gcc-9 Version: 9.2.1-19 Severity: important Dear Maintainer, When compiling this short example: /* a.c begins here */ #include #include int main(void) { mpf_t y; mpf_init2(y, 128); mpf_sqrt_ui(y, 2UL); gmp_printf("%.*Ff\n", 38, y); return 0; } /* a.c ends here */ with the

gcc-7_7.5.0-1_source.changes ACCEPTED into unstable

2019-11-14 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 14 Nov 2019 10:01:51 +0100 Source: gcc-7 Architecture: source Version: 7.5.0-1 Distribution: unstable Urgency: medium Maintainer: Debian GCC Maintainers Changed-By: Matthias Klose Changes: gcc-7 (7.5.0-1) unsta

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

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

[Bug c/23144] [7/8/9/10 Regression] invalid parameter forward declarations not diagnosed

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144 Richard Biener changed: What|Removed |Added Target Milestone|7.5 |8.4 --- Comment #23 from Richard Biener