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] execute/va-arg-25.c: Enable only if INT_MAX == 2147483647.


Alexandre Oliva <aoliva@redhat.com> writes:

> On Nov  1, 2003, Kazu Hirata <kazu@cs.umass.edu> wrote:
> 
> >  #define vector __attribute__((vector_size(16)))
> 
> Would `4 * sizeof(int)' instead of `16' fix the problem?

The testcase should work either way on this platform.  If ints are two
bytes, you'll just get a vector holding 8 of them.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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