------- Comment #13 from eblot dot ml at gmail dot com 2010-06-17 16:41 ------- (In reply to comment #10) > When I use -fshort-enums my dumps specifically state unsigned char. > But I assume that char is actually unsigned here by default. AAPCS specifies the following (7.1.1) C/C++ type : Machine type char : unsigned byte unsigned char : unsigned byte signed char : signed byte
(In reply to comment #12) > However I don't see any dumps "below" :-) My mistake, I meant "above" ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44328