|
| 1 | +2025-10-10 YunQiang Su <yunqiang@isrc.iscas.ac.cn> |
| 2 | + |
| 3 | + Revert: |
| 4 | + 2025-10-10 Jie Mei <jie.mei@oss.cipunited.com> |
| 5 | + |
| 6 | + * gcc.target/mips/mips16e2-cache.c: Use isa_rev>=2 instead of |
| 7 | + -mips32r2 and remove -mips16 option. |
| 8 | + * gcc.target/mips/mips16e2-cmov.c: Add isa_rev>=2 and remove |
| 9 | + -mips16 option. |
| 10 | + * gcc.target/mips/mips16e2-gp.c: Same as above. |
| 11 | + * gcc.target/mips/mips16e2.c: Same as above. |
| 12 | + |
| 13 | +2025-10-10 YunQiang Su <yunqiang@isrc.iscas.ac.cn> |
| 14 | + |
| 15 | + Revert: |
| 16 | + 2025-09-27 YunQiang Su <syq@gcc.gnu.org> |
| 17 | + |
| 18 | + * gcc.target/mips/mips16e2.c: Use isa_rev=2 instead of >=2. |
| 19 | + * gcc.target/mips/mips16e2-cache.c: Ditto. |
| 20 | + * gcc.target/mips/mips16e2-cmov.c: Ditto. |
| 21 | + * gcc.target/mips/mips16e2-gp.c: Ditto. |
| 22 | + |
| 23 | +2025-10-09 David Faust <david.faust@oracle.com> |
| 24 | + |
| 25 | + * gcc.target/bpf/core-btf-tag-1.c: New test. |
| 26 | + * gcc.target/bpf/core-btf-tag-2.c: New test. |
| 27 | + |
| 28 | +2025-10-09 David Faust <david.faust@oracle.com> |
| 29 | + |
| 30 | + * gcc.dg/debug/btf/btf-decl-tag-1.c: New test. |
| 31 | + * gcc.dg/debug/btf/btf-decl-tag-2.c: New test. |
| 32 | + * gcc.dg/debug/btf/btf-decl-tag-3.c: New test. |
| 33 | + * gcc.dg/debug/btf/btf-decl-tag-4.c: New test. |
| 34 | + * gcc.dg/debug/btf/btf-type-tag-1.c: New test. |
| 35 | + * gcc.dg/debug/btf/btf-type-tag-2.c: New test. |
| 36 | + * gcc.dg/debug/btf/btf-type-tag-3.c: New test. |
| 37 | + * gcc.dg/debug/btf/btf-type-tag-4.c: New test. |
| 38 | + * gcc.dg/debug/btf/btf-type-tag-c2x-1.c: New test. |
| 39 | + |
| 40 | +2025-10-09 David Faust <david.faust@oracle.com> |
| 41 | + |
| 42 | + * gcc.dg/debug/ctf/ctf-decl-tag-1.c: New test. |
| 43 | + * gcc.dg/debug/ctf/ctf-type-tag-1.c: New test. |
| 44 | + |
| 45 | +2025-10-09 David Faust <david.faust@oracle.com> |
| 46 | + |
| 47 | + * gcc.dg/debug/dwarf2/dwarf-btf-decl-tag-1.c: New test. |
| 48 | + * gcc.dg/debug/dwarf2/dwarf-btf-decl-tag-2.c: New test. |
| 49 | + * gcc.dg/debug/dwarf2/dwarf-btf-decl-tag-3.c: New test. |
| 50 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-1.c: New test. |
| 51 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-2.c: New test. |
| 52 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-3.c: New test. |
| 53 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-4.c: New test. |
| 54 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-5.c: New test. |
| 55 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-6.c: New test. |
| 56 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-7.c: New test. |
| 57 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-8.c: New test. |
| 58 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-9.c: New test. |
| 59 | + * gcc.dg/debug/dwarf2/dwarf-btf-type-tag-10.c: New test. |
| 60 | + |
| 61 | +2025-10-09 David Faust <david.faust@oracle.com> |
| 62 | + |
| 63 | + * gcc.dg/attr-btf-decl-tag-1.c: New test. |
| 64 | + * gcc.dg/attr-btf-decl-tag-2.c: New test. |
| 65 | + * gcc.dg/attr-btf-type-tag-1.c: New test. |
| 66 | + * gcc.dg/attr-btf-type-tag-2.c: New test. |
| 67 | + * gcc.dg/attr-btf-type-tag-3.c: New test. |
| 68 | + |
| 69 | +2025-10-09 Jakub Jelinek <jakub@redhat.com> |
| 70 | + |
| 71 | + * c-c++-common/cpp/has-builtin-4.c: Expect |
| 72 | + __has_builtin (__builtin_c23_va_start) == 1 also for C++26. |
| 73 | + * c-c++-common/Wvarargs.c (foo3): Don't expect undefined behavior |
| 74 | + warning for C++26. |
| 75 | + * g++.dg/cpp26/stdarg1.C: New test. |
| 76 | + * g++.dg/cpp26/stdarg2.C: New test. |
| 77 | + * g++.dg/cpp26/stdarg3.C: New test. |
| 78 | + * g++.dg/cpp26/stdarg4.C: New test. |
| 79 | + * g++.dg/cpp26/stdarg5.C: New test. |
| 80 | + * g++.dg/cpp26/stdarg6.C: New test. |
| 81 | + * g++.dg/cpp26/stdarg7.C: New test. |
| 82 | + * g++.dg/cpp26/stdarg8.C: New test. |
| 83 | + * g++.dg/cpp26/stdarg9.C: New test. |
| 84 | + * g++.dg/opt/pr60849.C (foo): Add explicit cast. |
| 85 | + |
| 86 | +2025-10-09 Egas Ribeiro <egas.g.ribeiro@tecnico.ulisboa.pt> |
| 87 | + |
| 88 | + PR c++/116477 |
| 89 | + * g++.dg/cpp2a/concepts-pr116477.C: New test. |
| 90 | + |
| 91 | +2025-10-09 Georg-Johann Lay <avr@gjlay.de> |
| 92 | + |
| 93 | + PR target/122222 |
| 94 | + * gcc.target/avr/pr122222-sitod.c: New test. |
| 95 | + |
| 96 | +2025-10-09 Georg-Johann Lay <avr@gjlay.de> |
| 97 | + |
| 98 | + PR target/122220 |
| 99 | + * gcc.target/avr/pr122220.c: New test. |
| 100 | + |
| 101 | +2025-10-09 David Malcolm <dmalcolm@redhat.com> |
| 102 | + |
| 103 | + * gcc.dg/plugin/analyzer_cpython_plugin.cc: Replace INCLUDE_ |
| 104 | + defines with include of include "analyzer/common.h". Update |
| 105 | + for changes to binding_pair. |
| 106 | + * gcc.dg/plugin/analyzer_kernel_plugin.cc: Likewise. |
| 107 | + * gcc.dg/plugin/analyzer_known_fns_plugin.cc: Likewise. |
| 108 | + |
| 109 | +2025-10-09 Dimitar Dimitrov <dimitar@dinux.eu> |
| 110 | + |
| 111 | + * gcc.dg/tree-ssa/cselim-2.c: Pass -ftree-cselim option. |
| 112 | + |
| 113 | +2025-10-09 Harald Anlauf <anlauf@gmx.de> |
| 114 | + |
| 115 | + PR fortran/122206 |
| 116 | + * gfortran.dg/interface_abstract_6.f90: New test. |
| 117 | + |
| 118 | +2025-10-09 Jakub Jelinek <jakub@redhat.com> |
| 119 | + |
| 120 | + PR c/122188 |
| 121 | + * gcc.dg/torture/pr122188.c: New test. |
| 122 | + |
| 123 | +2025-10-09 David Malcolm <dmalcolm@redhat.com> |
| 124 | + |
| 125 | + * gcc.dg/plugin/diagnostic_group_plugin.cc: Define INCLUDE_VECTOR. |
| 126 | + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.cc: Likewise. |
| 127 | + * gcc.dg/plugin/location_overflow_plugin.cc: Likewise. |
| 128 | + |
| 129 | +2025-10-09 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp> |
| 130 | + |
| 131 | + * gcc.target/xtensa/constsynth_2insns.c, |
| 132 | + gcc.target/xtensa/constsynth_3insns.c, |
| 133 | + gcc.target/xtensa/constsynth_double.c: Remove due to outdated. |
| 134 | + * gcc.target/xtensa/constsynthV2_O2_costs0.c, |
| 135 | + gcc.target/xtensa/constsynthV2_O2_costs5.c, |
| 136 | + gcc.target/xtensa/constsynthV2_Os.c: New. |
| 137 | + |
| 138 | +2025-10-09 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp> |
| 139 | + |
| 140 | + * gcc.target/xtensa/BGEUI-BLTUI-32k-64k.c: |
| 141 | + Disable optimizations and modify to also verify RTL dump in the |
| 142 | + "expand" pass. |
| 143 | + |
| 144 | +2025-10-09 Richard Biener <rguenther@suse.de> |
| 145 | + |
| 146 | + PR tree-optimization/122212 |
| 147 | + * gcc.dg/torture/pr122212.c: New testcase. |
| 148 | + |
| 149 | +2025-10-09 Georg-Johann Lay <avr@gjlay.de> |
| 150 | + |
| 151 | + PR target/122210 |
| 152 | + * gcc.target/avr/dtofx.c: New test. |
| 153 | + |
| 154 | +2025-10-09 Georg-Johann Lay <avr@gjlay.de> |
| 155 | + |
| 156 | + PR target/122210 |
| 157 | + * gcc.target/avr/fxtod.c: New test. |
| 158 | + |
| 159 | +2025-10-09 Kito Cheng <kito.cheng@sifive.com> |
| 160 | + |
| 161 | + * gcc.target/riscv/rvv/vls-type-rvv-max-lmul.c: New test. |
| 162 | + * gcc.target/riscv/rvv/vls-type-rvv-max-lmul-autovec.c: New |
| 163 | + test. |
| 164 | + |
1 | 165 | 2025-10-08 Joseph Myers <josmyers@redhat.com> |
2 | 166 |
|
3 | 167 | * gcc.dg/c11-generic-4.c, gcc.dg/c23-generic-5.c, |
|
0 commit comments