diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-04-01 00:17:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-04-01 00:17:38 +0000 |
commit | e11cde0381c528323abd0d57ed11ac8dae56ae31 (patch) | |
tree | d8cdf4ae136a0e4110cc70cf1930de3e2c139408 /gcc | |
parent | 4969dcd2b7a94ce6c0d07225b21b5f3c040a4902 (diff) | |
download | gcc-e11cde0381c528323abd0d57ed11ac8dae56ae31.zip gcc-e11cde0381c528323abd0d57ed11ac8dae56ae31.tar.gz gcc-e11cde0381c528323abd0d57ed11ac8dae56ae31.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 75 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 32 |
3 files changed, 108 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f0e4c8b..8b18bc9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index bc28fe8..7e68af4 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230331 +20230401 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 570033c..e48288a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 |