------- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-30 22:45 -------
This is not a bug as char pointers are special by the C standard. char is a
different type from either unsigned char or signed char. Also you should not
use -funsigned-char/-fsigned-char unless you know what you are doing because it
could change the ABI.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28912