Re: [PATCH 1/2] m32c: Don't use set_optab_handler

2012-08-01 Thread DJ Delorie
I tried to test this, but newlib won't build (looks unrelated). The failure is this assert in expmed.h: gcc_assert (to_mode >= MIN_MODE_INT && to_mode <= MAX_MODE_INT && from_mode >= MIN_MODE_INT && from_mode <= MAX_MODE_INT); which can't possibly wo

[PATCH 1/2] m32c: Don't use set_optab_handler

2012-08-01 Thread Richard Henderson
Committed after a build completed. r~ * config/m32c/m32c.c (TARGET_INIT_LIBFUNCS): Remove. (m32c_init_libfuncs): Remove. * config/m32c/cond.md (cstore4_16): Rename from cstore4. (cstore4): New expander. diff --git a/gcc/config/m32c/cond.md b/gcc/config/m32c/con