re PR middle-end/86631 (missing -Walloc-size-larger-than on ILP32 hosts)
authorMartin Sebor <msebor@gcc.gnu.org>
Tue, 28 Aug 2018 19:58:02 +0000 (13:58 -0600)
committerMartin Sebor <msebor@gcc.gnu.org>
Tue, 28 Aug 2018 19:58:02 +0000 (13:58 -0600)
gcc/testsuite/ChangeLog:

PR middle-end/86631
* g++.dg/Walloca1.C: Adjust.

From-SVN: r263930

gcc/testsuite/ChangeLog

index 59fedaf..3a1b8d5 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-28  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/86631
+       * g++.dg/Walloca1.C: Adjust.
+
 2018-08-28  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/86546