[Bug fortran/19574] specification expression failure

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/19574] specification expression failure

2005-12-15 Thread paul dot richard dot thomas at cea dot fr
--- 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))

[Bug fortran/19574] specification expression failure

2005-09-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/19574] specification expression failure

2005-06-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19574

[Bug fortran/19574] specification expression failure

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/19574] specification expression failure

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/19574] specification expression failure

2005-02-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-02 19:20 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug fortran/19574] specification expression failure

2005-01-25 Thread paulthomas2 at wanadoo dot fr
--- 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