Daily bump.

This commit is contained in:
GCC Administrator 2022-01-02 00:16:28 +00:00
parent 4f3b1a09d3
commit 62eb5308fe
4 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2022-01-01 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* inclhack.def: Add new fix on darwin.
* fixincl.x: Regenerate.
* tests/base/math.h: Regenerate.
2021-11-23 Xi Ruoyao <xry111@mengyan1223.wang>
PR bootstrap/103306

View File

@ -1 +1 @@
20220101
20220102

View File

@ -1,3 +1,9 @@
2022-01-01 Jakub Jelinek <jakub@redhat.com>
PR objc/103639
* c-typeck.c (c_finish_bc_stmt): For break inside of switch inside of
ObjC foreach, emit normal BREAK_STMT rather than goto to label.
2021-12-17 Marek Polacek <polacek@redhat.com>
PR c/103649

View File

@ -1,3 +1,21 @@
2022-01-01 Andrew Pinski <apinski@marvell.com>
PR rtl-optimization/100241
PR rtl-optimization/99787
* gcc.c-torture/compile/pr100241-1.c: New test.
* gcc.c-torture/compile/pr99787-1.c: New test.
2022-01-01 Jakub Jelinek <jakub@redhat.com>
* gcc.misc-tests/godump-1.c: Adjust for renaming of last
field from _align suffix to _ suffix.
2022-01-01 Jakub Jelinek <jakub@redhat.com>
Iain Sandoe <iain@sandoe.co.uk>
PR objc/103639
* objc.dg/pr103639.m: New test.
2021-12-31 Francois-Xavier Coudert <fxcoudert@gmail.com>
PR fortran/89639