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]

Re: 2.95: Dec 19 patchkit


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.


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