------- Comment #4 from pluto at agmk dot net  2010-04-27 14:10 -------
(In reply to comment #3)
> Sorry:
> http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01166.html
> 

--enable-build-with-cxx will change the plugin framework interface to match
the C++ plugin symbol mangling but in such case users won't be able to
use pure C plugins due to the same mangling incompatibility.

with such assumption linux distros need to provide duplicated gcc packages
(built w/ and w/o --enable-build-with-cxx) to satisfy C and C++ plugin users.
this looks quite over-complicated. why the cc1plus couldn't always provide
plugin related symbols with "C" linkage?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43693

Reply via email to