Bug#949192: gcc-10: uses regexec without support for REG_STARTEND with -fsanitize=address

2020-01-17 Thread brian m. carlson
Package: libasan6 Version: 10-20200107-1 Severity: normal When gcc-10 compiles with -fsanitize=address, it substitutes any calls to regexec with a version that does not support REG_STARTEND. This makes code that is compiled fail unexpectedly or even produce spurious sanitization errors, since wit

Processed: Re: g++: internal compiler error on beignet

2020-01-17 Thread Debian Bug Tracking System
Processing control commands: > forwarded -1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93299 Bug #949024 [g++-9] g++: ICE at cp/pt.c:15779 on beignet in -std=gnu++14 Set Bug forwarded-to-address to 'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93299'. -- 949024: https://bugs.debian.org/cgi-bi

gcc-10_10-20200117-2_source.changes ACCEPTED into experimental

2020-01-17 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 17 Jan 2020 15:56:29 +0100 Source: gcc-10 Architecture: source Version: 10-20200117-2 Distribution: experimental Urgency: medium Maintainer: Debian GCC Maintainers Changed-By: Matthias Klose Changes: gcc-10

Processing of gcc-10_10-20200117-2_source.changes

2020-01-17 Thread Debian FTP Masters
gcc-10_10-20200117-2_source.changes uploaded successfully to localhost along with the files: gcc-10_10-20200117-2.dsc gcc-10_10-20200117-2.debian.tar.xz gcc-10_10-20200117-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

gcc-10_10-20200117-1_source.changes ACCEPTED into experimental

2020-01-17 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 17 Jan 2020 12:46:43 +0100 Source: gcc-10 Architecture: source Version: 10-20200117-1 Distribution: experimental Urgency: medium Maintainer: Debian GCC Maintainers Changed-By: Matthias Klose Changes: gcc-10

Processing of gcc-10_10-20200117-1_source.changes

2020-01-17 Thread Debian FTP Masters
gcc-10_10-20200117-1_source.changes uploaded successfully to localhost along with the files: gcc-10_10-20200117-1.dsc gcc-10_10-20200117.orig.tar.gz gcc-10_10-20200117-1.debian.tar.xz gcc-10_10-20200117-1_source.buildinfo Greetings, Your Debian queue daemon (running on host

gcc-9_9.2.1-24_source.changes ACCEPTED into unstable

2020-01-17 Thread Debian FTP Masters
) unstable; urgency=medium . * Update to git 20200117 from the gcc-9 branch. - Fix PR target/93254 (x86), PR ipa/93223, PR ipa/92971, PR target/93188 (ARM), PR c/93072, PR c/93241, PR fortran/84135, PR middle-end/91226. PR libstdc++/81091, PR libstdc++/91947. * Back-out the LTO

Processing of gcc-9_9.2.1-24_source.changes

2020-01-17 Thread Debian FTP Masters
gcc-9_9.2.1-24_source.changes uploaded successfully to localhost along with the files: gcc-9_9.2.1-24.dsc gcc-9_9.2.1-24.debian.tar.xz gcc-9_9.2.1-24_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#949024: g++: internal compiler error on beignet

2020-01-17 Thread Rebecca N. Palmer
creduce output (and yes, this isn't a valid program, but it still shouldn't ICE): template struct a { enum { b }; }; class c; template class __attribute__((aligned((a::b d {}; class : d<0> {