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: [PATCH][LTO] (Not) merge incompatible common decls


On Thu, Jul 30, 2009 at 08:23, Richard Guenther<rguenther@suse.de> wrote:

>> > I'm not good at LTO testsuite magic - I failed to scan the assembler
>> > output for the correct sized .comm decl. ÂIf anyone can give hints
>> > there that would be appreciated ;)
>>
>> Sorry, not sure what you're referring to here.
>
> I tried to use { dg-final { scan-assember ".comm.*i,8,8" } } but
> it kept complaining wherever I put that ;) ÂI guess the lto
> harness needs some TLC ...

Ah, yeah.  I'm hoping Janis can help with some of her magic here.
Janis, how could we implement scan-assembler functionality in LTO?
Part of the problem, I suspect, is that there will be multiple .s
files in an LTO compile.


Thanks.  Diego.


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