[Bug debug/54774] insufficient debug info for strong typed enum
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 2 10:53:00 GMT 2012
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).
More information about the Gcc-bugs
mailing list