[Bug fortran/18082] Infinite loop with automatic length character objects

2005-10-14 Thread reichelt at gcc dot gnu dot org
--- Comment #12 from reichelt at gcc dot gnu dot org 2005-10-14 10:57 --- Fixed on mainline and teh 4.0 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #11 from cvs-commit at gcc dot gnu dot org 2005-10-14 04:53 --- Subject: Bug 18082 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-14 04:53:30 Modified files: gcc/fortran: symbol.c tran

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-10-12 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-12 21:18 --- *** Bug 24339 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-10-12 Thread cvs-commit at gcc dot gnu dot org
--- Comment #9 from cvs-commit at gcc dot gnu dot org 2005-10-12 20:29 --- Subject: Bug 18082 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-12 20:29:22 Modified files: gcc/fortran: decl.c ChangeLog gcc/testsuite : Ch

[Bug fortran/18082] Infinite loop with automatic length character objects

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

[Bug fortran/18082] Infinite loop with automatic length character objects

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:49 --- For some reason we get an infinite linked list. -- What|Removed |Added Last reconfirmed|20

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-06-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-03 14:36 --- I encountered this same problem today, directly with an integer as parameter for the subroutine: subroutine FOO(N) integer, intent(IN) :: N character(len=N) :: C1, C2 C1 = '' C2 = '' end subroutin

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-04-14 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-14 08:58 --- *** Bug 20821 has been marked as a duplicate of this bug. *** -- What|Removed |Added