This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/57939] incorrect debug info of wchar_t
- From: "chihin.ko at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 25 Jun 2014 23:55:09 +0000
- Subject: [Bug debug/57939] incorrect debug info of wchar_t
- Auto-submitted: auto-generated
- References: <bug-57939-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57939
--- Comment #2 from chihin ko <chihin.ko at oracle dot com> ---
Yeah, difference version of gdb resulting different behavior:
On Red Hat Enterprise Linux Server release 5.4 (Tikanga)
GNU gdb Fedora (6.8-37.el5)
(gdb) p L
$1 = 98
gcc version 4.7.2 (GCC)
On Oracle Linux Server release 6.3
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6)
gcc version 4.7.2 (GCC)
(gdb) p L
$1 = 98 L'b'
so newer gdb work around compiler's problem.
OK you can close this IZ now.