This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gcc-in-cxx] Fix top-level configury
"H.J. Lu" <hjl.tools@gmail.com> writes:
> On Fri, Jan 30, 2009 at 7:44 AM, Ian Lance Taylor <iant@google.com> wrote:
>> I committed this patch to the gcc-in-cxx branch. This fixes the
>> top-level configury to not think the c++ is missing because it was
>> explicitly enabled. It also comments out some code which added
>> -fkeep-inlin-functions to stage 1. When building with C++ this breaks
>> the inline functions which are provided by <gmp.h>, as they wind up
>> getting included in many .o files leading to duplicate definition
>> errors at link time.
>>
>
> I also noticed that keeping inline function led to link time error.
> Can't we mark the kept inline function linktonce?
I have no objection to that. It would make -fkeep-inline-functions
more useful for g++.
Ian