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/32858] printf-capabilities for runtime_error()



------- Comment #7 from tkoenig at gcc dot gnu dot org  2007-07-29 08:39 -------
I think I understand what's wrong with my patch now: The
stream initialized with init_error_stream was never flushed.

I think I'll go with a naked write() call, which is

a) simpler

b) more robust.


-- 


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


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