This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sizeof(int) in testsuite


On Fri, Jun 03, 2005 at 02:07:57AM -0700, Mark Mitchell wrote:
> >Doesn't "is-effective-target ilp32" test for 32 bits int?
> 
> Good point!  I forgot about that.  My brain is stuck in some other year.
> 
> That doesn't let you adjust the test based on the compiler, but it does 
> let you skip tests that aren't appropriate.

struct-layout-1 tests are certainly supposed to work on lp64 targets as
well and many others though, so requiring ilp32 is a wrong thing to do
there.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]