|
| 1 | +2025-11-04 Eric Botcazou <ebotcazou@adacore.com> |
| 2 | + |
| 3 | + * gnat.dg/protected_subtype1.adb: New test. |
| 4 | + |
| 5 | +2025-11-04 Eric Botcazou <ebotcazou@adacore.com> |
| 6 | + |
| 7 | + * gnat.dg/specs/generic_inst9.ads: New test. |
| 8 | + * gnat.dg/specs/generic_inst9_pkg1.ads: New helper. |
| 9 | + * gnat.dg/specs/generic_inst9_pkg2.ads: Likewise. |
| 10 | + * gnat.dg/specs/generic_inst9_pkg2-g.ads: Likewise. |
| 11 | + |
| 12 | +2025-11-04 Uros Bizjak <ubizjak@gmail.com> |
| 13 | + |
| 14 | + PR target/122390 |
| 15 | + * gcc.target/i386/pr122390.c: New test. |
| 16 | + * gcc.target/i386/pr122390-1.c: New test. |
| 17 | + |
| 18 | +2025-11-04 Kees Cook <kees@kernel.org> |
| 19 | + |
| 20 | + * gcc.target/arc/builtin_fls_const.c: New test. Verify that |
| 21 | + const attribute enables CSE optimization for mathematical ARC |
| 22 | + builtins by checking that duplicate calls are eliminated and |
| 23 | + results are optimized to shift operations. |
| 24 | + |
| 25 | +2025-11-04 Paul-Antoine Arras <parras@baylibre.com> |
| 26 | + |
| 27 | + PR fortran/122369 |
| 28 | + PR fortran/122508 |
| 29 | + * gfortran.dg/gomp/pr122369-1.f90: New test. |
| 30 | + * gfortran.dg/gomp/pr122369-2.f90: New test. |
| 31 | + * gfortran.dg/gomp/pr122369-3.f90: New test. |
| 32 | + * gfortran.dg/gomp/pr122369-4.f90: New test. |
| 33 | + * gfortran.dg/gomp/pr122508-1.f90: New test. |
| 34 | + * gfortran.dg/gomp/pr122508-2.f90: New test. |
| 35 | + |
| 36 | +2025-11-04 Siddhesh Poyarekar <siddhesh@gotplt.org> |
| 37 | + |
| 38 | + PR lto/122515 |
| 39 | + * lib/lto.exp (lto-build-archive): New procedure. |
| 40 | + (lto-execute-1): Use it. |
| 41 | + (lto-link-and-maybe-run, lto-get-options-main): Handle ar-link. |
| 42 | + * gcc.dg/lto/pr122515_0.c: New test case. |
| 43 | + * gcc.dg/lto/pr122515_1.c: New file. |
| 44 | + * gcc.dg/lto/pr122515_2.c: Likewise. |
| 45 | + * gcc.dg/lto/pr122515_3.c: Likewise. |
| 46 | + * gcc.dg/lto/pr122515_4.c: Likewise. |
| 47 | + * gcc.dg/lto/pr122515_5.c: Likewise. |
| 48 | + * gcc.dg/lto/pr122515_6.c: Likewise. |
| 49 | + * gcc.dg/lto/pr122515_7.c: Likewise. |
| 50 | + * gcc.dg/lto/pr122515_8.c: Likewise. |
| 51 | + * gcc.dg/lto/pr122515_9.c: Likewise. |
| 52 | + |
| 53 | +2025-11-04 Nathaniel Shead <nathanieloshead@gmail.com> |
| 54 | + |
| 55 | + PR c++/122253 |
| 56 | + * g++.dg/modules/internal-16.C: New test. |
| 57 | + |
| 58 | +2025-11-04 Tobias Burnus <tburnus@baylibre.com> |
| 59 | + |
| 60 | + PR fortran/122513 |
| 61 | + * gfortran.dg/pr122513-2.f90: New test. |
| 62 | + |
| 63 | +2025-11-04 Kishan Parmar <kishan@linux.ibm.com> |
| 64 | + |
| 65 | + PR rtl-optimization/93738 |
| 66 | + * gcc.target/powerpc/rlwimi-2.c: Update expected rldicl count. |
| 67 | + |
| 68 | +2025-11-04 David Malcolm <dmalcolm@redhat.com> |
| 69 | + |
| 70 | + PR analyzer/122544 |
| 71 | + * g++.dg/analyzer/exception-path-1-sarif.py: New test script. |
| 72 | + * g++.dg/analyzer/exception-path-1.C: Add SARIF output, and use |
| 73 | + the above to check it. |
| 74 | + * g++.dg/analyzer/exception-path-unwind-multiple-2-sarif.py: New |
| 75 | + test script. |
| 76 | + * g++.dg/analyzer/exception-path-unwind-multiple-2.C: Add SARIF |
| 77 | + output, and use the above to check it. |
| 78 | + * gcc.dg/analyzer/setjmp-3-sarif.py: New test script. |
| 79 | + * gcc.dg/analyzer/setjmp-3.c: Add SARIF output, and use |
| 80 | + the above to check it. |
| 81 | + |
1 | 82 | 2025-11-03 Eric Botcazou <ebotcazou@adacore.com> |
2 | 83 |
|
3 | 84 | * gnat.dg/generic_inst15.adb: New test. |
|
0 commit comments