This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 5? (was Re: GCC 4.7.0RC: Mangled names in cc1)
On Fri, Mar 16, 2012 at 12:19 PM, David Malcolm <dmalcolm@redhat.com> wrote:
> C++ is likely to make it more difficult to embed GCC into such apps
> (e.g. nasty ordering issues for globals with non-empty constructors;
If you were going to write an API in C and you have no globals that
require a dynamic initialization, there is not reason you would need
one just because you use C++.
-- Gaby