[Bug fortran/15326] ICE with assumed length character strings

2005-09-08 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-08 18:51 --- Patch committed to trunk. -- What|Removed |Added Status|ASSIGNED

[Bug fortran/15326] ICE with assumed length character strings

2005-09-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-08 18:46 --- Subject: Bug 15326 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-08 18:46:06 Modified files: gcc/fortran: ChangeLog trans-array.c trans-expr.c

[Bug fortran/15326] ICE with assumed length character strings

2005-08-31 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-08-31 20:42 --- Working on a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |

[Bug fortran/15326] ICE with assumed length character strings

2005-08-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-31 15:15 --- *** Bug 23654 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/15326] ICE with assumed length character strings

2005-02-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-12 16:56 --- *** Bug 19927 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/15326] ICE with assumed length character strings

2005-01-06 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||19292 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15326

[Bug fortran/15326] ICE with assumed length character strings

2004-10-10 Thread Tobias dot Schlueter at physik dot uni-muenchen dot de
--- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de 2004-10-10 21:08 --- Subject: Re: ICE with assumed length character strings tobi at gcc dot gnu dot org wrote: > If the function D from the testcase is declared external, with no interface, we > hit the

[Bug fortran/15326] ICE with assumed length character strings

2004-10-10 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-10 21:04 --- The patch is wrong because it does only solve part of the problem. With the testcase from the mailing list posting referred to above, we get code like this: { logical4 D.464; char[1 .. .d] * pstr.0;