https://gcc.gnu.org/g:a80b321b2f78878751037ea645a9c11bc171cc71
commit r13-8919-ga80b321b2f78878751037ea645a9c11bc171cc71 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Wed Jul 17 00:22:31 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2c361f5e78a..bea192021321 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,42 @@ +2024-07-16 Stefan Schulze Frielinghaus <stefa...@gcc.gnu.org> + + Backported from master: + 2024-07-12 Stefan Schulze Frielinghaus <stefa...@gcc.gnu.org> + + * config/s390/vector.md (mov<mode>): Fix output template for + movv1qi. + +2024-07-16 Stefan Schulze Frielinghaus <stefa...@gcc.gnu.org> + + Backported from master: + 2024-07-12 Stefan Schulze Frielinghaus <stefa...@gcc.gnu.org> + + * config/s390/s390.md (*icjump_64): Allow raw CC comparisons, + i.e., any constant integer between 0 and 15 for CC comparisons. + +2024-07-16 Alexandre Oliva <ol...@adacore.com> + + Backported from master: + 2024-07-15 Alexandre Oliva <ol...@adacore.com> + + PR target/113719 + * config/i386/i386-options.cc (ix86_option_override_internal): + Move flag_omit_frame_pointer final overrider... + (ix86_recompute_optlev_based_flags): ... here. + +2024-07-16 Alexandre Oliva <ol...@adacore.com> + + Backported from master: + 2024-07-03 Alexandre Oliva <ol...@adacore.com> + + PR target/113719 + * config/i386/i386-options.cc + (ix86_override_options_after_change_1): Add opts and opts_set + parms, operate on them, after factoring out of... + (ix86_override_options_after_change): ... this. Restore calls + of ix86_default_align and ix86_recompute_optlev_based_flags. + (ix86_option_override_internal): Call the factored-out bits. + 2024-07-15 liuhongt <hongtao....@intel.com> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e63e19096bc1..5961a7c72a19 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240716 +20240717