------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-30 04:34 ------- Subject: Bug 9771
CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2004-11-30 04:34:22 Modified files: gcc : ChangeLog regclass.c gcc/testsuite : ChangeLog Added files: gcc/testsuite/gcc.dg: pr9771-1.c Log message: PR rtl-optimization/9771 * regclass.c (CALL_REALLY_USED_REGNO_P): New macro to eliminate conditional compilation in init_reg_sets_1. (init_reg_sets_1): Let global_regs[i] take priority over the frame (but not stack) pointer exceptions to regs_invalidated_by_call. (globalize_reg): Globalizing a fixed register may need to update regs_invalidated_by_call. * gcc.dg/pr9771-1.c: New test case. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.1028&r2=1.16114.2.1029 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/regclass.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.160.4.6&r2=1.160.4.7 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.386&r2=1.2261.2.387 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr9771-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.44.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9771