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] g++.dg: add ipa.exp file


Hi Martin,

> Hi,
>    I would like to add corresponding ipa.exp file for g++ that let me run:
> make -k check RUNTESTFLAGS="ipa.exp"
>
> Changelog:
>
> 2014-03-28  Martin Liska  <mliska@suse.cz>
>
>     * g++.dg/ipa.epx: Anologous file added to g++.dg folder.

Two typos.  Besides, this should be

	* g++.dg/ipa.exp: New file.

instead.

> diff --git a/gcc/testsuite/g++.dg/ipa/ipa.exp b/gcc/testsuite/g++.dg/ipa/ipa.exp
> new file mode 100644
> index 0000000..af7b8a7
> --- /dev/null
> +++ b/gcc/testsuite/g++.dg/ipa/ipa.exp
> @@ -0,0 +1,35 @@
> +# Copyright (C) 1997-2014 Free Software Foundation, Inc.

Only 2014 here.

This isn't enough, though: you need to add the ipa/* files to
g++.dg/dg.exp to avoid running the ipa tests twice.

This isn't stage4 material, anyway.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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