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: [Testsuite] tree-ssa failures for targets with non 32 bit int size


On Thu, Apr 25, 2013 at 6:00 PM, Mike Stump <mikestump@comcast.net> wrote:
> On Apr 25, 2013, at 7:44 AM, Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> wrote:
>> What is right way to fix these? I saw one testcase that did
>>
>> typedef int int32_t __attribute__ ((__mode__ (__SI__)));
>>
>> Is this the right way to go?
>
> I like this.  Pre-approved.

We also have

/* { dg-require-effective-target int32plus } */

which is used throughout the testsuite in some cases.

Richard.


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