public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: target/10700: 3.2/3.3: ICE on alpha while building libquicktime
Date: Fri, 09 May 2003 17:06:00 -0000	[thread overview]
Message-ID: <20030509170601.9018.qmail@sources.redhat.com> (raw)

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

From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
To: rmurray@debian.org
Cc: gcc-gnats@gcc.gnu.org, 192576@bugs.debian.org
Subject: Re: target/10700: 3.2/3.3: ICE on alpha while building libquicktime
Date: 09 May 2003 19:00:32 +0200

 rmurray@debian.org writes:
 
 > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include/quicktime -O3 -funroll-all-loops -fomit-frame-pointer -finline-functions -W -Wall -Wno-unused -Winline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mot_est_mb.c -MT mot_est_mb.lo -MD -MP -MF .deps/mot_est_mb.TPlo  -fPIC -DPIC -o .libs/mot_est_mb.lo
 > mot_est_mb.c: In function `MBMotionEstimation':
 > mot_est_mb.c:614: internal compiler error: in copy_to_mode_reg, at explow.c:740
 > Please submit a full bug report,
 
 Here's a testcase.
 
 int SAD_Block(int *);
 void MBMotionEstimation(int *act_block, int block)
 {
     SAD_Block(act_block + (  (8 * (block == 1 || block == 3))
 			   + (8 * (block == 2 || block == 3))));
 }
 
 Still there in gcc 3.4 20030423.
 
 -- 
 	Falk


             reply	other threads:[~2003-05-09 17:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-09 17:06 Falk Hueffner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-10  0:56 Falk Hueffner
2003-05-09  8:27 rmurray

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=20030509170601.9018.qmail@sources.redhat.com \
    --to=falk.hueffner@student.uni-tuebingen.de \
    --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).