From: H.J. Lu Date: Wed, 17 Feb 2010 04:59:16 +0000 (+0000) Subject: Require ILP32 for stdcall attribute test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc349d0a7f40da33d4b2ed8fb972c2a5e3a26ad9;p=gcc.git Require ILP32 for stdcall attribute test. 2010-02-16 H.J. Lu * g++.dg/ext/attrib36.C: Require ILP32. From-SVN: r156821 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c70a9798248..e1af8f3fc2f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-02-16 H.J. Lu + + * g++.dg/ext/attrib36.C: Require ILP32. + 2010-02-16 Richard Guenther PR tree-optimization/41043 diff --git a/gcc/testsuite/g++.dg/ext/attrib36.C b/gcc/testsuite/g++.dg/ext/attrib36.C index a4ee209685e..a5197118179 100644 --- a/gcc/testsuite/g++.dg/ext/attrib36.C +++ b/gcc/testsuite/g++.dg/ext/attrib36.C @@ -1,5 +1,6 @@ // PR c++/43031 // { dg-do compile { target i?86-*-* x86_64-*-* } } +// { dg-require-effective-target ilp32 } class T; class L { };