This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Having dg-skip-if on the branches?
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: janis187 at us dot ibm dot com, gcc at gcc dot gnu dot org
- Date: Tue, 4 Jan 2005 10:30:38 -0800
- Subject: Re: Having dg-skip-if on the branches?
- References: <200501032024.j03KOwaj028463@caip.rutgers.edu>
On Mon, Jan 03, 2005 at 03:24:58PM -0500, Kaveh R. Ghazi wrote:
> Hi Janis,
>
> I'm going to need to bypass some tests when using extra RUNTESTFLAGS
> of -fpic or -fPIC on x86 in the dg framework. Mainline has the nice
> dg-skip-if mechanism, but I need to do this also in 3.3 and 3.4 and
> they don't have that.
dg-skip-if was added because there wasn't an existing mechanis to skip
tests for specific flags.
> How would you suggest I proceed? Is there a way to bypass tests based
> on extra flags already, or do we need the dg-skip-if backported to
> these branches? If backport, what pieces are needed for each branch?
I'll take a look and let you know; please remind me if I forget!
Janis