public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63905] New: redundant fields left in gcc/cp/cp-tree.h:lang_decl_fn
@ 2014-11-16 22:11 pageexec at gmail dot com
  2014-11-23 13:53 ` [Bug c++/63905] " paolo.carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pageexec at gmail dot com @ 2014-11-16 22:11 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-24  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-16 22:11 [Bug c++/63905] New: redundant fields left in gcc/cp/cp-tree.h:lang_decl_fn pageexec at gmail dot com
2014-11-23 13:53 ` [Bug c++/63905] " paolo.carlini at oracle dot com
2014-11-24  8:37 ` paolo at gcc dot gnu.org
2014-11-24  8:37 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).