------- Comment #18 from stevenb dot gcc at gmail dot com 2006-11-26 09:19 ------- Subject: Re: [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md > tmp-condmd.c: /bin/sh: 13354 Memory fault(coredump)
Just adding DF_HARD_REGS is not enough. At least this bit: - if (use) + if (use && !HARD_REGISTER_P (use->reg)) is also necessary. You can reproduce the problem with a cross-compiler BTW. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29840