Re: [PATCH] Use proper location for tls_init function (PR c++/88263).

2019-01-02 Thread Martin Liška
On 1/2/19 1:41 PM, Rainer Orth wrote: > Hi Martin, > >> The PR is about a function (__tls_init) that ends before it begins >> (from line point of view). The patch uses location of a variable where >> we first create the function declaration. I'm not much familiar with C++ FE, >> but it works. >> >

Re: [PATCH] Use proper location for tls_init function (PR c++/88263).

2019-01-02 Thread Rainer Orth
Hi Martin, > The PR is about a function (__tls_init) that ends before it begins > (from line point of view). The patch uses location of a variable where > we first create the function declaration. I'm not much familiar with C++ FE, > but it works. > > Survives bootstrap and regression test on ppc6

Re: [PATCH] Use proper location for tls_init function (PR c++/88263).

2018-11-30 Thread Jason Merrill
OK.