public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/17761] New: sh-elf doesn't build after merge from edge-vector-branch
@ 2004-09-30 22:01 geoffk at gcc dot gnu dot org
  2004-09-30 22:01 ` [Bug bootstrap/17761] " geoffk at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-09-30 22:01 UTC (permalink / raw)
  To: gcc-bugs

configure --target=sh-elf && make all-gcc

produces:

/Network/Servers/hills/Volumes/capanna/gkeating/co/gcc-1/gcc/gcc/lcm.c: In function 
'optimize_mode_switching':
/Network/Servers/hills/Volumes/capanna/gkeating/co/gcc-1/gcc/gcc/lcm.c:1028: error: 'struct 
basic_block_def' has no member named 'succ'
/Network/Servers/hills/Volumes/capanna/gkeating/co/gcc-1/gcc/gcc/lcm.c:1032: error: 'struct 
basic_block_def' has no member named 'pred'
/Network/Servers/hills/Volumes/capanna/gkeating/co/gcc-1/gcc/gcc/lcm.c:1032: warning: value 
computed is not used
/Network/Servers/hills/Volumes/capanna/gkeating/co/gcc-1/gcc/gcc/lcm.c:1032: error: 'struct 
edge_def' has no member named 'pred_next'

-- 
           Summary: sh-elf doesn't build after merge from edge-vector-branch
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: geoffk at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-darwin
  GCC host triplet: powerpc-darwin
GCC target triplet: sh-elf


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


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

* [Bug bootstrap/17761] sh-elf doesn't build after merge from edge-vector-branch
  2004-09-30 22:01 [Bug bootstrap/17761] New: sh-elf doesn't build after merge from edge-vector-branch geoffk at gcc dot gnu dot org
@ 2004-09-30 22:01 ` geoffk at gcc dot gnu dot org
  2004-09-30 22:06 ` [Bug bootstrap/17761] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-09-30 22:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bje at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-30 22:01:50
               date|                            |


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


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

* [Bug bootstrap/17761] [4.0 Regression] sh-elf doesn't build after merge from edge-vector-branch
  2004-09-30 22:01 [Bug bootstrap/17761] New: sh-elf doesn't build after merge from edge-vector-branch geoffk at gcc dot gnu dot org
  2004-09-30 22:01 ` [Bug bootstrap/17761] " geoffk at gcc dot gnu dot org
@ 2004-09-30 22:06 ` pinskia at gcc dot gnu dot org
  2004-09-30 23:40 ` cvs-commit at gcc dot gnu dot org
  2004-09-30 23:42 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 22:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 22:06 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02993.html> and already approved.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
            Summary|sh-elf doesn't build after  |[4.0 Regression] sh-elf
                   |merge from edge-vector-     |doesn't build after merge
                   |branch                      |from edge-vector-branch
   Target Milestone|---                         |4.0.0


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


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

* [Bug bootstrap/17761] [4.0 Regression] sh-elf doesn't build after merge from edge-vector-branch
  2004-09-30 22:01 [Bug bootstrap/17761] New: sh-elf doesn't build after merge from edge-vector-branch geoffk at gcc dot gnu dot org
  2004-09-30 22:01 ` [Bug bootstrap/17761] " geoffk at gcc dot gnu dot org
  2004-09-30 22:06 ` [Bug bootstrap/17761] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-09-30 23:40 ` cvs-commit at gcc dot gnu dot org
  2004-09-30 23:42 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-30 23:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-30 23:40 -------
Subject: Bug 17761

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bje@gcc.gnu.org	2004-09-30 23:40:16

Modified files:
	gcc            : ChangeLog lcm.c 

Log message:
	PR bootstrap/17761
	* lcm.c (optimize_mode_switching): Update to use EDGE_SUCC and
	FOR_EACH_EDGE macros.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5701&r2=2.5702
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/lcm.c.diff?cvsroot=gcc&r1=1.66&r2=1.67



-- 


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


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

* [Bug bootstrap/17761] [4.0 Regression] sh-elf doesn't build after merge from edge-vector-branch
  2004-09-30 22:01 [Bug bootstrap/17761] New: sh-elf doesn't build after merge from edge-vector-branch geoffk at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-09-30 23:40 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-30 23:42 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 23:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 23:42 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-09-30 23:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-30 22:01 [Bug bootstrap/17761] New: sh-elf doesn't build after merge from edge-vector-branch geoffk at gcc dot gnu dot org
2004-09-30 22:01 ` [Bug bootstrap/17761] " geoffk at gcc dot gnu dot org
2004-09-30 22:06 ` [Bug bootstrap/17761] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-09-30 23:40 ` cvs-commit at gcc dot gnu dot org
2004-09-30 23:42 ` pinskia at gcc dot gnu dot org

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