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]

[PATCH,TESTSUITE] Adjust tests for small int targets.


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.


Attachment: smaller.patch
Description: Text document


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