Daily bump.
This commit is contained in:
parent
35b7618e3a
commit
2ab31cde21
6 changed files with 1207 additions and 1 deletions
1127
gcc/ChangeLog
1127
gcc/ChangeLog
File diff suppressed because it is too large
Load diff
|
@ -1 +1 @@
|
|||
20230505
|
||||
20230506
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2023-05-05 Jason Merrill <jason@redhat.com>
|
||||
|
||||
Revert:
|
||||
2023-04-27 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/61445
|
||||
* pt.cc (instantiate_decl): Assert !defer_ok for local
|
||||
class members.
|
||||
|
||||
2023-05-03 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/91618
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
2023-05-05 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/109641
|
||||
* arith.cc (eval_intrinsic): Check conformability of ranks of operands
|
||||
for intrinsic binary operators before performing type conversions.
|
||||
* gfortran.h (gfc_op_rank_conformable): Add prototype.
|
||||
* resolve.cc (resolve_operator): Check conformability of ranks of
|
||||
operands for intrinsic binary operators before performing type
|
||||
conversions.
|
||||
(gfc_op_rank_conformable): New helper function to compare ranks of
|
||||
operands of binary operator.
|
||||
|
||||
2023-05-04 Julian Brown <julian@codesourcery.com>
|
||||
|
||||
PR fortran/109622
|
||||
|
|
|
@ -1,3 +1,54 @@
|
|||
2023-05-06 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gcc.target/cris/peep2-addsplit1.c: New test.
|
||||
|
||||
2023-05-05 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gcc.target/cris/peep2-movandsplit1.c: New test.
|
||||
|
||||
2023-05-05 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gcc.target/cris/peep2-lsrandsplit1.c,
|
||||
gcc.target/cris/peep2-movulsr2.c: New tests.
|
||||
|
||||
2023-05-05 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/109641
|
||||
* gfortran.dg/overload_5.f90: New test.
|
||||
|
||||
2023-05-05 Pan Li <pan2.li@intel.com>
|
||||
Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* gcc.target/riscv/rvv/base/zero_base_load_store_optimization.c:
|
||||
Adjust indexed load/store check condition.
|
||||
|
||||
2023-05-05 Pan Li <pan2.li@intel.com>
|
||||
|
||||
* gcc.target/riscv/rvv/base/integer_compare_insn_shortcut.c:
|
||||
Adjust test check condition.
|
||||
|
||||
2023-05-05 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
PR target/109615
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-74.c: Adapt testcase.
|
||||
* gcc.target/riscv/rvv/vsetvl/vsetvl-11.c: Ditto.
|
||||
* gcc.target/riscv/rvv/vsetvl/pr109615.c: New test.
|
||||
|
||||
2023-05-05 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/i386/sse2-mmx-mult-vec.c: New test.
|
||||
|
||||
2023-05-05 Andrew Pinski <apinski@marvell.com>
|
||||
|
||||
PR tree-optimization/109732
|
||||
* gcc.dg/pr109732.c: New test.
|
||||
* gcc.dg/pr109732-1.c: New test.
|
||||
|
||||
2023-05-05 Andrew Pinski <apinski@marvell.com>
|
||||
|
||||
PR tree-optimization/109722
|
||||
* gcc.dg/tree-ssa/abs-1.c: New test.
|
||||
|
||||
2023-05-04 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/109729
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2023-05-05 Alexandre Oliva <oliva@adacore.com>
|
||||
|
||||
* testsuite/20_util/from_chars/4.cc: Skip long double test06
|
||||
on aarch64-vxworks.
|
||||
* testsuite/20_util/to_chars/long_double.cc: Xfail run on
|
||||
aarch64-vxworks.
|
||||
|
||||
2023-05-04 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* doc/xml/manual/abi.xml (abi.versioning.history): Document
|
||||
|
|
Loading…
Add table
Reference in a new issue