This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32858] New: printf-capabilities for runtime_error()
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2007 21:04:49 -0000
- Subject: [Bug libfortran/32858] New: printf-capabilities for runtime_error()
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
It would be better if runtime_error() included printf-like capabilites,
for better error reporting.
The way forward is to make it a variadic function, which passes its
arguments to st_printf(). This, in turn, should be based on the
library printf() - family of functions because it offers more
capabilities (such as %ld).
--
Summary: printf-capabilities for runtime_error()
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32858