Re: Questions related to creation of libgcov.so

2018-08-28 Thread Martin Liška
On 08/24/2018 04:37 PM, Michael Matz wrote: > Hi, > > On Fri, 24 Aug 2018, Martin Liška wrote: > >> If I see correctly, for libgcc has following files: >> >> /home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/9.0.0/libgcc_eh.a >> /home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/9.0.0/libgcc.a >

Re: Static sem_item_optimizer instance in ipa-icf pass

2018-08-28 Thread Martin Liška
On 08/16/2018 02:54 PM, Florian Rommel wrote: > Hi Martin, > > >> That can definitely done better, if I see correctly only reference from >> sem_item, sem_function and sem_variable >> is in sem_item::add_type. That can be removed. > > Yes, only sem_item::add_type uses this variable.  Do you thi

PowerPC -mspe Removed But Still in Docs

2018-08-28 Thread Joel Sherrill
Hi Just wanting to confirm with someone PowerPC knowledgeable that the -mspe option was indeed removed on the master and the documentation needs to be updated to reflect this. Thanks. --joel

Re: PowerPC -mspe Removed But Still in Docs

2018-08-28 Thread Segher Boessenkool
Hi Joel, On Tue, Aug 28, 2018 at 04:21:25PM -0500, Joel Sherrill wrote: > Just wanting to confirm with someone PowerPC knowledgeable that > the -mspe option was indeed removed on the master and the > documentation needs to be updated to reflect this. I don't see it listed in the PowerPC options a

Re: PowerPC -mspe Removed But Still in Docs

2018-08-28 Thread Joel Sherrill
On Tue, Aug 28, 2018, 4:54 PM Segher Boessenkool wrote: > Hi Joel, > > On Tue, Aug 28, 2018 at 04:21:25PM -0500, Joel Sherrill wrote: > > Just wanting to confirm with someone PowerPC knowledgeable that > > the -mspe option was indeed removed on the master and the > > documentation needs to be upd

Re: Trying to convert to LRA, running into an ICE (infinite reload loop)

2018-08-28 Thread Segher Boessenkool
On Mon, Aug 20, 2018 at 11:01:29AM -0600, Jeff Law wrote: > On 08/20/2018 10:50 AM, Paul Koning wrote: > > The internals manual seems to say that memory subregs are an old mechanism > > that should still work, give or take. If indeed it breaks LRA perhaps the > > documentation should be updated

Re: Trying to convert to LRA, running into an ICE (infinite reload loop)

2018-08-28 Thread Jeff Law
On 08/28/2018 05:40 PM, Segher Boessenkool wrote: > On Mon, Aug 20, 2018 at 11:01:29AM -0600, Jeff Law wrote: >> On 08/20/2018 10:50 AM, Paul Koning wrote: >>> The internals manual seems to say that memory subregs are an old mechanism >>> that should still work, give or take. If indeed it breaks