mirror of git://gcc.gnu.org/git/gcc.git
Require ILP32 for stdcall attribute test.
2010-02-16 H.J. Lu <hongjiu.lu@intel.com> * g++.dg/ext/attrib36.C: Require ILP32. From-SVN: r156821
This commit is contained in:
parent
7cec0b1d3d
commit
bc349d0a7f
|
|
@ -1,3 +1,7 @@
|
|||
2010-02-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* g++.dg/ext/attrib36.C: Require ILP32.
|
||||
|
||||
2010-02-16 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/41043
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// PR c++/43031
|
||||
// { dg-do compile { target i?86-*-* x86_64-*-* } }
|
||||
// { dg-require-effective-target ilp32 }
|
||||
|
||||
class T;
|
||||
class L { };
|
||||
|
|
|
|||
Loading…
Reference in New Issue