]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Apr 2023 00:17:38 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Apr 2023 00:17:38 +0000 (00:17 +0000)
c++tools/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index fa25ac5f54f1e8d90173a4a1c4739302a29e13af..6a6ff51cd0de81668a95837d4ae02f8a76b4dd9d 100644 (file)
@@ -1,3 +1,12 @@
+2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR bootstrap/101834
+       * Makefile.in (INSTALL): Set variable.
+       (mostlyclean): Mark as a phony target.
+       (clean): Add mostlyclean as a prerequisite.
+       (distclean): Add clean as a prerequisite and remove more files.
+       (maintainer-clean): Add distclean as a prerequisite.
+
 2023-01-09  John David Anglin  <danglin@gcc.gnu.org>
 
        PR other/107616
index f0e4c8b4ee8d6807305595a88dd602f7d0c03c81..8b18bc99f4a64d4111429c5f933e4e775e91f7db 100644 (file)
@@ -1,3 +1,78 @@
+2023-03-31  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       * lra-constraints.cc: (combine_reload_insn): New function.
+
+2023-03-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/91645
+       * range-op-float.cc (foperator_unordered_lt::fold_range,
+       foperator_unordered_le::fold_range,
+       foperator_unordered_gt::fold_range,
+       foperator_unordered_ge::fold_range,
+       foperator_unordered_equal::fold_range): Call the ordered
+       fold_range on ranges with cleared NaNs.
+       * value-query.cc (range_query::get_tree_range): Handle also
+       COMPARISON_CLASS_P trees.
+
+2023-03-31  Kito Cheng  <kito.cheng@sifive.com>
+           Andrew Pinski  <pinskia@gmail.com>
+
+       PR target/109328
+       * config/riscv/t-riscv: Add missing dependencies.
+
+2023-03-31  liuhongt  <hongtao.liu@intel.com>
+
+       * config/i386/i386.cc (inline_memory_move_cost): Return 100
+       for MASK_REGS when MODE_SIZE > 8.
+
+2023-03-31  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/85048
+       * config/i386/i386-builtin.def (BDESC): Adjust icode name from
+       ufloat/ufix to floatuns/fixuns.
+       * config/i386/i386-expand.cc
+       (ix86_expand_vector_convert_uns_vsivsf): Adjust comments.
+       * config/i386/sse.md
+       (ufloat<sseintvecmodelower><mode>2<mask_name><round_name>):
+       Renamed to ..
+       (<mask_codefor>floatuns<sseintvecmodelower><mode>2<mask_name><round_name>):.. this.
+       (<mask_codefor><avx512>_ufix_notrunc<sf2simodelower><mode><mask_name><round_name>):
+       Renamed to ..
+       (<mask_codefor><avx512>_fixuns_notrunc<sf2simodelower><mode><mask_name><round_name>):
+       .. this.
+       (<fixsuffix>fix_truncv16sfv16si2<mask_name><round_saeonly_name>):
+       Renamed to ..
+       (fix<fixunssuffix>_truncv16sfv16si2<mask_name><round_saeonly_name>):.. this.
+       (ufloat<si2dfmodelower><mode>2<mask_name>): Renamed to ..
+       (floatuns<si2dfmodelower><mode>2<mask_name>): .. this.
+       (ufloatv2siv2df2<mask_name>): Renamed to ..
+       (<mask_codefor>floatunsv2siv2df2<mask_name>): .. this.
+       (ufix_notrunc<mode><si2dfmodelower>2<mask_name><round_name>):
+       Renamed to ..
+       (fixuns_notrunc<mode><si2dfmodelower>2<mask_name><round_name>):
+       .. this.
+       (ufix_notruncv2dfv2si2): Renamed to ..
+       (fixuns_notruncv2dfv2si2):.. this.
+       (ufix_notruncv2dfv2si2_mask): Renamed to ..
+       (fixuns_notruncv2dfv2si2_mask): .. this.
+       (*ufix_notruncv2dfv2si2_mask_1): Renamed to ..
+       (*fixuns_notruncv2dfv2si2_mask_1): .. this.
+       (ufix_truncv2dfv2si2): Renamed to ..
+       (*fixuns_truncv2dfv2si2): .. this.
+       (ufix_truncv2dfv2si2_mask): Renamed to ..
+       (fixuns_truncv2dfv2si2_mask): .. this.
+       (*ufix_truncv2dfv2si2_mask_1): Renamed to ..
+       (*fixuns_truncv2dfv2si2_mask_1): .. this.
+       (ufix_truncv4dfv4si2<mask_name>): Renamed to ..
+       (fixuns_truncv4dfv4si2<mask_name>): .. this.
+       (ufix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>):
+       Renamed to ..
+       (fixuns_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>):
+       .. this.
+       (ufix_trunc<mode><sseintvecmodelower>2<mask_name>): Renamed to ..
+       (<mask_codefor>fixuns_trunc<mode><sseintvecmodelower>2<mask_name>):
+       .. this.
+
 2023-03-30  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/109154
index bc28fe8762d81ad13f3fe56a9e419ed92408c58c..7e68af43686037b12afb0dff7b2538a31a705495 100644 (file)
@@ -1 +1 @@
-20230331
+20230401
index 570033c5a305ecdf2bb9a70e6a567fc3097d026a..e48288a30820e2d016c67d65659ff8b25510e760 100644 (file)
@@ -1,3 +1,35 @@
+2023-03-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR analyzer/107396
+       * gcc.dg/analyzer/pipe-glibc.c (read_from_pie, write_to_pipe): Exit
+       if fdopen returns NULL.
+
+2023-03-31  Andrew MacLeod  <amacleod@redhat.com>
+
+       * g++.dg/warn/Wstringop-overflow-4.C: Always check bogus message.
+       * gcc.dg/tree-ssa/pr23109.c: Disable better recomputations.
+
+2023-03-31  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       * gcc.target/i386/pr109052-2.c: New.
+
+2023-03-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/91645
+       * gcc.target/i386/pr103559-1.c: New test.
+       * gcc.target/i386/pr103559-2.c: New test.
+       * gcc.target/i386/pr103559-3.c: New test.
+       * gcc.target/i386/pr103559-4.c: New test.
+
+2023-03-31  Jonathan Yong  <10walls@gmail.com>
+
+       * c-c++-common/Warray-bounds.c: Fix excess warnings on
+       LLP64.
+
+2023-03-31  liuhongt  <hongtao.liu@intel.com>
+
+       * g++.target/i386/pr85048.C: New test.
+
 2023-03-30  Jason Merrill  <jason@redhat.com>
 
        PR c++/105452
index fb9cbd2732302588cd2582db5860e0d7c48eb799..d4ba35e2dc9484ae590d214122f86f344f927bf5 100644 (file)
@@ -1,3 +1,25 @@
+2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR tree-optimization/107087
+       * include/bits/cow_string.h (basic_string::size()): Add
+       optimizer hint that _S_empty_rep()._M_length is always zero.
+       (basic_string::length()): Call size().
+
+2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/109339
+       * include/std/stop_token (_Stop_state_ptr(const stop_source&)):
+       Add attribute access with access-mode 'none'.
+       * testsuite/30_threads/stop_token/stop_source/109339.cc: New test.
+
+2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/experimental/internet (ip::basic_endpoint::_M_if_v6):
+       Revert change from member function to data member. Fix for
+       constant evaluation by detecting which union member is active.
+       (ip::basic_endpoint::resize): Revert changes to update _M_is_v6
+       flag.
+
 2023-03-29  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/109242
This page took 0.077575 seconds and 5 git commands to generate.