Daily bump.

This commit is contained in:
GCC Administrator
2023-06-29 00:21:39 +00:00
parent 99c0b27cf4
commit e0f07bc97d
8 changed files with 175 additions and 1 deletions
+33
View File
@@ -1,3 +1,36 @@
2023-06-28 Hongyu Wang <hongyu.wang@intel.com>
Backported from master:
2023-06-26 Hongyu Wang <hongyu.wang@intel.com>
* config/i386/i386-options.cc (ix86_valid_target_attribute_tree):
Override tune_string with arch_string if tune_string is not
explicitly specified.
2023-06-28 Thomas Schwinge <thomas@codesourcery.com>
Backported from master:
2023-06-02 Thomas Schwinge <thomas@codesourcery.com>
PR testsuite/66005
* doc/install.texi: Document (optional) Perl usage for parallel
testing of libgomp.
2023-06-28 liuhongt <hongtao.liu@intel.com>
* config/i386/i386-features.cc (pass_insert_vzeroupper:gate):
Move flag_expensive_optimizations && !optimize_size to ..
* config/i386/i386-options.cc (ix86_option_override_internal):
.. this, it makes -mvzeroupper independent of optimization
level, but still keeps the behavior of architecture
tuning(emit_vzeroupper) unchanged.
2023-06-28 liuhongt <hongtao.liu@intel.com>
* config/i386/i386.cc (ix86_invalid_conversion): New function.
(TARGET_INVALID_CONVERSION): Define as
ix86_invalid_conversion.
2023-06-27 Andrew Pinski <apinski@marvell.com>
Backported from master:
+1 -1
View File
@@ -1 +1 @@
20230628
20230629
+12
View File
@@ -1,3 +1,15 @@
2023-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
2023-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/106977
PR target/110406
* types.cc (finish_aggregate_mode): New function.
(finish_incomplete_fields): Call finish_aggregate_mode.
(finish_aggregate_type): Replace call to compute_record_mode with
finish_aggregate_mode.
2023-06-26 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
+8
View File
@@ -1,3 +1,11 @@
2023-06-28 Paul E. Murphy <murphyp@linux.ibm.com>
Backported from master:
2023-06-22 Paul E. Murphy <murphyp@linux.ibm.com>
* go-backend.cc [TARGET_AIX]: Rename and update usage to TARGET_AIX_OS.
* go-lang.cc: Likewise.
2023-04-26 Release Manager
* GCC 13.1.0 released.
+8
View File
@@ -1,3 +1,11 @@
2023-06-28 Paul E. Murphy <murphyp@linux.ibm.com>
Backported from master:
2023-06-22 Paul E. Murphy <murphyp@linux.ibm.com>
* rust-object-export.cc [TARGET_AIX]: Rename and update usage to
TARGET_AIX_OS.
2023-04-26 Release Manager
* GCC 13.1.0 released.
+27
View File
@@ -1,3 +1,30 @@
2023-06-28 Hongyu Wang <hongyu.wang@intel.com>
Backported from master:
2023-06-26 Hongyu Wang <hongyu.wang@intel.com>
* gcc.target/i386/mvc17.c: New test.
2023-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
2023-06-28 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/106977
PR target/110406
* gdc.dg/torture/pr110406.d: New test.
2023-06-28 liuhongt <hongtao.liu@intel.com>
* gcc.target/i386/avx-vzeroupper-29.c: New testcase.
* gcc.target/i386/avx-vzeroupper-12.c: Adjust testcase.
* gcc.target/i386/avx-vzeroupper-7.c: Ditto.
* gcc.target/i386/avx-vzeroupper-9.c: Ditto.
2023-06-28 liuhongt <hongtao.liu@intel.com>
* gcc.target/i386/bf16_short_warn.c: New test.
2023-06-27 Andrew Pinski <apinski@marvell.com>
Backported from master:
+28
View File
@@ -1,3 +1,31 @@
2023-06-28 Thomas Schwinge <thomas@codesourcery.com>
Backported from master:
2023-05-08 Thomas Schwinge <thomas@codesourcery.com>
* autogen.sh: Remove.
2023-06-28 Thomas Schwinge <thomas@codesourcery.com>
Backported from master:
2023-05-08 Thomas Schwinge <thomas@codesourcery.com>
* autogen.sh: For 'aclocal', 'autoreconf', remove '-I .',
add '-I ..'.
* Makefile.am (ACLOCAL_AMFLAGS): Remove '-I .'.
* libm2cor/Makefile.am (ACLOCAL_AMFLAGS): Likewise.
* libm2iso/Makefile.am (ACLOCAL_AMFLAGS): Likewise.
* libm2log/Makefile.am (ACLOCAL_AMFLAGS): Likewise.
* libm2min/Makefile.am (ACLOCAL_AMFLAGS): Likewise.
* libm2pim/Makefile.am (ACLOCAL_AMFLAGS): Likewise.
* aclocal.m4: Regenerate.
* Makefile.in: Likewise.
* libm2cor/Makefile.in: Likewise.
* libm2iso/Makefile.in: Likewise.
* libm2log/Makefile.in: Likewise.
* libm2min/Makefile.in: Likewise.
* libm2pim/Makefile.in: Likewise.
2023-04-26 Release Manager
* GCC 13.1.0 released.
+58
View File
@@ -1,3 +1,61 @@
2023-06-28 Thomas Schwinge <thomas@codesourcery.com>
Backported from master:
2023-06-02 Thomas Schwinge <thomas@codesourcery.com>
PR testsuite/66005
* testsuite/lib/libgomp.exp: 'flock' through stdout.
* testsuite/flock: New.
* configure.ac (FLOCK): Point to that if no 'flock' available, but
'perl' is.
* configure: Regenerate.
2023-06-28 Thomas Schwinge <thomas@codesourcery.com>
Backported from master:
2023-05-15 Thomas Schwinge <thomas@codesourcery.com>
PR testsuite/66005
* configure.ac: Look for 'flock'.
* testsuite/Makefile.am (gcc_test_parallel_slots): Enable parallel testing.
* testsuite/config/default.exp: Don't 'load_lib "standard.exp"' here...
* testsuite/lib/libgomp.exp: ... but here, instead.
(libgomp_load): Override for parallel testing.
* testsuite/libgomp-site-extra.exp.in (FLOCK): Set.
* configure: Regenerate.
* Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
2023-06-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Backported from master:
2023-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thomas Schwinge <thomas@codesourcery.com>
PR testsuite/66005
* testsuite/Makefile.am (PWD_COMMAND): New variable.
(%/site.exp): New target.
(check_p_numbers0, check_p_numbers1, check_p_numbers2)
(check_p_numbers3, check_p_numbers4, check_p_numbers5)
(check_p_numbers6, check_p_numbers, gcc_test_parallel_slots)
(check_p_subdirs)
(check_DEJAGNU_libgomp_targets): New variables.
($(check_DEJAGNU_libgomp_targets)): New target.
($(check_DEJAGNU_libgomp_targets)): New dependency.
(check-DEJAGNU $(check_DEJAGNU_libgomp_targets)): New targets.
* testsuite/Makefile.in: Regenerate.
* testsuite/lib/libgomp.exp: For parallel testing,
'load_file ../libgomp-test-support.exp'.
2023-06-28 Thomas Schwinge <thomas@codesourcery.com>
Backported from master:
2023-05-08 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.c++/c++.exp: Use 'lang_include_flags' instead
of 'libstdcxx_includes'.
* testsuite/libgomp.oacc-c++/c++.exp: Likewise.
2023-05-16 Tobias Burnus <tobias@codesourcery.com>
Backported from master: