gcc-4.9_4.9.0-4_amd64.changes ACCEPTED into unstable

2014-05-18 Thread Debian FTP Masters
=medium . * Update to SVN 20140518 (r210592) from the gcc-4_9-branch. * Update the local ada-libgnatprj patch for AArch64. Addresses: #748233. * Update the libstdc++v-python3 patch. Closes: #748317, #738341, 747903. * Build-depend on systemtap-sdt-dev, on every architecure, doesn't

Processing of gcc-4.9_4.9.0-4_amd64.changes

2014-05-18 Thread Debian FTP Masters
gcc-4.9_4.9.0-4_amd64.changes uploaded successfully to localhost along with the files: gcc-4.9-source_4.9.0-4_all.deb gcj-4.9-jre-lib_4.9.0-4_all.deb gcj-4.9-source_4.9.0-4_all.deb libgcj-doc_4.9.0-4_all.deb libstdc++-4.9-doc_4.9.0-4_all.deb gcc-4.9-locales_4.9.0-4_all.deb gcc-4.9-bas

Bug#746426: gcc: Enable -fasynchronous-unwind-tables on more arches.

2014-05-18 Thread Mark Wielaard
On Mon, 2014-05-19 at 00:03 +0200, Kurt Roeckx wrote: > > Am 30.04.2014 00:04, schrieb Kurt Roeckx: > > > So reading about this, this might break glibc when you enable it > > > and they might need to build some files without it. > > > > Is this enabled by any other distributions? > > I assume thi

gcc-4.8_4.8.2-23_amd64.changes ACCEPTED into unstable

2014-05-18 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 18 May 2014 17:48:38 +0200 Source: gcc-4.8 Binary: gcc-4.8-base libgcc-4.8-dev lib64gcc-4.8-dev lib32gcc-4.8-dev libn32gcc-4.8-dev libx32gcc-4.8-dev gcc-4.8 gcc-4.8-multilib gcc-4.8-plugin-dev gcc-4.8-hppa64 cpp-4.

Bug#746426: gcc: Enable -fasynchronous-unwind-tables on more arches.

2014-05-18 Thread Kurt Roeckx
On Sun, May 18, 2014 at 04:37:47PM +0200, Matthias Klose wrote: > Control: tags -1 + wontfix > > Am 30.04.2014 00:04, schrieb Kurt Roeckx: > > So reading about this, this might break glibc when you enable it > > and they might need to build some files without it. > > Is this enabled by any other

Bug#748317: marked as done (libstdc++6: Pretty-printers don't support Python 3)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 21:55:00 + with message-id and subject line Bug#748317: fixed in gcc-4.8 4.8.2-23 has caused the Debian Bug report #748317, regarding libstdc++6: Pretty-printers don't support Python 3 to be marked as done. This means that you claim that the problem has bee

Bug#734345: marked as done (gcc-4.8: imacros command line breaks debugging information)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 21:55:00 + with message-id and subject line Bug#734345: fixed in gcc-4.8 4.8.2-23 has caused the Debian Bug report #734345, regarding gcc-4.8: imacros command line breaks debugging information to be marked as done. This means that you claim that the problem

Bug#748616: gcc-4.8: [armel] float to double conversion does not silence sNaN

2014-05-18 Thread Aurelien Jarno
On Sun, May 18, 2014 at 11:35:04PM +0200, Matthias Klose wrote: > Am 18.05.2014 23:30, schrieb Aurelien Jarno: > > Package: gcc-4.8 > > Version: 4.8.2-21 > > please check with gcc-4.7, gcc-4.9 and gcc-snapshot too. I reported it against gcc 4.8 because it is the default version, but all versions

Bug#748616: gcc-4.8: [armel] float to double conversion does not silence sNaN

2014-05-18 Thread Matthias Klose
Am 18.05.2014 23:30, schrieb Aurelien Jarno: > Package: gcc-4.8 > Version: 4.8.2-21 please check with gcc-4.7, gcc-4.9 and gcc-snapshot too. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

Processed: bug 748616 is forwarded to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61219

2014-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 748616 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61219 Bug #748616 [gcc-4.8] gcc-4.8: [armel] float to double conversion does not silence sNaN Set Bug forwarded-to-address to 'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61219'. > t

Processing of gcc-4.8_4.8.2-23_amd64.changes

2014-05-18 Thread Debian FTP Masters
gcc-4.8_4.8.2-23_amd64.changes uploaded successfully to localhost along with the files: gcc-4.8-source_4.8.2-23_all.deb gcj-4.8-jre-lib_4.8.2-23_all.deb gcj-4.8-source_4.8.2-23_all.deb libstdc++-4.8-doc_4.8.2-23_all.deb gcc-4.8-locales_4.8.2-23_all.deb gcc-4.8-base_4.8.2-23_amd64.deb

Bug#748616: gcc-4.8: [armel] float to double conversion does not silence sNaN

