Skip to content

Commit 7de05ad

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 2cb93e6 commit 7de05ad

4 files changed

Lines changed: 32 additions & 1 deletion

File tree

gcc/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2023-12-28 Uros Bizjak <ubizjak@gmail.com>
2+
3+
* config/i386/i386.cc (ix86_unary_operator_ok): Move from here...
4+
* config/i386/i386-expand.cc (ix86_unary_operator_ok): ... to here.
5+
* config/i386/i386-protos.h: Re-arrange ix86_{unary|binary}_operator_ok
6+
and ix86_expand_{unary|binary}_operator prototypes.
7+
* config/i386/i386.md: Cosmetic changes with the usage of
8+
TARGET_APX_NDD in ix86_expand_{unary|binary}_operator
9+
and ix86_{unary|binary}_operator_ok function calls.
10+
11+
2023-12-28 Juzhe-Zhong <juzhe.zhong@rivai.ai>
12+
13+
* config/riscv/riscv-vector-costs.cc (is_gimple_assign_or_call): Change interface.
14+
(get_live_range): New function.
15+
116
2023-12-27 Xi Ruoyao <xry111@xry111.site>
217

318
PR target/113148

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20231228
1+
20231229

gcc/fortran/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-12-28 Rimvydas Jasinskas <rimvydas.jas@gmail.com>
2+
3+
PR fortran/81615
4+
* invoke.texi: Add Developer Options section. Move '-fdump-*'
5+
to it. Add small examples about changed '-save-temps' behavior.
6+
17
2023-12-20 Rimvydas Jasinskas <rimvydas.jas@gmail.com>
28

39
PR fortran/81615

gcc/testsuite/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2023-12-28 David Edelsohn <dje.gcc@gmail.com>
2+
3+
* g++.dg/template/linkage2.C: XFAIL on AIX.
4+
* g++.dg/template/linkage3.C: Same.
5+
6+
2023-12-28 Juzhe-Zhong <juzhe.zhong@rivai.ai>
7+
8+
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-3.c: Adapt test.
9+
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-5.c: Ditto.
10+
111
2023-12-27 Xi Ruoyao <xry111@xry111.site>
212

313
PR target/113148

0 commit comments

Comments
 (0)