diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-04-06 00:16:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-04-06 00:16:43 +0000 |
commit | 5229788da723442d51155693ab98f831e94d1d58 (patch) | |
tree | 8a3964c921f8b35c7a26812aa53d361dc6d03a6d /gcc | |
parent | 1bd13193fab77a19da323974aec876f0fc1817ee (diff) | |
download | gcc-5229788da723442d51155693ab98f831e94d1d58.zip gcc-5229788da723442d51155693ab98f831e94d1d58.tar.gz gcc-5229788da723442d51155693ab98f831e94d1d58.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 28 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/m2/ChangeLog | 32 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 24 |
4 files changed, 85 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a3438d3..b1ab528 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,31 @@ +2023-04-05 Jeff Law <jlaw@ventanamicro> + + PR target/108892 + * combine.cc (combine_instructions): Force re-recognition when + after restoring the body of an insn to its original form. + +2023-04-05 Martin Jambor <mjambor@suse.cz> + + PR ipa/108959 + * ipa-sra.cc (zap_useless_ipcp_results): New function. + (process_isra_node_results): Call it. + +2023-04-05 Ju-Zhe Zhong <juzhe.zhong@rivai.ai> + + * config/riscv/vector.md: Fix incorrect operand order. + +2023-04-05 Juzhe-Zhong <juzhe.zhong@rivai.ai> + + * config/riscv/riscv-vsetvl.cc + (pass_vsetvl::compute_local_backward_infos): Update user vsetvl in local + demand fusion. + +2023-04-05 Li Xu <xuli1@eswincomputing.com> + + * config/riscv/riscv-vector-builtins.def: Fix typo. + * config/riscv/riscv.cc (riscv_dwarf_poly_indeterminate_value): Ditto. + * config/riscv/vector-iterators.md: Ditto. + 2023-04-04 Hans-Peter Nilsson <hp@axis.com> * doc/md.texi (Including Patterns): Fix page break. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 643efe3..b4a1163 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230405 +20230406 diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index 607748c..5005581 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,35 @@ +2023-04-05 Gaius Mulley <gaiusmod2@gmail.com> + + PR modula2/109423 + * gm2-compiler/M2Base.def (Unbounded): Remove. + * gm2-compiler/M2Error.def (ErrorAbort0): Add noreturn + attribute. + * gm2-compiler/M2Quads.mod (BuildInclProcedure): Correct + error format string. + (BuildExceptProcedure): Correct error format string. + (BuildAdrFunction): Call PutWriteQuad when taking the + address of a variable. + * gm2-libs-ch/SysExceptions.c (_M2_SysExceptions_init): Add + parameters. + * gm2-libs-ch/wrapc.c (_M2_wrapc_init): Add parameters. + * gm2-libs/DynamicStrings.mod (DumpStringInfo): Remove t. + (PopAllocationExemption): Remove f. + * gm2-libs/FIO.mod (BufferedWrite): Remove result. + * gm2-libs/FormatStrings.mod (Copy): Remove endpos and + afterperc. + (HandlePercent): Remove result. + * gm2-libs/Indexing.mod (RemoveIndiceFromIndex): Remove k. + * gm2-libs/M2Dependent.mod (CreateModule): Remove p0 + and p1. + (DumpModuleData): Remove mptr. + (ConstructModules): Remove nulp. + * gm2-libs/RTExceptions.mod (PopHandler): Remove i. + * gm2-libs/RTint.mod (Listen): Remove b4s, b4m, afs + and afm. + * gm2-libs/SFIO.mod (ReadS): Remove c. + * gm2-libs/StringConvert.mod (doDecimalPlaces): Remove + whole and fraction. + 2023-04-03 Gaius Mulley <gaiusmod2@gmail.com> PR modula2/109388 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b7cbffd..97986f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2023-04-05 Gaius Mulley <gaiusmod2@gmail.com> + + PR modula2/109423 + * gm2/pim/fail/setunknown.mod: New test. + * gm2/pim/fail/setunknown2.mod: New test. + +2023-04-05 Jeff Law <jlaw@ventanamicro> + + PR target/108892 + * gcc.c-torture/compile/pr108892.c: New test. + +2023-04-05 Martin Jambor <mjambor@suse.cz> + + PR ipa/108959 + * gcc.dg/ipa/pr108959.c: New test. + +2023-04-05 Ju-Zhe Zhong <juzhe.zhong@rivai.ai> + + * g++.target/riscv/rvv/base/bug-23.C: New test. + +2023-04-05 Juzhe-Zhong <juzhe.zhong@rivai.ai> + + * gcc.target/riscv/rvv/vsetvl/pr109399.c: New test. + 2023-04-04 Harald Anlauf <anlauf@gmx.de> PR fortran/104349 |