[PATCH] Fix i?86 bootstrap (PR rtl-optimization/82044)

2017-11-21 Thread Jakub Jelinek
Hi! On Wed, Nov 15, 2017 at 08:31:00AM +0100, Martin Liška wrote: > On 11/08/2017 05:31 PM, Jeff Law wrote: > > I don't see an updated patch in this thread? THe last message I see is > > this one where you indicate you're going to tweak the patch and re-test. > > > > Jeff > > Yes, I tweaked and

Re: [PATCH libstdc++/66689] comp_ellint_3 and ellint_3 return garbage values

2017-11-21 Thread Joseph Myers
On Tue, 21 Nov 2017, Florian Weimer wrote: > On 11/18/2017 05:49 PM, Ed Smith-Rowland wrote: > > I feel that distros are likely to pick up gcc-7 soon and I'd like to do > > *something*.  This would be something of a transition path. > > Historically, in glibc, we would have used symbol versioning

Re: libgo patch committed: Fix Makefile bug setting LD_LIBRARY_PATH

2017-11-21 Thread Ian Lance Taylor
On Tue, Nov 21, 2017 at 11:53 AM, Eric Botcazou wrote: >> This patch by Than McIntosh fixes a small bug in the libgo Makefile >> recipe that constructs the directory from which to pick up >> libgcc_s.so; the gccgo invocation with -print-libgcc-file-name was >> missing the flags, which meant that f

Re: [PATCH] Fix i?86 bootstrap (PR rtl-optimization/82044)

2017-11-21 Thread Jakub Jelinek
On Wed, Nov 22, 2017 at 12:27:20AM +0100, Jakub Jelinek wrote: > The following patch fixes those two issues and adds similar overflow > check to record_store too (in that spot width is always non-negative, so > we don't need a special width == -1 handling). > > Bootstrapped successfully on i686-li

Re: [DWARF] mark partial fn versions and OMP frags as partial in dwarf2+ debug info

2017-11-21 Thread Alexandre Oliva
On Nov 21, 2017, Jakub Jelinek wrote: > On Wed, Nov 15, 2017 at 05:05:36AM -0200, Alexandre Oliva wrote: >> This patch introduces a new DWARF attribute to indicate that a function >> is a partial copy of its abstract origin, specifically, that its entry >> point does not correspond to the entry

<    1   2