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]: Committed: Create gcc.target/sh directory and move remaining target test files


On Mon, 27 Aug 2007, Uros Bizjak wrote:

> 	* gcc.dg/const-compare.c, gcc.dg/non-lazy-ptr-test.c,
> 	gcc.dg/unsigned-long-compare.c, gcc.dg/rs6000-leaf.c: Move to
> 	gcc.target/powerpc directory.

unsigned-long-compare.c is an ARM test, moving to gcc.target/powerpc does 
not make sense.  Furthermore, there is in fact nothing ARM-specific about 
what it is testing (although it was originally for an ARM-specific bug), 
so the correct thing to do is to remove the target restriction - this 
always needs to be considered when moving tests to a target-specific 
directory (cf. when I created gcc.target/powerpc and listed three tests 
not moved because they weren't Power-specific 
<http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00216.html> and subsequently 
removed the target restriction on those tests 
<http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01196.html>).

-- 
Joseph S. Myers
joseph@codesourcery.com


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