]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2019-06-13 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2019 17:10:03 +0000 (17:10 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2019 17:10:03 +0000 (17:10 +0000)
PR target/90871
* g++.dg/ext/altivec-15.C: Add dg-error directive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272250 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 290b89f570466ea92974239cd05ca914284f08c2..071ee8e8893d1e8778b358e68152f88a27e59aaf 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 d8e982db4ff67f29154d0e51598212250c4df95c..662d67890873f2ede312e93c2fc7804338aac54a 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 "" }
     }