--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-13
16:29 ---
Although, unlike Steve, I am sure I'm not allowed to ok this patch, I would
really like to see it go in too. alpha-linux really is an interesting platform
for regtesting (and, moreover, libgfortran will so
--- Additional Comments From sgk at troutmask dot apl dot washington dot
edu 2005-06-11 22:43 ---
Subject: Re: complex(4) sqrt failures on alpha-linux
On Thu, Jun 02, 2005 at 07:56:27AM -, tkoenig at gcc dot gnu dot org wrote:
>
> Created an attachment (id=9011)
--> (http://gcc.g
--
What|Removed |Added
CC||tkoenig at gcc dot gnu dot
||org
http://gcc.gnu.org/bugzilla/sh
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-02
07:56 ---
Created an attachment (id=9011)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9011&action=view)
Proposed patch
This patch fixes the problems noted by Steve Kargl (wrong
types for floating point functi
--- Additional Comments From sgk at troutmask dot apl dot washington dot
edu 2005-05-28 15:48 ---
Subject: Re: complex(4) sqrt failures on alpha-linux
On Sat, May 28, 2005 at 02:39:19PM -, kargl at gcc dot gnu dot org wrote:
>
> If we look through libgfortran/generated/exp_c4.c, w
--- Additional Comments From kargl at gcc dot gnu dot org 2005-05-28 14:39
---
FX,
On i386-*-freebsd, -fdump-tree-original shows
MAIN__ ()
{
complex4 z;
complex4 c;
z = __complex__ (4.0e+0, 0.0);
c = csqrtf (z);
kargl[214] find . -type f | xargs grep csqrtf
./gcc/