From: H.J. Lu Date: Wed, 17 Feb 2010 04:59:16 +0000 (+0000) Subject: Require ILP32 for stdcall attribute test. X-Git-Tag: releases/gcc-4.5.0~753 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc349d0a7f40da33d4b2ed8fb972c2a5e3a26ad9;p=thirdparty%2Fgcc.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 c70a97982486..e1af8f3fc2f5 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 a4ee209685e7..a51971181793 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 { };