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: Tweak gcc testsuite for M32C


On Wed, 2009-02-04 at 07:49 +0000, Nick Clifton wrote:
> Hi DJ,
> 
>   Here is another M32C patch which I hope will be suitable for
>   application once the mainline sources are back in stage 1.

Or now, as pointed out in other replies.

>   It adds tweaks to various tests in the gcc testsuite so that they
>   will either work with the M32C or be skipped if they are not
>   suitable to be run.  Wherever possible I have tried to make the
>   tweaks generic to 16-bit targets rather than M32C specific.

Some tests were changed to apply only to int32plus targets but still
have the dg-skip-if for avr; remove the skip in those, it's now
redundant.

Instead of changing the warning matches for Wtype-limits*.c, only
match those warnings for int32plus, and add new dg-warning directives
for !int32plus.  It that's too messy, put the !int32plus warning checks
into a separate test that's only used for !int32plus.

OK with those changes.

Janis

Janis


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