Re: [PR other/70945] Handle function_glibc_finite_math in offloading

2016-10-19 Thread Thomas Schwinge
t case added: commit 7e178f04bf6d692a17c4be4ff050da2d23a543e7 Author: tschwinge Date: Wed Oct 19 21:24:37 2016 + [PR other/70945] Handle function_glibc_finite_math in offloading gcc/ PR other/70945 * targhooks.c (default_libc_has_function): Update com

Re: [PING] [PR other/70945] Handle function_glibc_finite_math in offloading

2016-06-08 Thread Jakub Jelinek
On Wed, Jun 08, 2016 at 03:47:54PM +0200, Thomas Schwinge wrote: > > I'm not saying newlib in general, let newlib do whatever they want, but > > I'm talking about offloading port(s) of newlib, which IMHO should provide > > translation layer from the host headers to the offloading target functions.

Re: [PING] [PR other/70945] Handle function_glibc_finite_math in offloading

2016-06-08 Thread Thomas Schwinge
Hi! On Tue, 7 Jun 2016 08:54:10 +0200, Jakub Jelinek wrote: > On Mon, Jun 06, 2016 at 09:11:18PM +, Joseph Myers wrote: > > On Fri, 3 Jun 2016, Jakub Jelinek wrote: > > > I think it would be better to just add this support to newlib. > > > > That suggestion doesn't really make sense to me.

Re: [PING] [PR other/70945] Handle function_glibc_finite_math in offloading

2016-06-06 Thread Jakub Jelinek
On Mon, Jun 06, 2016 at 09:11:18PM +, Joseph Myers wrote: > On Fri, 3 Jun 2016, Jakub Jelinek wrote: > > > On Fri, Jun 03, 2016 at 04:44:15PM +0200, Thomas Schwinge wrote: > > > Hi! > > > > > > Ping. > > > > I think it would be better to just add this support to newlib. > > That suggestion

Re: [PING] [PR other/70945] Handle function_glibc_finite_math in offloading

2016-06-06 Thread Joseph Myers
On Fri, 3 Jun 2016, Jakub Jelinek wrote: > On Fri, Jun 03, 2016 at 04:44:15PM +0200, Thomas Schwinge wrote: > > Hi! > > > > Ping. > > I think it would be better to just add this support to newlib. That suggestion doesn't really make sense to me. Why should newlib be expected to follow the sam

Re: [PING] [PR other/70945] Handle function_glibc_finite_math in offloading

2016-06-03 Thread Jakub Jelinek
On Fri, Jun 03, 2016 at 04:44:15PM +0200, Thomas Schwinge wrote: > Hi! > > Ping. I think it would be better to just add this support to newlib. Or are they opposed to that for whatever reason? Jakub

[PING] [PR other/70945] Handle function_glibc_finite_math in offloading

2016-06-03 Thread Thomas Schwinge
> changes make their way into distributions that end users are using, I'd > like to start with the heuristic as implemented, and adjust this later > on. > > OK for trunk? I'm working on a test case, too. > > commit 0f65dbe65e883d2294c055631eccb07869bc5375 > Author: T

[PR other/70945] Handle function_glibc_finite_math in offloading

2016-05-21 Thread Thomas Schwinge
, too. commit 0f65dbe65e883d2294c055631eccb07869bc5375 Author: Thomas Schwinge Date: Fri May 13 17:02:30 2016 +0200 [PR other/70945] Handle function_glibc_finite_math in offloading gcc/ PR other/70945 * targhooks.c (default_libc_has_function): Update comment.