This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/10908] error reading variable for char variable


http://sourceware.org/bugzilla/show_bug.cgi?id=10908

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|7.1                         |7.3

--- Comment #7 from Tom Tromey <tromey at redhat dot com> 2010-12-21 15:26:00 UTC ---
I put in a fix a while back that disables the use of 
iconv on many systems, including Solaris.
The change will appear in gdb 7.3.

One thing that would be useful in the future is to know how to
write a test to see whether a newer Solaris has a working iconv.
Ideally, this test would not require running a test program.
For glibc this is easy because it defines __STDC_ISO_10646__,
but from the referenced thread I gather that this will never
be the case on Solaris.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]