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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.12.13 08:25:45
     Ever Confirmed|0                           |1

--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> 2010-12-13 08:25:45 
UTC ---

this problem is revealed by my commit of:
http://gcc.gnu.org/ml/gcc-cvs/2010-11/msg00188.html

However, it is _not_ caused by it 
(the plugins were not being built before owing to the clash between
-mdynamic-no-pic and -fPIC).

The problem in the failing test-cases is that the plugin (which built without
flagging faults) does not load.

The plugin does not load because it fails to resolve symbols (IIRC, they are
related to the warning subsystem).

Another oddity is that (last time I tried) the faults do not manifest when the
compiler is bootstrapped with cxx -- implying that the issue might be related
to name mangling or headers.

Reply via email to