This is the backport patch to gcc-9-branch, please ignore the previous
mail.
Backport r274411 of "Enable math functions linking with static library
for LTO" from mainline to gcc-9-branch.
Bootstrapped/Regression-tested on Linux POWER8 LE.
gcc/ChangeLog
2019-08-26 Xiong Hu Luo
Backpo
From: luoxhu
In LTO mode, if static library and dynamic library contains same
function and both libraries are passed as arguments, linker will link
the function in dynamic library no matter the sequence. This patch
will output LTO symbol node as UNDEF if BUILT_IN_NORMAL function FNDECL
is a math
Committed as r274920
On Sat, Aug 24, 2019 at 6:08 AM Jim Wilson wrote:
>
> On Fri, Aug 23, 2019 at 12:13 AM Kito Cheng wrote:
> > gcc/testsuite/ChangeLog:
> > gcc.target/riscv/li.c: New test.
>
> Thanks. This looks good.
>
> This is incidentally a test for a new binutils patch that imp
On Fri, 23 Aug 2019 at 19:43, Richard Sandiford
wrote:
>
> Prathamesh Kulkarni writes:
> > On Fri, 23 Aug 2019 at 18:15, Richard Sandiford
> > wrote:
> >>
> >> Prathamesh Kulkarni writes:
> >> > On Thu, 22 Aug 2019 at 16:44, Richard Biener
> >> > wrote:
> >> >> It looks a bit odd to me. I'd
Hello.
I have made changes in the patch according to the above corrections.
However, I didn't understand how these following testcases are
supposed to handle. Will you please elaborate some more?
> (E.g. fadd (0x1.01p0, FLT_MIN), as an example from the glibc
> tests: cases where an intermediat
On Sat, Aug 24, 2019 at 6:43 PM Nathan Sidwell wrote:
> On 8/23/19 3:24 PM, Nathan Sidwell wrote:
> > In fixing a vfunc override bug on the modules branch, I noticed that
> > check_for_override can simply check IDENTIFIER_VIRTUAL_P -- the dtor
> > identifier and those for conversion operators wil
On Thu, Aug 22, 2019 at 10:59 PM Jim Wilson wrote:
> With a rv64gc/lp64d linux toolchain, I get 43 extra gcc failures. For
> C++ and Fortran I get a lot of link errors, so the results aren't very
> useful. Apparently we never tested this before.
> /scratch/jimw/fsf-testing/X-tmp-unpatched-64/bui
Hi,
This patch implemented work-stealing task scheduling for GSoC'19 final
evaluations.
Currently there are some issues that needs to be further addressed,
however I think it is functional.
This that could be improved are as follows:
1. Currently the threads busy wait even when the task queues are
Hi.
This is the full patch for roundeven folding. The patch bootstraps and
passes regression tests.
2019-08-25 Tejas Joshi
Martin Jambor
* builtins.c (mathfn_built_in_2): Added CASE_MATHFN_FLOATN
for ROUNDEVEN.
* builtins.def: Added function definitions fo
Hello world,
attached is a patch introducing the -fallow-argument-mismatch
option, to separate this from the general kitchen sink -std=legacy.
As discussed, this can only be turned off by -w.
Regression-tested on powerpc64le-unknown-linux-gnu. Documentation
tested by "make dvi" and "make pdf".
10 matches
Mail list logo