]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR target/51934 (FAIL: g++.dg/torture/pr51344.C -O0 (test for excess...
authorJakub Jelinek <jakub@redhat.com>
Tue, 6 Mar 2012 08:26:22 +0000 (09:26 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 6 Mar 2012 08:26:22 +0000 (09:26 +0100)
Backported from 4.6 branch
2012-01-25  Jason Merrill  <jason@redhat.com>

PR target/51934
* g++.dg/torture/pr51344.C: Limit to x86.

From-SVN: r184977

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr51344.C

index 8ef7c5abcb0294324b47f57e1595dd5840f4af4c..5e3d2a9adc603e9a7e386fae14eb359eb9804936 100644 (file)
@@ -1,3 +1,11 @@
+2012-03-06  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from 4.6 branch
+       2012-01-25  Jason Merrill  <jason@redhat.com>
+
+       PR target/51934
+       * g++.dg/torture/pr51344.C: Limit to x86.
+
 2012-02-23  Uros Bizjak  <ubizjak@gmail.com>
 
        PR c/52290
index 49018325e42a3cfc764fa252a9d7db5b61ab6b36..07be919c3cb1039f103da2396aef86428b8b4014 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { i?86-*-* && ilp32 } } } */
 class A;
 
 template <class T>