------- Comment #3 from burnus at gcc dot gnu dot org 2009-02-02 09:45 ------- Hmm, maybe this is only a gdb bug / missing feature.
$ gfortran-4.4 -O0 -g aaa.f90 $ idbc a.out Intel(R) Debugger for applications running on Intel(R) 64, Version 11.1 Beta, Build [1.2097.2.21] [...] (idb) b 6 Breakpoint 1 at 0x4006e4: file /dev/shm/aaa.f90, line 6. (idb) run [...] 6 if(i == 8) call abort() (idb) pt i type = INTEGER(4) (idb) p i $1 = 1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39073