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] --help and --version integration


Hello Rafael,

* Rafael Espindola wrote on Mon, Apr 06, 2009 at 01:49:14PM CEST:
> I am looking for something to start hacking on the plugins branch. I
> decided to try the --help and --version integration (see
> http://gcc.gnu.org/wiki/plugins).

> One thing I noticed that might help us: xgcc --help and --version will
> not print help or version info of subprocess. I think we can make it
> completely uniform by doing "--version -v" will call a subprocess just
> like "--help -v" does. With this all that is needed is a way for the
> plugin to pass the information to cc1.

> Comments?

Just FYI, there is a pending patch (for trunk; who can review it?)
that adds some --help exposure to the testsuite:
<http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00118.html>
It would be nice if you could test that for regressions, and even nicer
if you would add new tests for new features.  :-)

Cheers,
Ralf


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