[Bug c++/63905] New: redundant fields left in gcc/cp/cp-tree.h:lang_decl_fn

pageexec at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Nov 16 22:11:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63905

            Bug ID: 63905
           Summary: redundant fields left in gcc/cp/cp-tree.h:lang_decl_fn
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pageexec at gmail dot com

svn commit 201994 (git commit fc3dabd5) changed
DECL_CONSTRUCTOR_P/DECL_DESTRUCTOR_P to use middle-end flags instead of
frontend flags however it didn't remove the now obsolete (unused) c++ frontend
flags constructor_attr and destructor_attr from lang_decl_fn. fixing this would
also free up 2 bits where there's only one left now.



More information about the Gcc-bugs mailing list