On Thu, Apr 25, 2013 at 6:00 PM, Mike Stump <[email protected]> wrote: > On Apr 25, 2013, at 7:44 AM, Senthil Kumar Selvaraj > <[email protected]> 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.
