[Bug libfortran/40330] [4.4 Regression] incorrect IO
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 10 02:18:00 GMT 2009
------- Comment #16 from jvdelisle at gcc dot gnu dot org 2009-06-10 02:18 -------
The two locations referenced by valgrind in transfer.c is in code that is
unchanged from 4.3, so I don't think that is where the problem is. However,
looking at the CP2K code line involved:
WRITE(unit=unit_nr,fmt="("//TRIM(myfmt)//",a,' ')",advance="NO")
TRIM(keyword%names(1))
Points to fmt or advance="NO" logic. I am building cp2k with format caching
removed to see if we still get this error.
Joost, can you explain what the following means?
CP2K| condition FAILED at line 195
CP2K| Abnormal program termination, stopped by process number 0
Aborted
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40330
More information about the Gcc-bugs
mailing list