Q: (d = NAN) != NAN?

2016-04-08 Thread Ulrich Windl
Hello! Probably I'm doing something wrong, but I have some problems comparing a double with NAN: The value is NAN, but the test fails. Probably I should use isnana(). Here's my test case: --- #include #include int main() { double d = NAN; assert(d == NAN); return 0

Re: Q: (d = NAN) != NAN?

2016-04-08 Thread Szabolcs Nagy
On 08/04/16 11:09, Ulrich Windl wrote: > Probably I'm doing something wrong, but I have some problems comparing a > double with NAN: The value is NAN, but the test fails. Probably I should use > isnana(). yes, that's how ieee works, nan != nan is true.

Re: Q: (d = NAN) != NAN?

2016-04-08 Thread Jonathan Wakely
On 8 April 2016 at 11:09, Ulrich Windl wrote: > Hello! > > Probably I'm doing something wrong, but I have some problems comparing a > double with NAN: The value is NAN, but the test fails. Probably I should use > isnana(). This mailing list is for discussing development of GCC, not help using GC

Re: Unnecessary check on phi node in tree if-conversion?

2016-04-08 Thread Bin.Cheng
On Thu, Apr 7, 2016 at 10:30 AM, Richard Biener wrote: > On April 6, 2016 8:21:35 PM GMT+02:00, "Bin.Cheng" > wrote: >>On Wed, Apr 6, 2016 at 5:07 PM, Bin.Cheng >>wrote: >>> Hi, >>> Function if_convertible_phi_p has below check on virtual PHI nodes: >>> >>> >>> if (any_mask_load_store) >>>

Some aliasing questions

2016-04-08 Thread Bill Schmidt
Hi, I ran into a couple of aliasing issues with a project I'm working on, and have some questions. The first is an issue with TOC-relative addresses on PowerPC. These are symbolic addresses that are to be loaded from a fixed slot in the table of contents, as addressed by the TOC pointer (r2). I

Re: Some aliasing questions

2016-04-08 Thread Richard Biener
On April 8, 2016 8:10:16 PM GMT+02:00, Bill Schmidt wrote: >Hi, > >I ran into a couple of aliasing issues with a project I'm working on, >and have some questions. > >The first is an issue with TOC-relative addresses on PowerPC. These >are >symbolic addresses that are to be loaded from a fixed sl

Re: Unnecessary check on phi node in tree if-conversion?

2016-04-08 Thread Richard Biener
On April 8, 2016 4:55:59 PM GMT+02:00, "Bin.Cheng" wrote: >On Thu, Apr 7, 2016 at 10:30 AM, Richard Biener > wrote: >> On April 6, 2016 8:21:35 PM GMT+02:00, "Bin.Cheng" > wrote: >>>On Wed, Apr 6, 2016 at 5:07 PM, Bin.Cheng >>>wrote: Hi, Function if_convertible_phi_p has below check on

Re: Some aliasing questions

2016-04-08 Thread Richard Henderson
On 04/08/2016 11:10 AM, Bill Schmidt wrote: > The first is an issue with TOC-relative addresses on PowerPC. These are > symbolic addresses that are to be loaded from a fixed slot in the table > of contents, as addressed by the TOC pointer (r2). In the RTL phases > prior to register allocation, th

Re: Some aliasing questions

2016-04-08 Thread Bill Schmidt
On Fri, 2016-04-08 at 13:41 -0700, Richard Henderson wrote: > On 04/08/2016 11:10 AM, Bill Schmidt wrote: > > The first is an issue with TOC-relative addresses on PowerPC. These are > > symbolic addresses that are to be loaded from a fixed slot in the table > > of contents, as addressed by the TOC