This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/42742] [4.5 Regression] SIGSEGV at libgfortran/io/format.c:111



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2010-01-14 13:23 -------
This is related to format caching and the length of the format string.

Something like this:

      fmtstr="(i4,4(a1,i2.2),10(a1,a12))"

Is a work around until I fix this, unless of course the test case is contrived.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42742


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]