This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32860] New: Support %ld (for "long") for gfc_warning
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2007 06:27:09 -0000
- Subject: [Bug fortran/32860] New: Support %ld (for "long") for gfc_warning
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
interface.c's compare_actual_formal calls
gfc_warning ("Character length of actual argument shorter "
"than of dummy argument '%s' (%d/%d) at %L",
f->sym->name, (int) actual_size,
(int) formal_size, &a->expr->where);
Problem: If the formal or actual size exceeds (int) the message is bogus.
--
Summary: Support %ld (for "long") for gfc_warning
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: burnus at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32860