This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [plugins] RFA: Merge plugins into mainline [5/5 - testsuite]
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Diego Novillo <dnovillo at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Le-Chun Wu <lcwu at google dot com>, janis187 at us dot ibm dot com
- Date: Wed, 6 May 2009 13:06:03 -0700
- Subject: Re: [plugins] RFA: Merge plugins into mainline [5/5 - testsuite]
- References: <20090402162630.GA23145@google.com>
On Thu, Apr 2, 2009 at 9:26 AM, Diego Novillo <dnovillo@google.com> wrote:
> This is the final part of the plugins merge. ?It's fairly bulky
> because of the tests.
>
> See http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00186.html for a
> description of the whole merge.
>
>
> Diego.
>
>
> 2009-04-02 ?Le-Chun Wu ?<lcwu@google.com>
>
> ? ? ? ?* lib/plugin-support.exp: New file containing support procs for
> ? ? ? ?plugin testcases.
> ? ? ? ?* lib/target-supports.exp (check_plugin_available): New proc.
> ? ? ? ?* gcc.dg/plugin/plugin.exp: New driver script for gcc testcases.
> ? ? ? ?* gcc.dg/plugin/selfassign.c: New plugin source file.
> ? ? ? ?* gcc.dg/plugin/self-assign-test-1.c: New test.
> ? ? ? ?* gcc.dg/plugin/self-assign-test-2.c: Likewise.
> ? ? ? ?* g++.dg/README: Add description for plugin test.
> ? ? ? ?* g++.dg/dg.exp: Exclude plugin tests from the general test list.
> ? ? ? ?* g++.dg/plugin/plugin.exp: New driver script for g++ testcases.
> ? ? ? ?* g++.dg/plugin/selfassign.c: New plugin source file.
> ? ? ? ?* g++.dg/plugin/self-assign-test-1.C: New test.
> ? ? ? ?* g++.dg/plugin/self-assign-test-2.C: Likewise.
> ? ? ? ?* g++.dg/plugin/self-assign-test-3.C: Likewise.
> ? ? ? ?* g++.dg/plugin/dumb_plugin.c: New plugin source file.
> ? ? ? ?* g++.dg/plugin/dumb-plugin-test-1.C: New test.
>
This doesn't work with multilib:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40050
--
H.J.