[Bug fortran/40576] [4.5 Regression] Endless loop in internal write

2009-06-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2009-06-29 04:09 --- I can confirm the regression is from the I/O patch, but not related to format caching. The test case is looping here: (gdb) bt #0 mem_alloc_w () at ../../../gcc45/libgfortran/io/unix.c:579 #1 mem_write (s=0x601

[Bug fortran/40576] [4.5 Regression] Endless loop in internal write

2009-06-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2009-06-29 02:07 --- I will have a look. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added As

[Bug fortran/40576] [4.5 Regression] Endless loop in internal write

2009-06-28 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2009-06-28 21:23 --- > I don't have a 4.4 compiler around to test currently. works with 4.4.0, but not with 4.4.1 revision 147906 (before reverting the format caching). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40576

[Bug fortran/40576] [4.5 Regression] Endless loop in internal write

2009-06-28 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2009-06-28 21:10 --- I don't have a 4.4 compiler around to test currently. Jerry, do you have any idea? -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added -