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 5/5][testsuite] Use stdint.h when needing int of exact size


On Wed, 2007-07-25 at 15:26 +0200, Rask Ingemann Lambertsen wrote:
> On Tue, Jul 24, 2007 at 02:25:43PM -0700, Janis Johnson wrote:
> > On Tue, 2007-07-24 at 19:24 +0200, Rask Ingemann Lambertsen wrote:
> > > 
> > > 	* gcc.dg/torture/pr27743.c (bar): Use an integer of exactly 32 bits
> > > 	where required.
> > > 	* gcc.c-torture/execute/simd-1.c: Likewise.
> > > 	* gcc.c-torture/execute/pr23135.c: Likewise.
> > > 	* gcc.c-torture/execute/simd-4.c (__ev_convert_s64)(main): Likewise.
> > > 	Use an integer of exactly 64 bits where required.
> [snip]
> 
> > It's also not right to change the return
> > value of main to something other than int, so I'd recommend also
> > skipping that one if not ILP32 or LP64.
> 
>    Where do I change the return value of main?

Um, apparently in my imagination; sorry about that.

Janis


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