Pedro Lamarão <pedro.lama...@ccppbrasil.org> writes:

> Also, is the gcc-in-cxx branch still active? Should my objective be to
> contribute patches to this branch?

The gcc-in-cxx branch is currently dead, having been merged into
mainline.  We can choose to revive it for contributions like yours.  I
would be interested in opinions from other developers on the best
approach here.


> On a side note, I've studied vec.h and found it hard to change.
> One reason is because this header is included by the gen*.c stuff,
> which is still being compiled by a C compiler, even when building with
> a C++ compiler is enabled.
> I've considered providing a separate version of vec.h when C++ is
> being used, to avoid infinite #ifdefs.
> Is this a good idea?

No.  We should instead have the gen*.c code built with C++.

Ian

Reply via email to