mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 06:20:25 +08:00
Daily bump.
This commit is contained in:
parent
b0fb746bf2
commit
d72b4e9f78
@ -1,3 +1,24 @@
|
||||
2025-04-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
|
||||
|
||||
* config/s390/s390.cc: Add z17 scheduler description.
|
||||
* config/s390/s390.h: Ditto.
|
||||
* config/s390/s390.md: Ditto.
|
||||
* config/s390/9175.md: New file.
|
||||
|
||||
2025-04-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
|
||||
|
||||
* common/config/s390/s390-common.cc: Rename arch15 to z17.
|
||||
* config.gcc: Add z17.
|
||||
* config/s390/driver-native.cc: Detect z17 machine.
|
||||
* config/s390/s390-builtins.def (B_VXE3): Rename arch15 to z17.
|
||||
* config/s390/s390-c.cc (s390_resolve_overloaded_builtin): Ditto.
|
||||
* config/s390/s390-opts.h (enum processor_type): Ditto.
|
||||
* config/s390/s390.cc: Ditto.
|
||||
* config/s390/s390.h: Ditto.
|
||||
* config/s390/s390.md: Ditto.
|
||||
* config/s390/s390.opt: Add z17.
|
||||
* doc/invoke.texi: Ditto.
|
||||
|
||||
2025-04-12 Sandra Loosemore <sloosemore@baylibre.com>
|
||||
|
||||
PR target/97585
|
||||
|
@ -1 +1 @@
|
||||
20250413
|
||||
20250414
|
||||
|
@ -1,3 +1,26 @@
|
||||
2025-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
Simon Sobisch <simonsobisch@gnu.org>
|
||||
|
||||
PR cobol/119217
|
||||
* parse.y: Rename OVERFLOW to OVERFLOW_kw.
|
||||
Specify type name in %token directive.
|
||||
* scan.l: Likewise.
|
||||
* token_names.h: Regenerate.
|
||||
|
||||
2025-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
PR cobol/119217
|
||||
* util.cc (class timespec_t): Rename to cbl_timespec.
|
||||
|
||||
2025-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* genapi.cc: Include target.h.
|
||||
(section_label): Use ASM_COMMENT_START.
|
||||
(paragraph_label): Likewise.
|
||||
(parser_perform): Likewise.
|
||||
(internal_perform_through): Likewise.
|
||||
(hijack_for_development): Likewise.
|
||||
|
||||
2025-04-12 Bob Dubner <rdubner@symas.com>
|
||||
|
||||
PR cobol/119694
|
||||
|
@ -1,3 +1,29 @@
|
||||
2025-04-13 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/115639
|
||||
* constexpr.cc (struct constexpr_call): Add NSDMIs to each
|
||||
field. Replace 'result' data member with 3-element 'results'
|
||||
array and a 'result' accessor function. Remove
|
||||
'manifestly_const_eval' data member.
|
||||
(constexpr_call_hasher::equal): Adjust after constexpr_call
|
||||
layout change.
|
||||
(cxx_eval_call_expression): Likewise. Define some local
|
||||
variables closer to their first use. Use unknown_type_node
|
||||
instead of NULL_TREE as the "in progress" result. After
|
||||
successully evaluating a call with mce_unknown, also cache the
|
||||
result in the corresponding mce_true and mce_false slots.
|
||||
|
||||
2025-04-13 Nathaniel Shead <nathanieloshead@gmail.com>
|
||||
|
||||
* module.cc (trees_in::is_matching_decl): Don't check for
|
||||
mismatches when importing a DECL_MAYBE_DELETED function over one
|
||||
that's already finished.
|
||||
|
||||
2025-04-13 Nathaniel Shead <nathanieloshead@gmail.com>
|
||||
|
||||
* module.cc (trees_in::is_matching_decl): Add custom errors for
|
||||
different kinds of mismatches.
|
||||
|
||||
2025-04-12 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/116416
|
||||
|
@ -1,3 +1,10 @@
|
||||
2025-04-13 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/119669
|
||||
* interface.cc (compare_parameter): Error when mismatch between
|
||||
formal argument as subroutine and function. If the dummy
|
||||
argument is a known function, set its typespec.
|
||||
|
||||
2025-04-12 Thomas Schwinge <tschwinge@baylibre.com>
|
||||
|
||||
PR fortran/101602
|
||||
|
@ -1,3 +1,23 @@
|
||||
2025-04-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libfortran/119502
|
||||
* gfortran.dg/pr119502.f90: New test.
|
||||
|
||||
2025-04-13 Nathaniel Shead <nathanieloshead@gmail.com>
|
||||
|
||||
* g++.dg/modules/noexcept-4_a.H: New test.
|
||||
* g++.dg/modules/noexcept-4_b.C: New test.
|
||||
|
||||
2025-04-13 Nathaniel Shead <nathanieloshead@gmail.com>
|
||||
|
||||
* g++.dg/modules/lambda-8_b.C: Adjust error.
|
||||
* g++.dg/modules/leg-merge-4_c.C: Likewise.
|
||||
|
||||
2025-04-13 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/119669
|
||||
* gfortran.dg/interface_59.f90: New test.
|
||||
|
||||
2025-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
PR d/119761
|
||||
|
@ -1,3 +1,8 @@
|
||||
2025-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* valconv.cc (__gg__string_to_numeric_edited): Use strchr instead
|
||||
of index.
|
||||
|
||||
2025-04-12 Bob Dubner <rdubner@symas.com>
|
||||
|
||||
PR cobol/119694
|
||||
|
@ -1,3 +1,11 @@
|
||||
2025-04-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libfortran/119502
|
||||
* io/close.c (st_close): Issue an error and avoid
|
||||
calling close_share when there is no stream assigned.
|
||||
* io/open.c (st_open): If there is no stream assigned
|
||||
to the unit, unlock the unit and issue an error.
|
||||
|
||||
2025-04-09 Paul Thomas <pault@gcc.gnu.org>
|
||||
and Harald Anlauf <anlauf@gcc.gnu.org>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user