public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: nickc@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: bootstrap/6172: [fr30-elf] does not build
Date: Thu, 05 Dec 2002 10:36:00 -0000	[thread overview]
Message-ID: <20021205183602.18183.qmail@sources.redhat.com> (raw)

The following reply was made to PR bootstrap/6172; it has been noted by GNATS.

From: Nick Clifton <nickc@redhat.com>
To: joel@gcc.gnu.org
Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, hp@bitrange.com,
   gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/6172: [fr30-elf] does not build
Date: 05 Dec 2002 19:34:30 +0000

 Hi Joel,
 
 > Synopsis: [fr30-elf] does not build
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: joel
 > State-Changed-When: Thu Dec  5 07:23:15 2002
 > State-Changed-Why:
 >     still applies to 3.2.1
 
 
 The patch below fixes this problem.
 
 Cheers
         Nick
 
 2002-12-05  Nick Clifton  <nickc@redhat.com>
 
 	* config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Check for frame
 	pointer and arg pointer by examining the register number.
 
 Index: gcc/config/fr30/fr30.h
 ===================================================================
 RCS file: /cvs/gcc/gcc/gcc/config/fr30/fr30.h,v
 retrieving revision 1.28
 diff -c -3 -p -w -r1.28 fr30.h
 *** gcc/config/fr30/fr30.h	20 Feb 2002 18:31:17 -0000	1.28
 --- gcc/config/fr30/fr30.h	5 Dec 2002 18:15:50 -0000
 *************** do										\
 *** 1085,1092 ****
   	goto LABEL;							\
         if (GET_CODE (X) == PLUS						\
   	  && ((MODE) == SImode || (MODE) == SFmode)			\
 ! 	  && (XEXP (X, 0) == frame_pointer_rtx				\
 ! 	      || XEXP(X,0) == arg_pointer_rtx)				\
   	  && GET_CODE (XEXP (X, 1)) == CONST_INT			\
   	  && IN_RANGE (INTVAL (XEXP (X, 1)), -(1 << 9), (1 <<  9) - 4))	\
           goto LABEL;							\
 --- 1085,1093 ----
   	goto LABEL;							\
         if (GET_CODE (X) == PLUS						\
   	  && ((MODE) == SImode || (MODE) == SFmode)			\
 ! 	  && GET_CODE (XEXP (X, 0)) == REG 				\
 !           && (REGNO (XEXP (X, 0)) == FRAME_POINTER_REGNUM 		\
 !            || REGNO (XEXP (X, 0)) == ARG_POINTER_REGNUM) 		\
   	  && GET_CODE (XEXP (X, 1)) == CONST_INT			\
   	  && IN_RANGE (INTVAL (XEXP (X, 1)), -(1 << 9), (1 <<  9) - 4))	\
           goto LABEL;							\
 
 


             reply	other threads:[~2002-12-05 18:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-05 10:36 Nick Clifton [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-12-11 16:36 Joel Sherrill
2002-12-11 16:26 Hans-Peter Nilsson
2002-12-11 16:16 Joel Sherrill
2002-12-09  9:56 Hans-Peter Nilsson
2002-12-08 21:12 hp
2002-12-05  7:23 joel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021205183602.18183.qmail@sources.redhat.com \
    --to=nickc@redhat.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nickc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).