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] Adjust tests for small int targets.


Revision: 136302
Author: hutchinsonandy
Date: 6:23:57 PM, Monday, June 02, 2008
Message:
* gcc.dg/pr18241-1.c: Use long on small int target.
* gcc.dg/pr32912-2.c: Ditto.
* gcc.dg/pr35065.c: Ditto.
* gcc.dg/pr36300-1.c: Ditto.
* gcc.dg/pr36300-2.c: Ditto.
* gcc.dg/pr27639.c: Reduce array size for small int target.
* gcc.dg/pr28755.c: Skip test if pointers are smaller than 32 bits.
* gcc.dg/pr36194.c: Reduce constant on small int target.
* gcc.dg/torture/builtin-frexp-1.c: Ditto.
----
Modified : /trunk/gcc/testsuite/ChangeLog
Modified : /trunk/gcc/testsuite/gcc.dg/pr18241-1.c
Modified : /trunk/gcc/testsuite/gcc.dg/pr27639.c
Modified : /trunk/gcc/testsuite/gcc.dg/pr28755.c
Modified : /trunk/gcc/testsuite/gcc.dg/pr32912-2.c
Modified : /trunk/gcc/testsuite/gcc.dg/pr35065.c
Modified : /trunk/gcc/testsuite/gcc.dg/pr36194.c
Modified : /trunk/gcc/testsuite/gcc.dg/pr36300-1.c
Modified : /trunk/gcc/testsuite/gcc.dg/pr36300-2.c
Modified : /trunk/gcc/testsuite/gcc.dg/torture/builtin-frexp-1.c




Janis Johnson wrote:
On Sat, 2008-05-31 at 11:46 -0400, Andy H wrote:
Hi,

The following patch adjusts some dg tests to run correctly on target with 16 bit integer/pointer.

Ok for 4.4 mainline?


2008-05-31 Andy Hutchinson <hutchinsonandy@aim.com>


* gcc.dg/pr18241-1.c: Use long on small int target.
* gcc.dg/pr32912-2.c: Ditto.
* gcc.dg/pr35065.c: Ditto.
* gcc.dg/pr36300-1.c: Ditto.
* gcc.dg/pr36300-2.c: Ditto.
* gcc.dg/pr27639.c: Reduce array size for small int target.
* gcc.dg/pr28755.c: Skip test if pointers are smaller than 32 bits.
* gcc.dg/pr36194.c: Reduce constant on small int target.
* gcc.dg/torture/builtin-frexp-1.c: Ditto.

Please say where you tested patches. Assuming this has been tested, OK.

Janis



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