2014-05-18 Thread Aurelien Jarno
Package: gcc-4.8 Version: 4.8.2-21 Severity: normal Consider the following code: #define _GNU_SOURCE #include #include int main (void) { float sNaN = __builtin_nansf (""); double x = (double) sNaN; return issignaling(x); } It returns 1 on armel, but 0 on armel or other architectures. Qu

Bug#746426: gcc: Enable -fasynchronous-unwind-tables on more arches.

2014-05-18 Thread Mark Wielaard
On Sun, 2014-05-18 at 16:37 +0200, Matthias Klose wrote: > Is this enabled by any other distributions? On fedora and RHEL -fasynchronous-unwind-tables is enabled on all architectures for gcc (otherwise rpmbuild will add it as standard flag). So all packages are always build with it so you will alw

Bug#745105: marked as done (gcc-4.9: invalid args to -fsanitize should be an error not a warning)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 16:41:52 +0200 with message-id <5378c6b0.7030...@debian.org> and subject line Re: Bug#745105: gcc-4.9: invalid args to -fsanitize should be an error not a warning has caused the Debian Bug report #745105, regarding gcc-4.9: invalid args to -fsanitize should be a

Processed: Re: Bug#746426: gcc: Enable -fasynchronous-unwind-tables on more arches.

2014-05-18 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + wontfix Bug #746426 [gcc-4.9] gcc: Enable -fasynchronous-unwind-tables on more arches. Added tag(s) wontfix. -- 746426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746426 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To

Bug#746426: gcc: Enable -fasynchronous-unwind-tables on more arches.

2014-05-18 Thread Matthias Klose
Control: tags -1 + wontfix Am 30.04.2014 00:04, schrieb Kurt Roeckx: > So reading about this, this might break glibc when you enable it > and they might need to build some files without it. Is this enabled by any other distributions? -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.

Processed: close already fixed issues, adjust severities

2014-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 748024 important Bug #748024 [gcc-4.9-plugin-dev] gcc-4.9-plugin-dev: gcc plugins can not build Severity set to 'important' from 'serious' > close 747526 Bug #747526 [src:gcc-4.9] src:gcc-4.9: FTBFS on sparc64: update symbols Marked Bug a

Bug#720363: marked as done (gcc-4.8: i386 on armhf cross-compiler FTBFS)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 16:22:57 +0200 with message-id <5378c241.3040...@debian.org> and subject line no feedback on issue, closing has caused the Debian Bug report #720363, regarding gcc-4.8: i386 on armhf cross-compiler FTBFS to be marked as done. This means that you claim that the p

Bug#714976: marked as done (gcc-4.8-source: FTBFS cross-compiler for armel)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 16:20:18 +0200 with message-id <5378c1a2.8010...@debian.org> and subject line Re: Bug#714976: gcc-4.8-source: FTBFS cross-compiler for armel has caused the Debian Bug report #714976, regarding gcc-4.8-source: FTBFS cross-compiler for armel to be marked as done.

Bug#732624: marked as done (/usr/bin/g++-4.8: internal compiler error: in use_thunk, at cp/method.c:338)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 15:48:30 +0200 with message-id <5378ba2e.30...@debian.org> and subject line Re: Bug#732624: /usr/bin/g++-4.8: internal compiler error: in use_thunk, at cp/method.c:338 has caused the Debian Bug report #732624, regarding /usr/bin/g++-4.8: internal compiler error:

Bug#745967: marked as done (gcc-4.8-hppa64: install fails without --force-overwrite when other versions are present)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 14:41:01 +0200 with message-id <5378aa5d.4090...@debian.org> and subject line Re: gcc-4.8-hppa64: install fails without --force-overwrite when other versions are present has caused the Debian Bug report #745967, regarding gcc-4.8-hppa64: install fails without --

Bug#744782: marked as done (src:gcc-4.8: does not build gccbase when with_deps_on_target_arch_pkgs=yes)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 14:36:52 +0200 with message-id <5378a964.2040...@debian.org> and subject line Re: Bug#744782: src:gcc-4.8: does not build gccbase when with_deps_on_target_arch_pkgs=yes has caused the Debian Bug report #744782, regarding src:gcc-4.8: does not build gccbase when

Bug#746786: marked as done (libgcj14:amd64: adequate reports broken symlink when upgrading libgcj14)

2014-05-18 Thread Debian Bug Tracking System
Your message dated Sun, 18 May 2014 14:32:29 +0200 with message-id <5378a85d.8050...@debian.org> and subject line Re: Bug#746786: libgcj14:amd64: adequate reports broken symlink when upgrading libgcj14 has caused the Debian Bug report #746786, regarding libgcj14:amd64: adequate reports broken syml

Re: preparing for GCC 4.9 (bug squashing on May 16/17)

2014-05-18 Thread Mike Hommey
On Tue, May 13, 2014 at 02:56:39PM +0200, Matthias Klose wrote: > With gcc-4.9 now available in testing, it is time to prepare for the change of > the default to 4.9, for a subset of architectures or for all (release) > architectures. The defaults for the gdc, gccgo, gcj and gnat frontends > alre