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]

Correct recently added tests pr36373-10 and 20080625-1


This patch adjusts two recently added tests.

pr36373-10 is corrected so it works on targets which don't have pointers the same size as unsigned long.
20080625-1 is skipped for AVR target due to it need for 100MB+ of data. (Other modest targets may need to join this skip list)


Tested on AVR target under Cygwin host.

Ok for 4.4 head?



2008-07-04 Andy Hutchinson <hutchinsonandy@aim.com>

* gcc.c-torture/compile/20080625-1.c: Skip for AVR target.
* gcc.dg/torture/pr36373-10.c: Correct test where target pointer is not same size as unsigned long.

Attachment: newfix.patch
Description: Text document


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