This is the mail archive of the gcc-patches@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: [patch] Disable execute/20030209-1.c on H8.


In message <20030215.104628.70699734.kazu@cs.umass.edu>, Kazu Hirata writes:
 >Hi Richard,
 >
 >> Shouldn't the test case run if STACK_SIZE isn't defined?  Most mips
 >> baseboards don't define stack_size and the test case was originally
 >> for a mips bug.
 >
 >That sounds reasonable.  How about the attached patch?
 >
 >> How about #including <limits.h> and disabling the test for 16 bit
 >> int targets?  (Or is the array too big even for -mint32?)
 >
 >Unfortunately, if you use -mint32 on H8/300, the int size becomes 32
 >bits, but the pointer size stays 16 bits.
 >
 >Kazu Hirata
 >
 >2003-02-15  Kazu Hirata  <kazu@cs.umass.edu>
 >
 >	* gcc.c-torture/execute/20030209-1.c: Enable the test if
 >	STACK_SIZE is not defined.
Yes.  Thanks.  Please install if you haven't already.
jeff


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