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: Testsuite patch for Solaris 10


On Fri, Nov 12, 2004 at 05:17:47PM -0800, Mike Stump wrote:
> On Friday, November 12, 2004, at 04:07  PM, Janis Johnson wrote:
> >Would it be acceptable to do things like this within tests?
> 
> (or ...
> 	(is-effective-target ilp32))
> 
> is less preferable to:
> 
> 	...
> 
> ... is-effective-target ilp32 ...

Oops, I hadn't considered that [dg-whatever] is handled by TCL.  When
TCL does the work then procedures can receive the result of a condition;
otherwise it gets very messy, particularly since I was hoping to use the
results of [dg-target-list xxx] as arguments to proces that are within
DejaGnu.

> With a little luck, complex formulations will be rare.  If necessary, 
> we can always use the complex formulation, just it comes last.  
> Hopefully in time, we can find ways of reducing, stylizing or factoring 
> them out.
> 
> Don't make mince as an objection to any code you want to do, I'll leave 
> that for others.
 
Huh?

My selfish goal here is to get powerpc64-unknown-linux-gnu test results
for -m32/-m64 small enough to understand.  Some of the reported failures
are real bugs, but many are for tests that should sometimes be skipped.

I'm very glad to be getting feedback about these things now.

Janis


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