public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14285] New: [tree-ssa] current_function_needs_context is not declared
@ 2004-02-25  2:00 kazu at cs dot umass dot edu
  2004-02-25  2:21 ` [Bug bootstrap/14285] " kazu at cs dot umass dot edu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-02-25  2:00 UTC (permalink / raw)
  To: gcc-bugs

current_function_needs_context seems to be gone now, so
the above ports don't build anymore (even with --disable-mudflap).

-- 
           Summary: [tree-ssa] current_function_needs_context is not
                    declared
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kazu at cs dot umass dot edu
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: arm-elf, h8300-elf, sh-elf, xtensa-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14285


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/14285] [tree-ssa] current_function_needs_context is not declared
  2004-02-25  2:00 [Bug bootstrap/14285] New: [tree-ssa] current_function_needs_context is not declared kazu at cs dot umass dot edu
@ 2004-02-25  2:21 ` kazu at cs dot umass dot edu
  2004-02-25  2:34 ` [Bug target/14285] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-02-25  2:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-02-25 02:21 -------
I guess a fix would go like this:

http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01425.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14285


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/14285] [tree-ssa] current_function_needs_context is not declared
  2004-02-25  2:00 [Bug bootstrap/14285] New: [tree-ssa] current_function_needs_context is not declared kazu at cs dot umass dot edu
  2004-02-25  2:21 ` [Bug bootstrap/14285] " kazu at cs dot umass dot edu
@ 2004-02-25  2:34 ` pinskia at gcc dot gnu dot org
  2004-02-25  3:23 ` cvs-commit at gcc dot gnu dot org
  2004-02-25  3:24 ` kazu at cs dot umass dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-25  2:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-25 02:34 -------
Confirmed.  These are all target problems.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |target
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-25 02:34:35
               date|                            |
   Target Milestone|---                         |tree-ssa


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14285


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/14285] [tree-ssa] current_function_needs_context is not declared
  2004-02-25  2:00 [Bug bootstrap/14285] New: [tree-ssa] current_function_needs_context is not declared kazu at cs dot umass dot edu
  2004-02-25  2:21 ` [Bug bootstrap/14285] " kazu at cs dot umass dot edu
  2004-02-25  2:34 ` [Bug target/14285] " pinskia at gcc dot gnu dot org
@ 2004-02-25  3:23 ` cvs-commit at gcc dot gnu dot org
  2004-02-25  3:24 ` kazu at cs dot umass dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-25  3:23 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/14285] [tree-ssa] current_function_needs_context is not declared
  2004-02-25  2:00 [Bug bootstrap/14285] New: [tree-ssa] current_function_needs_context is not declared kazu at cs dot umass dot edu
                   ` (2 preceding siblings ...)
  2004-02-25  3:23 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-25  3:24 ` kazu at cs dot umass dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-02-25  3:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-02-25 03:24 -------
Just checked in a fix.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14285


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-25  3:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-25  2:00 [Bug bootstrap/14285] New: [tree-ssa] current_function_needs_context is not declared kazu at cs dot umass dot edu
2004-02-25  2:21 ` [Bug bootstrap/14285] " kazu at cs dot umass dot edu
2004-02-25  2:34 ` [Bug target/14285] " pinskia at gcc dot gnu dot org
2004-02-25  3:23 ` cvs-commit at gcc dot gnu dot org
2004-02-25  3:24 ` kazu at cs dot umass dot edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).