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] logical expressions in test directive target/xfail lists


On Thu, Jan 27, 2005 at 12:20:23PM -0800, Janis Johnson wrote:
> This patch implements and documents support for logical expressions as
> selectors in xfail and target lists in test directives.  It uses
> proposal 2 from http://gcc.gnu.org/ml/gcc/2005-01/msg01264.html (about
> which I've received zero comments) with the exception that the operand
> of a logical operator can be a list of target triplets.

This is going in now.  I discovered (oh, no!) that I had forgotten to
include ChangeLog entries, so here they are for gcc and gcc/testsuite
directories:

2005-02-01  Janis Johnson  <janis187@us.ibm.com>

	* doc/sourcebuild.texi (Test directives): Describe selector
	expressions.

2005-02-01  Janis Johnson  <janis1872us.ibm.com>

	* lib/gcc-dg.exp (selector_opd, selector_list, selector_expression):
	New procs.
	(dg-process-target (local override)): Handle selector expressions.


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