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] Compat testsuite improvement (part #1)


Eric Botcazou <ebotcazou@libertysurf.fr> writes:

> Hi,
>
> As discussed privately with Janis, this patch is the first part of the 
> changes needed to be able to run the compat testsuite against non-GNU C99 
> compilers with meaningful results.  It adds SKIP_COMPLEX_INT, SKIP_ATTRIBUTE 
> and SKIP_ZERO_ARRAY guards against non-C99 tests and turns SKIPVA into 
> SKIP_VA for the sake of consistency.  The second part will deal with the 
> dejagnu machinery in order to simplify the commands for enabling these 
> guards.
>
> Tested against the Sun ONE Studio 8 compiler (SKIP_COMPLEX_INT, 
> SKIP_ATTRIBUTE, SKIP_ZERO_ARRAY defined) with no compilation/link failures.
>
> OK for mainline?

Yes please.

Another compatibility issue I have personally tripped over: HP's acc
accepts "float _Complex" but not "_Complex float" (same for double,
long double).  I think this is a bug in acc, but it would be nice to
work around it.

zw


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