[Bug other/43693] [gcc-plugin] c++ based plugins doesn't work.

2010-04-27 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-04-27 15:19 --- C++ plugins are not supported. They only happen to work with the build-gcc-with-c++ trick. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug other/43693] [gcc-plugin] c++ based plugins doesn't work.

2010-04-27 Thread pluto at agmk dot net
--- 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

[Bug other/43693] [gcc-plugin] c++ based plugins doesn't work.

2010-04-08 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-04-09 02:15 --- Sorry: http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01166.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43693

[Bug other/43693] [gcc-plugin] c++ based plugins doesn't work.

2010-04-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-04-09 02:14 --- See the thread starting at http://gcc.gnu.org/ml/gcc/2009-10/msg00223.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43693

[Bug other/43693] [gcc-plugin] c++ based plugins doesn't work.

2010-04-08 Thread pinskia at gmail dot com
--- Comment #1 from pinskia at gmail dot com 2010-04-08 17:25 --- Subject: Re: New: [gcc-plugin] c++ based plugins doesn't work. Iirc this is on purpose. You need to build gcc with the c++ compiler if you want c++ plugins. Sent from my iPhone On Apr 8, 2010, at 10:12 AM, "pluto at