libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG array
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 9 Dec 2019 08:44:15 +0000 (08:44 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 9 Dec 2019 08:44:15 +0000 (08:44 +0000)
* testsuite/23_containers/array/tuple_interface/get_debug_neg.cc:
Fix static_assert line number.
* testsuite/23_containers/array/tuple_interface/
tuple_element_debug_neg.cc: Likewise.

From-SVN: r279108

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_debug_neg.cc
libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc

index 0b68e88d1dffff5a72b3e2bb22a193bae360c644..357983a7c69d8daee44cd811e1f274ff44946f98 100644 (file)
@@ -1,3 +1,10 @@
+2019-12-09  François Dumont  <fdumont@gcc.gnu.org>
+
+       * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc:
+       Fix static_assert line number.
+       * testsuite/23_containers/array/tuple_interface/
+       tuple_element_debug_neg.cc: Likewise.
+
 2019-12-07  Andrew Pinski  <apinski@marvell.com>
 
        * config/cpu/aarch64/opt/ext/opt_random.h: Wrap around with check
index 3c60a435491ccd0f8a5659f7e3e94955a59bfb4e..a4b199c23e3a1cca8d01724c1053ffe4053e33bd 100644 (file)
@@ -27,6 +27,6 @@ int n1 = std::get<1>(a);
 int n2 = std::get<1>(std::move(a));
 int n3 = std::get<1>(ca);
 
-// { dg-error "static assertion failed" "" { target *-*-* } 294 }
-// { dg-error "static assertion failed" "" { target *-*-* } 303 }
-// { dg-error "static assertion failed" "" { target *-*-* } 311 }
+// { dg-error "static assertion failed" "" { target *-*-* } 295 }
+// { dg-error "static assertion failed" "" { target *-*-* } 304 }
+// { dg-error "static assertion failed" "" { target *-*-* } 312 }
index a6b44eb57fec587faaa2896ad5c23348991769cc..59e728c4a378ca2e2e40a1547afb008646823799 100644 (file)
@@ -22,4 +22,4 @@
 
 typedef std::tuple_element<1, std::array<int, 1>>::type type;
 
-// { dg-error "static assertion failed" "" { target *-*-* } 376 }
+// { dg-error "static assertion failed" "" { target *-*-* } 377 }