Daily bump.

This commit is contained in:
GCC Administrator 2023-01-22 00:17:27 +00:00
parent 48f544ad5c
commit d5717e7f6f
4 changed files with 27 additions and 1 deletions

View file

@ -1,3 +1,17 @@
2023-01-21 Iain Sandoe <iain@sandoe.co.uk>
* fixincl.x: Regenerate.
* inclhack.def (darwin_objc_runtime_1): New hack.
* tests/base/objc/runtime.h: New file.
2023-01-21 Iain Sandoe <iain@sandoe.co.uk>
PR target/107568
* fixincl.x: Regenerate.
* inclhack.def: Add a fix for MacOS13 SDK function deprecations
in stdio.h.
* tests/base/stdio.h (__deprecated_msg): New test.
2022-11-23 Marek Polacek <polacek@redhat.com>
Revert:

View file

@ -1 +1 @@
20230121
20230122

View file

@ -1,3 +1,9 @@
2023-01-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/102595
* data.cc (gfc_assign_data_value): Remove check for PARAMETER in DATA.
* primary.cc (match_variable): Add check for PARAMETER in DATA.
2023-01-19 Harald Anlauf <anlauf@gmx.de>
PR fortran/108434

View file

@ -1,3 +1,9 @@
2023-01-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/102595
* gfortran.dg/pr88048.f90: Adjust for changed error message.
* gfortran.dg/parameter_data0.f90: New test.
2023-01-20 Tejas Belagod <tejas.belagod@arm.com>
* gcc.target/aarch64/acle/pmull64.c: New.