gcc-11_11.2.0-19_source.changes ACCEPTED into unstable

2022-03-24 Thread Debian FTP Masters
) unstable; urgency=medium . * Update to git 20220324 from the gcc-11 branch. - Fix PR tree-optimization/101636, PR tree-optimization/104782, PR tree-optimization/104931, PR target/105000 (x86), PR target/104890 (x86), PR target/104998 (x86), PR target/104923 (PPC), PR

Processing of gcc-11_11.2.0-19_source.changes

2022-03-24 Thread Debian FTP Masters
gcc-11_11.2.0-19_source.changes uploaded successfully to localhost along with the files: gcc-11_11.2.0-19.dsc gcc-11_11.2.0-19.debian.tar.xz gcc-11_11.2.0-19_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

gcc-10_10.3.0-15_source.changes ACCEPTED into unstable

2022-03-24 Thread Debian FTP Masters
) unstable; urgency=medium . * Update to git 20220324 from the gcc-10 branch. - Fix PR tree-optimization/103237, PR middle-end/103181, PR middle-end/103248, PR tree-optimization/102798, PR ipa/102762, PR tree-optimization/100923, PR tree-optimization/101158, PR target

Processing of gcc-10_10.3.0-15_source.changes

2022-03-24 Thread Debian FTP Masters
gcc-10_10.3.0-15_source.changes uploaded successfully to localhost along with the files: gcc-10_10.3.0-15.dsc gcc-10_10.3.0-15.debian.tar.xz gcc-10_10.3.0-15_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#1001595: src:gcc-defaults-mipsen: fails to migrate to testing for too long

2022-03-24 Thread YunQiang Su
Paul Gevers 于2022年3月24日周四 19:26写道: > > Hi YunQiang, > > On 22-03-2022 07:06, YunQiang Su wrote: > > Paul Gevers 于2022年3月22日周二 04:04写道: > >> On Sun, 12 Dec 2021 21:51:28 +0100 Paul Gevers wrote: > >>> The Release Team considers packages that are out-of-sync between testing > >>> and unstable for

Bug#1001595: src:gcc-defaults-mipsen: fails to migrate to testing for too long

2022-03-24 Thread Paul Gevers
Hi YunQiang, On 22-03-2022 07:06, YunQiang Su wrote: Paul Gevers 于2022年3月22日周二 04:04写道: On Sun, 12 Dec 2021 21:51:28 +0100 Paul Gevers wrote: The Release Team considers packages that are out-of-sync between testing and unstable for more than 60 days as having a Release Critical bug in

Bug#1008098: gcc-10: segfaults when building WebKitGTK 2.36.0

2022-03-24 Thread Alberto Garcia
On Tue, Mar 22, 2022 at 01:27:06PM +0100, Alberto Garcia wrote: > I'm trying to build webkit2gtk 2.36.0 for bullseye using GCC 10 and > I get segfaults in several places. FYI I was bisecting the problem and the culprit seems to be the transition from WebKit's own implementation of Variant to

Bug#1008190: gcc-11: isinf(nan) returns 1 with -O0 on m68k

2022-03-24 Thread Kazuhiro NISHIYAMA
Package: gcc-11 Version: 11.2.0-18 Severity: normal Dear Maintainer, O option affects the return value of isinf(nan). user@m68k-sid:~$ cat n.c #include #include int main() { double inf = HUGE_VAL; double nan = (inf / inf); printf("isinf(inf)=%d\n", isinf(inf));