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,testsuite] Disable certain tests for 16-bit targets and some for picochip


Commited with the recommended change.

Thanks
Hari

Janis Johnson wrote:
On Fri, 2008-12-19 at 17:18 +0000, Hariharan wrote:
Hello all,
Can you have a look at this one please?

Oops, sorry for the delay.


Please put the ChangeLog at the top of the patch message, not as
part of the patch itself.

The attached patch disables certain tests for all 16-bit targets (the test contains some assumption about int being 32-bit). It also disables a couple of tests just for picochip target. On Janis's advice, i have added support for "freestanding", based on the meaning from Section 4 of C99 standard.

Of course, any other target that is freestanding could be added to the check_effective_target_freestanding function and I intend to send another patch with more tests disabled for freestanding targets.

Please let me know if this is okay to commit.

Yes, except for my comment in the other reply about disabling profiling tests.

Janis


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