--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18883
--- Comment #10 from eedelman at gcc dot gnu dot org 2005-12-27 22:09
---
(In reply to comment #9)
> Fixed on 4.1. Not yet fixed on 4.0, because it depends on PR 15326 which
> hasn't been fixed for 4.0.
PR 15326 will not be fixed for 4.0, I presume, so neither will this. Thus I
consid
--- Comment #9 from eedelman at gcc dot gnu dot org 2005-11-11 12:18
---
Fixed on 4.1. Not yet fixed on 4.0, because it depends on PR 15326 which
hasn't been fixed for 4.0.
--
eedelman at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from eedelman at gcc dot gnu dot org 2005-10-30 22:43
---
Subject: Bug 18883
Author: eedelman
Date: Sun Oct 30 22:43:45 2005
New Revision: 106254
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106254
Log:
fortran/
2005-10-30 Erik Edelmann <[EMAIL PROTECTED]>
--- Comment #7 from eedelman at gcc dot gnu dot org 2005-10-27 10:28
---
Patch here: http://gcc.gnu.org/ml/fortran/2005-10/msg00587.html
--
eedelman at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #6 from eedelman at gcc dot gnu dot org 2005-10-27 10:26
---
*** Bug 24503 has been marked as a duplicate of this bug. ***
--
eedelman at gcc dot gnu dot org changed:
What|Removed |Added
--
Bug 18883 depends on bug 15164, which changed state.
Bug 15164 Summary: trans-decl.c:411: gfc_finish_var_decl: Assertion failed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15164
What|Old Value |New Value
--
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-21
08:44 ---
Here's a similar testcase that crashes in the same spot:
==
module FOO
contains
function BAR(X)
character(*) :: X
character(len(X)) :: BAR
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16
03:32 ---
*** Bug 19971 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16
03:31 ---
Only the module is needed to reproduce the bug:
module helper
implicit none
contains
function dud(x)
integer, intent(in) :: x
character(selected_int_kind(x)+2) dud
dud
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-08
14:56 ---
Might be related to PR 15164.
--
What|Removed |Added
BugsThisDependsOn|
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-08
14:54 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
12 matches
Mail list logo