On 04/21/2014 11:02 AM, Jakub Jelinek wrote: > but I'd say for GCC codebase it is better if we fix > the few users of these macros that pass an int rather than enum machine_mode > to these macros.
I agree. In the aarch64 backend it determined that we were passing a reg_class_t and not a mode at all. Oops. ;-) r~