]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / testsuite / ChangeLog
index 45b69bd970ccbc262079a9773467eed0ccda6336..04a986e6130e5d7694fd3d35ae598c448dcc7dd1 100644 (file)
@@ -1,3 +1,53 @@
+2022-07-01  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/105550
+       * g++.dg/cpp1y/nsdmi-aggr16.C: Remove FIXME.
+       * g++.dg/cpp1y/nsdmi-aggr17.C: Remove FIXME.
+       * g++.dg/cpp0x/constexpr-elision1.C: New test.
+       * g++.dg/cpp1y/constexpr-elision1.C: New test.
+
+2022-07-01  Tobias Burnus  <tobias@codesourcery.com>
+
+       * c-c++-common/gomp/target-data-2.c: New test.
+       * c-c++-common/gomp/target-data-3.c: New test.
+       * gfortran.dg/gomp/target-data-1.f90: New test.
+       * gfortran.dg/gomp/target-data-2.f90: New test.
+
+2022-07-01  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/106111
+       * g++.dg/cpp0x/keywords1.C: New test.
+       * g++.dg/cpp2a/keywords1.C: New test.
+
+2022-07-01  Jason Merrill  <jason@redhat.com>
+
+       PR c++/106024
+       * g++.dg/cpp2a/lambda-generic10.C: New test.
+
+2022-07-01  Kito Cheng  <kito.cheng@sifive.com>
+
+       Revert:
+       2022-06-30  Kito Cheng  <kito.cheng@sifive.com>
+
+       PR testsuite/102690
+       * g++.dg/warn/Warray-bounds-16.C: XFAIL only on lp64 for the
+       warning.
+
+2022-07-01  Roger Sayle  <roger@nextmovesoftware.com>
+
+       PR target/106122
+       * gcc.target/i386/pr106122.c: New test case.
+
+2022-07-01  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/106131
+       * g++.dg/torture/pr106131.C: New testcase.
+
+2022-07-01  Martin Liska  <mliska@suse.cz>
+
+       PR tree-optimization/106126
+       * gcc.dg/tree-ssa/pr106126.c: New test.
+
 2022-06-30  Harald Anlauf  <anlauf@gmx.de>
            Steven G. Kargl  <kargl@gcc.gnu.org>