[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-29 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-29 20:52 --- Patch backported to 3.4 branch. -- What|Removed |Added Status|ASSIGNED

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-29 20:45 --- Subject: Bug 19933 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-05-29 20:45:44 Modified files: gcc: Change

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-24 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-24 13:36 --- Patch for 3.4.x: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02123.html -- What|Removed |Added ---

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-19 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-19 07:16 --- Fixed in 4.0.1 and later. Backporting to 3.4.x. -- What|Removed |Added Known to fai

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:11 --- Subject: Bug 19933 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-19 07:11:26 Modified files: gcc/testsuite : Change

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:06 --- Subject: Bug 19933 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-19 07:05:46 Modified files: gcc/testsuite : ChangeLog fixincludes: C

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-03 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-05-03 16:21 --- Subject: Re: Problem with define of HUGE_VAL in math_c99. On Tue, 3 May 2005, ebotcazou at gcc dot gnu dot org wrote: > 1. Can we work around bug 20558 by using the sizeof trick for isinf? No, because

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-03 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-03 14:39 --- > __builtin_isnan is type-generic and functionally so, unlike > __builtin_signbit which isn't although it should be and __builtin_isinf > which tries to be type-generic and is broken in doing so (bug 205

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-03 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-05-03 12:59 --- Subject: Re: Problem with define of HUGE_VAL in math_c99. On Tue, 3 May 2005, ebotcazou at gcc dot gnu dot org wrote: > > We have a functional __builtin_isnan, there is no need to fix that > > particular

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-03 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-03 11:35 --- > Use __FLT_MIN__ etc. since may not be included. Of course. > For a good fix we'll want to add built-in functions compatible with the > Solaris header and remove the relevant fixes, and those would te

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-03 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-05-03 10:54 --- Subject: Re: Problem with define of HUGE_VAL in math_c99. On Tue, 3 May 2005, ebotcazou at gcc dot gnu dot org wrote: > This works fine for "big" numbers, but are there similar tricks to distinguish > den

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-03 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-03 09:48 --- > I'm not sure what is best done with the signbit definition (maybe nothing if > it will never call a library function at present, even though it isn't > properly type-generic); We can discriminate using

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-01 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-05-01 14:24 --- Subject: Re: Problem with define of HUGE_VAL in math_c99. On Sun, 1 May 2005, ebotcazou at gcc dot gnu dot org wrote: > > In principle all the macros can be defined along the lines of > > the isnan/isf

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-01 12:21 --- > GCC does not yet have __builtin_isfinite or __builtin_isnormal functions; > they > would be generically useful additions if they always avoided falling back to > a library function. __builtin_fpclassi

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-04-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-30 17:10 --- Fixing. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebotcazou

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-03-22 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-22 20:52 --- The following definitions should replace the Solaris ones outright for GCC. This has been reported to Sun, so fixes for these should be disabled for any future header mentioning __GNUC__. #define HUGE_VAL

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-03-06 Thread casevh at comcast dot net
--- Additional Comments From casevh at comcast dot net 2005-03-07 06:15 --- I downloaded and tried the Sun Studio 10 compiler. It does require math_c99.h as distributed by Sun. So I'd say gcc will need to work around this header file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-03-04 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-04 18:11 --- Confirmed by duplicate. -- What|Removed |Added CC|

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-03-04 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-04 18:10 --- *** Bug 20317 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-02-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|preprocessor|target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19933