------- Comment #5 from joseph at codesourcery dot com  2009-04-30 10:09 -------
Subject: Re:  [4.5 Regression] ./plugin-version.h:11:
 error: 'gcc_version' defined but not used

On Thu, 30 Apr 2009, pinskia at gcc dot gnu dot org wrote:

> Really I think plugin support is flawed.  There should really be a shared
> library which the plugins link against and this library is what the main GCC
> links against too.  

This may be needed to support plugins on Windows hosts (and plugins do 
definitely need a common GCC-provided build infrastructure so that plugins 
people write will naturally build for other OSes as soon as support for 
them is added to that infrastructure), but we should not need to slow down 
GCC on Linux hosts by putting most of it in a shared library.


-- 


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

Reply via email to