This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Merging the chains of recurrences from LNO branch


Sebastian Pop <sebastian.pop@cri.ensmp.fr> writes:

> On Thu, Jul 01, 2004 at 10:14:45PM +0200, Andreas Tobler wrote:
>> >
>> >The above symbols exist in tree-chrec.o and libbackend.a
>> >
>> >00000004 C _chrec_dont_know
>> >00000004 C _chrec_known
>> 
>> Yep, just made sure that my local libs are not confusing the build.
>> I see the same.
>> 
>
> And the reason of the fail is because the tree-chrec.o is optimized
> away by ld and there is still the U symbols defined by the
> automatically generated file: 
>
> gtype-desc.o:         U _chrec_dont_know
> gtype-desc.o:         U _chrec_known

Uh, that's a serious linker bug...

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]