GCC with patches for Dreamcast
修訂 | f0fde82fe96ffe61dbd665f10ffad20262dc3352 (tree) |
---|---|
時間 | 2021-05-08 09:18:56 |
作者 | GCC Administrator <gccadmin@gcc....> |
Commiter | GCC Administrator |
Daily bump.
@@ -1,3 +1,20 @@ | ||
1 | +2021-05-07 Jakub Jelinek <jakub@redhat.com> | |
2 | + | |
3 | + PR target/87839 | |
4 | + * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>): Use | |
5 | + rIJ constraint for aarch64_plus_operand rather than rn. | |
6 | + | |
7 | +2021-05-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com> | |
8 | + | |
9 | + PR target/99037 | |
10 | + PR target/100441 | |
11 | + * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): Use | |
12 | + aarch64_simd_or_scalar_imm_zero to match zeroes. Remove pattern | |
13 | + matching const_int 0. | |
14 | + (move_lo_quad_internal_be_<mode>): Likewise. | |
15 | + (move_lo_quad_<mode>): Update for the above. | |
16 | + * config/aarch64/iterators.md (VQ_2E): Delete. | |
17 | + | |
1 | 18 | 2021-05-06 Roman Zhuykov <zhroma@ispras.ru> |
2 | 19 | |
3 | 20 | Backported from master: |
@@ -1 +1 @@ | ||
1 | -20210507 | |
1 | +20210508 |
@@ -1,3 +1,26 @@ | ||
1 | +2021-05-07 Jakub Jelinek <jakub@redhat.com> | |
2 | + | |
3 | + PR target/87839 | |
4 | + * gcc.target/aarch64/pr87839.c: New test. | |
5 | + | |
6 | +2021-05-07 Jakub Jelinek <jakub@redhat.com> | |
7 | + | |
8 | + Backported from master: | |
9 | + 2021-05-07 Jakub Jelinek <jakub@redhat.com> | |
10 | + | |
11 | + PR c/100450 | |
12 | + * c-c++-common/gomp/pr100450.c: New test. | |
13 | + | |
14 | +2021-05-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com> | |
15 | + | |
16 | + PR target/99808 | |
17 | + * gcc.target/aarch64/pr99808.c: Use ULL constant suffix. | |
18 | + | |
19 | +2021-05-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com> | |
20 | + | |
21 | + PR target/99808 | |
22 | + * gcc.target/aarch64/pr99808.c: New test. | |
23 | + | |
1 | 24 | 2021-05-06 Roman Zhuykov <zhroma@ispras.ru> |
2 | 25 | |
3 | 26 | Backported from master: |
@@ -1,3 +1,11 @@ | ||
1 | +2021-05-07 Jakub Jelinek <jakub@redhat.com> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2021-05-07 Jakub Jelinek <jakub@redhat.com> | |
5 | + | |
6 | + PR c/100450 | |
7 | + * lex.c (cpp_avoid_paste): Handle token1 CPP_PRAGMA like CPP_NAME. | |
8 | + | |
1 | 9 | 2021-04-22 Jakub Jelinek <jakub@redhat.com> |
2 | 10 | |
3 | 11 | Backported from master: |