This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Recompiling troubles.... Was Re: Strange behaviour in C++...
- To: gcc@gcc.gnu.org
- Subject: Recompiling troubles.... Was Re: Strange behaviour in C++...
- From: Fredrik Öhrström <d92-foh@nada.kth.se>
- Date: Mon, 30 Aug 1999 19:07:46 +0200 (MET DST)
On Sun, 29 Aug 1999, Martin v. Loewis wrote:
> http://egcs.cygnus.com/ml/gcc-patches/1999-06/msg00220.html
>
> It didn't get into 2.95 (as I hoped), and because of Jason's
> objections, it didn't go into the mainline, either. Also remember that
> the fix introduces a binary incompatibility; so you'd need to use a
> command line option to activate it, anyway. In the light of the ia64
I tried to recompile everything with -fno-vtable-thunks,
unfortunately now a simple hello world program segfaults
somewhere in the iostream library..........
I added -fno-vtable-thunks to MYCXXFLAGS in libstdc++/Makefile.in
and recompiled it. Is this the right place to do
the change? This is interesting even if I in the future try out the
thunk-patch, since I need to recompile the library in that case too.
I used CVS to checkout the latest source. How do I apply Martin's
patch to my copy? Sorry for my complete lack of knowledge about cvs
diffs......
This bug is a showstopper for my project, so I really need a
workaround.... :-| (or even better! a fix! ;-) )
Cheers
Fredrik