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: Optimize lto location stremaing


> It doesn't build at all currently. The old problem with &&label jump table
> initializers being spread incorrectly over partitions is back again, causing
> the BPF interpret to throw a lot of 
> 
> .tmp_vmlinux1.ltrans31.ltrans.o:(.data+0x32268): undefined reference to
> `.L3'
> 
> I thought you had fixed that, did something change in the partition
> code again?

Unfortunately the proper fix did not make it to the mainlie (it probably will
next stage1). Building kernel is however important. Can you please fill it in
and mark it as a regression?  I think I will implement a hack and track everything
that refers user named labels and force it to partition 0. Ugly but probably
best we can do at the moment.

It would help to track it as a regression.

Honza
> 
> As usual finding a small test case is difficult.
> 
> -Andi


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