|
| 1 | +2021-06-04 Tobias Burnus < [email protected]> |
| 2 | + |
| 3 | + PR middle-end/100905 |
| 4 | + * gfortran.dg/gomp/loop-3.f90: New test. |
| 5 | + |
| 6 | +2021-06-04 Iain Buclaw < [email protected]> |
| 7 | + |
| 8 | + PR d/100882 |
| 9 | + * gdc.dg/pr100882a.d: New test. |
| 10 | + * gdc.dg/pr100882b.d: New test. |
| 11 | + * gdc.dg/pr100882c.d: New test. |
| 12 | + * gdc.dg/torture/pr100882.d: New test. |
| 13 | + |
| 14 | +2021-06-04 Patrick Palka < [email protected]> |
| 15 | + |
| 16 | + PR c++/100893 |
| 17 | + * g++.dg/template/param4.C: New test. |
| 18 | + * g++.dg/template/param5.C: New test. |
| 19 | + * g++.dg/cpp1z/nontype-auto19.C: New test. |
| 20 | + * g++.dg/cpp2a/concepts-decltype.C: Don't expect that the |
| 21 | + deduced type of a decltype(auto) NTTP has top-level cv-quals. |
| 22 | + |
| 23 | +2021-06-04 Patrick Palka < [email protected]> |
| 24 | + |
| 25 | + PR c++/100102 |
| 26 | + * g++.dg/cpp0x/alias-decl-72.C: New test. |
| 27 | + * g++.dg/cpp0x/alias-decl-72a.C: New test. |
| 28 | + |
| 29 | +2021-06-04 Harald Anlauf < [email protected]> |
| 30 | + |
| 31 | + PR fortran/99839 |
| 32 | + * gfortran.dg/inline_matmul_25.f90: New test. |
| 33 | + |
| 34 | +2021-06-04 Martin Sebor < [email protected]> |
| 35 | + |
| 36 | + PR c/100783 |
| 37 | + * gcc.dg/nonnull-6.c: New test. |
| 38 | + |
| 39 | +2021-06-04 Martin Sebor < [email protected]> |
| 40 | + |
| 41 | + PR middle-end/100732 |
| 42 | + * gcc.dg/tree-ssa/builtin-snprintf-11.c: New test. |
| 43 | + * gcc.dg/tree-ssa/builtin-snprintf-12.c: New test. |
| 44 | + * gcc.dg/tree-ssa/builtin-sprintf-28.c: New test. |
| 45 | + * gcc.dg/tree-ssa/builtin-sprintf-29.c: New test. |
| 46 | + * gcc.dg/uninit-pr100732.c: New test. |
| 47 | + |
| 48 | +2021-06-04 Martin Sebor < [email protected]> |
| 49 | + |
| 50 | + * gcc.dg/Wvla-parameter-10.c: New test. |
| 51 | + * gcc.dg/Wvla-parameter-11.c: New test. |
| 52 | + |
| 53 | +2021-06-04 Tobias Burnus < [email protected]> |
| 54 | + |
| 55 | + * gfortran.dg/goacc/omp-fixed.f: Re-add test item changed in previous |
| 56 | + commit in addition - add more dg-errors and '... end ...' due to changed |
| 57 | + parsing. |
| 58 | + * gfortran.dg/goacc/omp.f95: Likewise. |
| 59 | + * gfortran.dg/goacc-gomp/mixed-1.f: New test. |
| 60 | + |
| 61 | +2021-06-04 Uroš Bizjak < [email protected]> |
| 62 | + |
| 63 | + PR target/100637 |
| 64 | + * gcc.dg/vect/slp-perm-9.c (dg-final): Adjust dumps for vect32 targets. |
| 65 | + |
| 66 | +2021-06-04 Tobias Burnus < [email protected]> |
| 67 | + |
| 68 | + * gfortran.dg/gomp/pr99928-5.f90: Really use the |
| 69 | + proper iteration variable. |
| 70 | + |
| 71 | +2021-06-04 Tobias Burnus < [email protected]> |
| 72 | + |
| 73 | + * gfortran.dg/gomp/pr99928-1.f90: Add 'implicit none'. |
| 74 | + * gfortran.dg/gomp/pr99928-11.f90: Likewise. |
| 75 | + * gfortran.dg/gomp/pr99928-4.f90: Likewise. |
| 76 | + * gfortran.dg/gomp/pr99928-6.f90: Likewise. |
| 77 | + * gfortran.dg/gomp/pr99928-8.f90: Likewise. |
| 78 | + * gfortran.dg/gomp/pr99928-2.f90: Likewise. Add missing decl. |
| 79 | + * gfortran.dg/gomp/pr99928-5.f90: Add implicit none; |
| 80 | + fix loop-variable and remove xfail. |
| 81 | + |
| 82 | +2021-06-04 Tobias Burnus < [email protected]> |
| 83 | + |
| 84 | + PR middle-end/99928 |
| 85 | + * gfortran.dg/gomp/loop-2.f90: Update for typo fix. |
| 86 | + |
| 87 | +2021-06-04 Tobias Burnus < [email protected]> |
| 88 | + |
| 89 | + PR middle-end/99928 |
| 90 | + * gfortran.dg/gomp/pr99928-3.f90: Add 'default(none)', following |
| 91 | + C/C++ version of the patch. |
| 92 | + * gfortran.dg/gomp/loop-1.f90: New test. |
| 93 | + * gfortran.dg/gomp/loop-2.f90: New test. |
| 94 | + * gfortran.dg/gomp/pr99928-1.f90: New test; based on C/C++ test. |
| 95 | + * gfortran.dg/gomp/pr99928-11.f90: Likewise. |
| 96 | + * gfortran.dg/gomp/pr99928-2.f90: Likewise. |
| 97 | + * gfortran.dg/gomp/pr99928-4.f90: Likewise. |
| 98 | + * gfortran.dg/gomp/pr99928-5.f90: Likewise. |
| 99 | + * gfortran.dg/gomp/pr99928-6.f90: Likewise. |
| 100 | + * gfortran.dg/gomp/pr99928-8.f90: Likewise. |
| 101 | + * gfortran.dg/goacc/omp.f95: Use 'acc kernels loops' instead |
| 102 | + of 'acc loops' to hide unrelated bug for now. |
| 103 | + * gfortran.dg/goacc/omp-fixed.f: Likewise |
| 104 | + |
| 105 | +2021-06-04 Jakub Jelinek < [email protected]> |
| 106 | + |
| 107 | + PR target/100887 |
| 108 | + * gcc.target/i386/pr100887.c: New test. |
| 109 | + |
| 110 | +2021-06-04 Jakub Jelinek < [email protected]> |
| 111 | + |
| 112 | + PR c++/100872 |
| 113 | + * g++.dg/gomp/declare-simd-8.C: New test. |
| 114 | + |
| 115 | +2021-06-04 Haochen Gui < [email protected]> |
| 116 | + |
| 117 | + * gcc.target/powerpc/not-promote-mode.c: New. |
| 118 | + |
1 | 119 | 2021-06-03 Uroš Bizjak < [email protected]> |
2 | 120 |
|
3 | 121 | PR target/100637 |
|
0 commit comments