This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14285] [tree-ssa] current_function_needs_context is not declared
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Feb 2004 03:23:30 -0000
- Subject: [Bug target/14285] [tree-ssa] current_function_needs_context is not declared
- References: <20040225020054.14285.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-25 03:23 -------
Subject: Bug 14285
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: kazu@gcc.gnu.org 2004-02-25 03:23:24
Modified files:
gcc : ChangeLog
gcc/config/arm : arm.c
gcc/config/h8300: h8300.c
gcc/config/sh : sh.c
gcc/config/xtensa: xtensa.c
Log message:
PR target/14285
* config/arm/arm.c (arm_compute_func_type): Replace
"current_function_needs_context" with "cfun->static_chain_decl
!= NULL".
(arm_compute_initial_elimination_offset): Likewise.
* config/h8300/h8300.c (h8300_emit_stack_adjustment):
Likewise.
* config/sh/sh.c (output_stack_adjust): Likewise.
(sh5_schedule_saves): Likewise.
* config/xtensa/xtensa.c (compute_frame_size): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.14646.2.136&r2=1.14646.2.137
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/arm.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.212.2.38&r2=1.212.2.39
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/h8300/h8300.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.134.2.32&r2=1.134.2.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.153.2.33&r2=1.153.2.34
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/xtensa/xtensa.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.15.2.20&r2=1.15.2.21
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14285