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]

Re: [testcase] IA-32 ICE due to not splitted insn


On Mon, Aug 25, 2003 at 05:43:32PM +0200, Jakub Jelinek wrote:
> The problem is that at -O scheduling is not done after reload and thus also
> split_all_insns is not called after reload.

Huh?

toplev.c:3363:
#ifndef STACK_REGS
  if (optimize > 0)
#endif
    split_all_insns (0);

That even happens at -O0.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]