This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48174] DWARF for subroutine with no args indicates 'varargs'
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 Mar 2011 08:36:57 +0000
- Subject: [Bug fortran/48174] DWARF for subroutine with no args indicates 'varargs'
- Auto-submitted: auto-generated
- References: <bug-48174-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48174
--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-18 08:36:50 UTC ---
Well, it means "unprototyped". Without consulting the DWARF spec
DW_TAG_unspecified_parameters sounds like it would match that.
But yes, ISTR filing a bug about this FE issue at some point.