This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 2.95: Dec 19 patchkit
- To: Bernd Schmidt <bernds at redhat dot com>
- Subject: Re: 2.95: Dec 19 patchkit
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Tue, 19 Dec 2000 20:59:32 +0100
- Cc: gcc-patches at gcc dot gnu dot org
At 19:19 2000-12-19, Bernd Schmidt wrote:
>@@ -6396,15 +6387,22 @@
> /* Don't trust the conversion past a function call
> if either of the two is in a call-clobbered register, or memory. */
> if (GET_CODE (p) == CALL_INSN
>- && ((regno >= 0 && regno < FIRST_PSEUDO_REGISTER
>- && call_used_regs[regno])
>- ||
>- (valueno >= 0 && valueno < FIRST_PSEUDO_REGISTER
>- && call_used_regs[valueno])
>- ||
>- goal_mem
>- || need_stable_sp))
>- return 0;
>+ {
This hunk needs a ) after CALL_INSN.
This patch triggers my 3rd and 4th compiler build today :-). I just built
and tested dec15+rest-of-my-patchkit and dec15+dwarf-eh-only, results
posted. Now the same for dec19.
Franz.