mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:30:59 +08:00
Daily bump.
This commit is contained in:
parent
8f989fe879
commit
5f10c7f2d8
@ -1,3 +1,14 @@
|
||||
2023-04-02 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
kito-cheng <kito.cheng@sifive.com>
|
||||
|
||||
* config/riscv/vector.md: Fix RA constraint.
|
||||
|
||||
2023-04-02 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* config/riscv/riscv-protos.h (gen_avl_for_scalar_move): New function.
|
||||
* config/riscv/riscv-v.cc (gen_avl_for_scalar_move): New function.
|
||||
* config/riscv/vector.md: Fix scalar move bug.
|
||||
|
||||
2023-04-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* range-op-float.cc (foperator_equal::fold_range): If at least
|
||||
|
@ -1 +1 @@
|
||||
20230402
|
||||
20230403
|
||||
|
@ -1,3 +1,22 @@
|
||||
2023-04-02 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/109336
|
||||
* Make-lang.in (GM2_O): Set to -O0.
|
||||
(GM2_LIBS): Remove target libraries and replace with build libs.
|
||||
(BUILD-LIBS): New declaration.
|
||||
(m2/gm2-libs/libgm2.a): New rule.
|
||||
(m2/gm2-libs/%.o): New rule.
|
||||
(m2/gm2-libs/choosetemp.o): New rule.
|
||||
* gm2-compiler/M2ColorString.mod (append): Use ADR rather than
|
||||
implicit conversion.
|
||||
* gm2-compiler/M2Comp.mod (Compile): Add qprintf messages for when
|
||||
a source file is not found. Improve comments and formatting.
|
||||
* gm2-libs-ch/cgetopt.c (cgetopt_cgetopt_long): Remove
|
||||
ansi-decl.h. Add getopt.h.
|
||||
(cgetopt_cgetopt_long_only): Change cgetopt_ to getopt_.
|
||||
* gm2spec.cc (lang_specific_driver): Do not skip -fmod=.
|
||||
Remove comment.
|
||||
|
||||
2023-03-29 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/109336
|
||||
|
@ -1,3 +1,26 @@
|
||||
2023-04-02 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
PR target/109375
|
||||
* gnat.dg/opt39.adb: Add hppa*-*-* to dg-additional-options list.
|
||||
|
||||
2023-04-02 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
PR target/109376
|
||||
* gnat.dg/prot7.adb: Skip on hppa.
|
||||
|
||||
2023-04-02 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
kito-cheng <kito.cheng@sifive.com>
|
||||
|
||||
* g++.target/riscv/rvv/base/bug-19.C: New test.
|
||||
* g++.target/riscv/rvv/base/bug-20.C: New test.
|
||||
* g++.target/riscv/rvv/base/bug-21.C: New test.
|
||||
* g++.target/riscv/rvv/base/bug-22.C: New test.
|
||||
|
||||
2023-04-02 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* gcc.target/riscv/rvv/base/scalar_move-6.c: Adapt test.
|
||||
* gcc.target/riscv/rvv/base/scalar_move-9.c: New test.
|
||||
|
||||
2023-04-01 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/109160
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-04-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR other/109306
|
||||
* strstr.c: Revert the 2020-11-13 changes.
|
||||
(strstr): Return s1 if len is 0.
|
||||
|
||||
2023-03-30 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* obstacks.texi (Preparing for Obstacks): Remove a (broken)
|
||||
|
Loading…
x
Reference in New Issue
Block a user