--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-02 07:16 ---
(In reply to comment #6)
> I will close this tonight
This never happened so I am closing it right now as fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from paul dot richard dot thomas at cea dot fr 2005-12-15
14:49 ---
(In reply to comment #5)
> the testcase in comment #1 no longer seg faults.
module funcs
implicit none
contains
function f(x)
character(*), intent(in) :: x
integer f(len(x))
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-18
05:42 ---
the testcase in comment #1 no longer seg faults.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19574
--
What|Removed |Added
Status|REOPENED|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19574
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06
00:33 ---
Reopening for now, I think I read comment # 1 wrong.
--
What|Removed |Added
Stat
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06
00:33 ---
Fixed in 4.0.1.
--
What|Removed |Added
Status|NEW |RESOL
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-02
19:20 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-01-25
10:57 ---
The segmentation fault seems to me to have the same source as PR19561 -
temporaries are not being allocated/assigned properly.
This does the first wriet OK and then seg faults on the second:
! { dg-do run