re PR target/90871 (g++.dg/ext/altivec-15.C fails after r272236)
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 13 Jun 2019 17:10:03 +0000 (17:10 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 13 Jun 2019 17:10:03 +0000 (17:10 +0000)
2019-06-13  Paolo Carlini  <paolo.carlini@oracle.com>

PR target/90871
* g++.dg/ext/altivec-15.C: Add dg-error directive.

From-SVN: r272250

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/altivec-15.C

index 290b89f..071ee8e 100644 (file)
@@ -1,3 +1,8 @@
+2019-06-13  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR target/90871
+       * g++.dg/ext/altivec-15.C: Add dg-error directive.
+
 2019-06-13  Iain Sandoe  <iain@sandoe.co.uk>
 
        * gcc.dg/pr90760.c: Require alias support.
index d8e982d..662d678 100644 (file)
@@ -5,7 +5,7 @@
 /* This test was added for an internal compiler error.  The number and
    content of error messages is irrelevant.  */
 
-struct SubData
+struct SubData  // { dg-error "" }
 {
     inline const Float Clamp(Float f, Float f0, Float f1) // { dg-error "" }
     }