]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
PR c++/90532 Ensure __is_constructible(T[]) is false
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index 39aaab966c90839d1398e712e0166208ec24a849..c8eb936aec378ea97026ae69f630b63bf6e1a5fa 100644 (file)
@@ -1,3 +1,9 @@
+2019-05-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR c++/90532 Ensure __is_constructible(T[]) is false
+       * method.c (is_xible_helper): Return error_mark_node for construction
+       of an array of unknown bound.
+
 2019-05-17  Thomas Schwinge  <thomas@codesourcery.com>
 
        PR c++/89433