https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928
--- Comment #14 from Bernd Edlinger <edlinger at gcc dot gnu.org> --- Author: edlinger Date: Fri Jan 23 16:32:34 2015 New Revision: 220048 URL: https://gcc.gnu.org/viewcvs?rev=220048&root=gcc&view=rev Log: 2015-01-23 Bernd Edlinger <bernd.edlin...@hotmail.de> PR target/50928 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here. (DEBUG_RELOAD): Removed define. (m32c_limit_reload_class): Enable traces with if DEBUG0. (m32c_function_arg): Added a type cast. (m32c_legitimize_reload_address): Push A_REGS reload with PSImode. * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments. * config/m32c/bitops.md (andqi3_16): Likewise. * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise. (push_a01_l): Likewise. Modified: trunk/gcc/ChangeLog trunk/gcc/config/m32c/addsub.md trunk/gcc/config/m32c/bitops.md trunk/gcc/config/m32c/m32c.c trunk/gcc/config/m32c/mov.md