Re: Hello gcc. Why -fvtable-gc was removed from the compiler?

2020-06-09 Thread Jeff Law via Gcc
On Tue, 2020-06-09 at 20:35 +, sotrdg sotrdg via Gcc wrote: > What’s wrong with eliminating unused virtual functions in the binary? Nothing inherently wrong with the concept. But the implementation left a lot to be desired and I think it was ultimately scrapped as unmaintainable. jeff

Hello gcc. Why -fvtable-gc was removed from the compiler?

2020-06-09 Thread sotrdg sotrdg via Gcc
What’s wrong with eliminating unused virtual functions in the binary? Sent from Mail for Windows 10

-fvtable-gc

2006-09-27 Thread Jie Zhang
It should has been removed from c.opt in the patch: http://gcc.gnu.org/ml/gcc-patches/2003-07/msg02660.html. But it's still in trunk and branches 3.4/4.0/4.1/4.2. Jie