public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: target/5736: bootstraping CVS HEAD on powerpc fails in checked build
Date: Wed, 20 Feb 2002 10:06:00 -0000	[thread overview]
Message-ID: <20020220180603.1863.qmail@sources.redhat.com> (raw)

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

From: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
To: pthomas@suse.de
Cc: Aldy Hernandez <aldyh@redhat.com>,gcc-gnats@gcc.gnu.org,aj@suse.de,
 dje@watson.ibm.com
Subject: Re: target/5736: bootstraping CVS HEAD on powerpc fails in
  checked build
Date: Wed, 20 Feb 2002 18:56:29 +0100

 At 18:14 20.02.2002, pthomas@suse.de wrote:
 
 > >Number:         5736
 > >Category:       target
 > >Synopsis:       bootstraping CVS HEAD on powerpc fails in checked build
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    unassigned
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   net
 > >Arrival-Date:   Wed Feb 20 09:16:01 PST 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     pthomas@suse.de
 > >Release:        3.1 20020220
 > >Organization:
 > >Environment:
 >powerpc-suse-linux-gnu
 >
 >gcc configured with:
 >--enable-shared --with-system-zlib --enable-threads 
 >--host=powerpc-suse-linux-gnu --target=powerpc-suse-linux-gnu 
 >--build=powerpc-suse-linux-gnu --enable-checking=misc,tree,rtl,gc,gcac
 >Thread model: posix
 >
 > >Description:
 >Bootstrapping CVS HEAD with -O2 fails when compiling libgcc2, specifically 
 >_negdi2 with
 >cc1: RTL check: expected code `const_int', have `plus' in 
 >rs6000_legitimate_address, at config/rs6000/rs6000.c:2014
 
 Hmm, looking at the code I would think this line in LEGITIMATE_OFFSET_ADDRESS_P
 
    && (! ALTIVEC_VECTOR_MODE (MODE) || INTVAL (X) == 0)
 
 should actually read
 
    && (! ALTIVEC_VECTOR_MODE (MODE) || INTVAL (XEXP (X, 1)) == 0)
 
 ? Aldy?
 
 Maybe this even causes PR 5693?
 
 Franz.
 


             reply	other threads:[~2002-02-20 18:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-20 10:06 Franz Sirl [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-13 14:13 dje
2002-02-20 13:40 Graham Stott
2002-02-20 10:26 Alan Matsuoka
2002-02-20 10:06 Alan Matsuoka
2002-02-20 10:06 David Edelsohn
2002-02-20 10:06 David Edelsohn
2002-02-20  9:56 Graham Stott
2002-02-20  9:56 David Edelsohn
2002-02-20  9:26 pthomas

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=20020220180603.1863.qmail@sources.redhat.com \
    --to=franz.sirl-kernel@lauterbach.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@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).