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: [plugins] [patch] Add new testcases and dejagnu support for plugin mechanism


> Â Â Â Â* gcc/testsuite/gcc.dg/plugin/selfassign.c: New plugin source file.

Once we enable building plugin for an installed compiler, we should
probably move
the plugins to a toplevel directory. Similar to what we do for
libstdc++. We would
have something like

gcc/...
...
plugins/plugin.exp
plugins/plugin1
plugins/plugin1/testsuite
plugins/plugin2
plugins/plugin2/testsuite
....

Is that the direction you think we should go? It is probably better
to commit your patch first and change the structure once
we are able to build with a installed compiler.

Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047


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