When fed with the following code: unsigned char val = -1; gcc-4.0.0 20050130 (experimental) reports: warning: converting of negative value '-0x000000001' to 'unsigned char' As for my feeling, it should correctly say "conversion of..." or "converting" but not "converting of...".
-- Summary: Spelling "error" in error message. Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: minor Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wwieser at gmx dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-linux-gnu GCC host triplet: i686-linux-gnu GCC target triplet: i686-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19735