This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
This patch assertifies m68hc11 target files. I built an i686 hosted m68hc11-elf cross compiler and used that to build newlib. It ices doing that, BUT it ices before my patch too. I've filed PR 21281 about that.
ok?
! gcc_assert (reload_completed == 1);
switch (GET_CODE (addr)) { case REG: ! gcc_assert (REG_P (addr) && REG_OK_FOR_BASE_STRICT_P (addr));
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |