--- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-09 19:46 ---
Fixed for 4.1.0, thanks for your report.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-09 19:46 ---
Subject: Bug 21977
Author: pinskia
Date: Mon Jan 9 19:46:23 2006
New Revision: 109504
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109504
Log:
2006-01-09 Andrew Pinski <[EMAIL PROTECTED]>
PR fo
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-09 19:36 ---
Subject: Bug 21977
Author: pinskia
Date: Mon Jan 9 19:36:35 2006
New Revision: 109503
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109503
Log:
2006-01-09 Andrew Pinski <[EMAIL PROTECTED]>
PR fo
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-02 04:40 ---
I have a fix which I need to test.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-02 04:00 ---
Also the following source fails in a slightly different way, an ICE in
fold_convert:
FUNCTION dawson_v()
IMPLICIT NONE
REAL :: dawson_v
dawson_v = 1.0
CONTAINS
FUNCTION dawsonseries_v()
IMPLICIT N
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-02 03:59 ---
Reduced testcase which shows that the outer function does not have to return an
array to get the ICE:
FUNCTION dawson_v()
IMPLICIT NONE
REAL :: dawson_v
CONTAINS
FUNCTION dawsonseries_v()
IMPLICIT NO
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-09
15:16 ---
Confirmed, I think we are picking the wrong __result decl for the outer
function (but I could be wrong, I
have not looked at it much).
--
What|Removed |Added
--