This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19532] New: cp/pt.c mentions a function that has been removed.
- From: "kazu at cs dot umass dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2005 15:37:23 -0000
- Subject: [Bug c++/19532] New: cp/pt.c mentions a function that has been removed.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Note that do_pending_inlines has been removed with
http://gcc.gnu.org/ml/gcc-patches/2002-12/msg01574.html
However, cp/pt.c still mentions do_pending_inlines like so
/* Returns 1 if processing DECL as part of do_pending_inlines
needs us to push template parms. */
static int
inline_needs_template_parms (tree decl)
--
Summary: cp/pt.c mentions a function that has been removed.
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: documentation
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kazu at cs dot umass dot edu
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19532