This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/54774] insufficient debug info for strong typed enum
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 02 Oct 2012 10:53:11 +0000
- Subject: [Bug debug/54774] insufficient debug info for strong typed enum
- Auto-submitted: auto-generated
- References: <bug-54774-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54774
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-02 10:53:11 UTC ---
Guess we'd need to either move ENUM_FIXED_UNDERLYING_TYPE_P bit (and possibly
ENUM_UNDERLYING_TYPE convention) out of the FE to tree.h, or add a langhook
to query that info from the FE (won't work well with LTO though, but there are
tons of things that don't either).