[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-25 Thread danglin at gcc dot gnu dot org
--- Comment #12 from danglin at gcc dot gnu dot org 2006-05-25 22:48 --- Fixed by patch on trunk. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-24 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2006-05-24 23:23 --- Subject: Bug 27627 Author: danglin Date: Wed May 24 23:23:10 2006 New Revision: 114059 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114059 Log: PR target/27627 * pa/pa-modes.def: Use

Re: [Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-24 Thread Andrew Pinski
--- Comment #9 from danglin at gcc dot gnu dot org 2006-05-24 23:23 --- Subject: Bug 27627 Author: danglin Date: Wed May 24 23:23:10 2006 New Revision: 114059 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114059 Log: PR target/27627 *

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-24 Thread pinskia at physics dot uc dot edu
--- Comment #10 from pinskia at physics dot uc dot edu 2006-05-24 23:26 --- Subject: Re: __builtin_nanf() doesn't return a _quiet_ nan on parisc --- Comment #9 from danglin at gcc dot gnu dot org 2006-05-24 23:23 --- Subject: Bug 27627 Author: danglin Date: Wed

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-24 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2006-05-24 23:32 --- Subject: Re: __builtin_nanf() doesn't return a _quiet_ nan on parisc Log: PR target/27627 * pa/pa-modes.def: Use mips_single_format, mips_double_format and

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-23 Thread rth at gcc dot gnu dot org
--- Comment #6 from rth at gcc dot gnu dot org 2006-05-23 15:00 --- (In reply to comment #4) This isn't a target bug as far as I can tell. The value generated by __builtin_nanf() as shown by Nan2.c is 0x7fc0. The same value is printed on x86. This is a signaling NaN. Positive

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-23 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-05-23 16:28 --- Subject: Re: __builtin_nanf() doesn't return a _quiet_ nan on parisc --- Comment #6 from rth at gcc dot gnu dot org 2006-05-23 15:00 --- (In reply to comment #4) This isn't a target bug as

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-23 Thread gdr at cs dot tamu dot edu
--- Comment #8 from gdr at cs dot tamu dot edu 2006-05-23 21:58 --- Subject: Re: __builtin_nanf() doesn't return a _quiet_ nan on parisc dave at hiauly1 dot hia dot nrc dot ca [EMAIL PROTECTED] writes: | --- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-05-23 16:28

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-17 Thread soete dot joel at tiscali dot be
--- Comment #5 from soete dot joel at tiscali dot be 2006-05-17 08:56 --- Created an attachment (id=11481) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11481action=view) just another similar test case regarding double equivalent pb compile with -O2 the Nan3.s is: .LEVEL 1.1

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-16 17:17 --- Why do you think this is a GCC bug? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27627] __builtin_nanf() doesn't return a _quiet_ nan on parisc

2006-05-16 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2006-05-17 00:49 --- This isn't a target bug as far as I can tell. The value generated by __builtin_nanf() as shown by Nan2.c is 0x7fc0. The same value is printed on x86. This is a signaling NaN. Positive quiet NaNs range