On Sat, 8 Nov 2014, Sandra Loosemore wrote:

+       warning_at (EXPR_LOCATION (exp), OPT_Wbitfield_conversion,
+                   "suggest casting bit-field to its declared type");

I think it would be nice to print this declared type. It can be done directly in this message, or by adding a note that points to the declaration. (I don't think the fix-it functions have been added yet)

--
Marc Glisse

Reply via email to