public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE
@ 2004-02-03  6:04 kazu at cs dot umass dot edu
  2004-02-03  6:12 ` [Bug bootstrap/13990] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-02-03  6:04 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00908.html

introduced gen_rtx (NE, HImode)

which I replaced with gen_rtx_NE (HImode) with

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

-- 
           Summary: build fails because of wrong use of gen_rtx_NE
           Product: gcc
           Version: 3.5.0
            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 host triplet: i686-pc-linux-gnu
GCC target triplet: m68hc11-elf


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


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

* [Bug bootstrap/13990] build fails because of wrong use of gen_rtx_NE
  2004-02-03  6:04 [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE kazu at cs dot umass dot edu
@ 2004-02-03  6:12 ` pinskia at gcc dot gnu dot org
  2004-02-03  7:31 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-03  6:12 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ciceron at gcc dot gnu dot
                   |                            |org


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


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

* [Bug bootstrap/13990] build fails because of wrong use of gen_rtx_NE
  2004-02-03  6:04 [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE kazu at cs dot umass dot edu
  2004-02-03  6:12 ` [Bug bootstrap/13990] " pinskia at gcc dot gnu dot org
@ 2004-02-03  7:31 ` pinskia at gcc dot gnu dot org
  2004-02-07 16:45 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-03  7:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


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


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

* [Bug bootstrap/13990] build fails because of wrong use of gen_rtx_NE
  2004-02-03  6:04 [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE kazu at cs dot umass dot edu
  2004-02-03  6:12 ` [Bug bootstrap/13990] " pinskia at gcc dot gnu dot org
  2004-02-03  7:31 ` pinskia at gcc dot gnu dot org
@ 2004-02-07 16:45 ` cvs-commit at gcc dot gnu dot org
  2004-02-07 17:04 ` ciceron at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-07 16:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-07 16:45 -------
Subject: Bug 13990

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ciceron@gcc.gnu.org	2004-02-07 16:45:12

Modified files:
	gcc            : ChangeLog 
	gcc/config/m68hc11: m68hc11.md 

Log message:
	PR bootstrap/13990
	* config/m68hc11/m68hc11.md ("doloop_end"): Pass dummy arguments to
	gen_rtx_NE.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.2699&r2=2.2700
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m68hc11/m68hc11.md.diff?cvsroot=gcc&r1=1.56&r2=1.57



-- 


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


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

* [Bug bootstrap/13990] build fails because of wrong use of gen_rtx_NE
  2004-02-03  6:04 [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE kazu at cs dot umass dot edu
                   ` (2 preceding siblings ...)
  2004-02-07 16:45 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-07 17:04 ` ciceron at gcc dot gnu dot org
  2004-02-07 17:07 ` ciceron at gcc dot gnu dot org
  2004-02-07 17:30 ` kazu at cs dot umass dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: ciceron at gcc dot gnu dot org @ 2004-02-07 17:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ciceron at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug bootstrap/13990] build fails because of wrong use of gen_rtx_NE
  2004-02-03  6:04 [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE kazu at cs dot umass dot edu
                   ` (3 preceding siblings ...)
  2004-02-07 17:04 ` ciceron at gcc dot gnu dot org
@ 2004-02-07 17:07 ` ciceron at gcc dot gnu dot org
  2004-02-07 17:30 ` kazu at cs dot umass dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: ciceron at gcc dot gnu dot org @ 2004-02-07 17:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ciceron at gcc dot gnu dot org  2004-02-07 17:06 -------
Fixed and verified. Full build for --target=m6811-elf --enable-languages=c,c++,ada

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


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


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

* [Bug bootstrap/13990] build fails because of wrong use of gen_rtx_NE
  2004-02-03  6:04 [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE kazu at cs dot umass dot edu
                   ` (4 preceding siblings ...)
  2004-02-07 17:07 ` ciceron at gcc dot gnu dot org
@ 2004-02-07 17:30 ` kazu at cs dot umass dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-02-07 17:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-02-07 17:30 -------
Thanks!


-- 


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


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

end of thread, other threads:[~2004-02-07 17:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-03  6:04 [Bug bootstrap/13990] New: build fails because of wrong use of gen_rtx_NE kazu at cs dot umass dot edu
2004-02-03  6:12 ` [Bug bootstrap/13990] " pinskia at gcc dot gnu dot org
2004-02-03  7:31 ` pinskia at gcc dot gnu dot org
2004-02-07 16:45 ` cvs-commit at gcc dot gnu dot org
2004-02-07 17:04 ` ciceron at gcc dot gnu dot org
2004-02-07 17:07 ` ciceron at gcc dot gnu dot org
2004-02-07 17:30 ` 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).