[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread hubicka at ucw dot cz
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #8 from hubicka at ucw dot cz 2011-10-02 20:50:50 UTC --- > > Yes, it does solve the problem here (I have 8GB of RAM and used a > large swapfile on my SSD. It took ~10 minutes to output all ltrans.o > files). I am surprised it con

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 Ian Lance Taylor changed: What|Removed |Added CC||ccoutant at google dot com,

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #7 from Octoploid 2011-10-02 18:41:58 UTC --- (In reply to comment #6) > > Cool! If you happen to have a lot of memory (15GB), you may try if it > > solves > the -fprofile-generate -flto problem. Yes, it does solve the problem h

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread hubicka at ucw dot cz
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #6 from hubicka at ucw dot cz 2011-10-02 15:22:07 UTC --- > http://sourceware.org/bugzilla/show_bug.cgi?id=13245 > > --- Comment #5 from Octoploid 2011-10-02 > 13:01:38 UTC --- > What about the following naive patch? > > diff --g

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #5 from Octoploid 2011-10-02 13:01:38 UTC --- What about the following naive patch? diff --git a/gold/plugin.cc b/gold/plugin.cc index b5880a1..d999254 100644 --- a/gold/plugin.cc +++ b/gold/plugin.cc @@ -889,10 +889,10 @@ Plugino

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread hubicka at ucw dot cz
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #4 from hubicka at ucw dot cz 2011-10-02 10:48:55 UTC --- > Sorry, it is because mainline still contains the hack for COMDAT handling (I > diseabled it in my tree to verify that new IRONLY solution works). You need > to > extend th

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread hubicka at ucw dot cz
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #3 from hubicka at ucw dot cz 2011-10-02 10:10:58 UTC --- > I cannot reproduce this issue: Sorry, it is because mainline still contains the hack for COMDAT handling (I diseabled it in my tree to verify that new IRONLY solution works

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 Octoploid changed: What|Removed |Added CC||cryptooctoploid at gmail