public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gbeauchesne at mandrakesoft dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/11674] New: [3.4/3.3-hammer regression] ICE in emit_move_insn, at expr.c:3207
Date: Fri, 25 Jul 2003 14:51:00 -0000	[thread overview]
Message-ID: <20030725145101.11674.gbeauchesne@mandrakesoft.com> (raw)

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.4/3.3-hammer regression] ICE in emit_move_insn, at
                    expr.c:3207
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gbeauchesne at mandrakesoft dot com
                CC: gcc-bugs at gcc dot gnu dot org,jh at suse dot cz
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

Hi, the following testcase (extracted from Mesa sources) fails to compile on
current 3.3-hammer and 3.4 (20030723) with "-O -march=pentium3 -mfpmath=sse".
This is a regression from plain 3.3-branch.

/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O -march=pentium3 -mfpmath=sse" } */

static void f ()
{
  unsigned ui[2];
  int i;
  i = (float)ui[0];
}

[gb@hp6 gcc]$ ./cc1 --version
GNU C version 3.4 20030723 (experimental) (i686-pc-linux-gnu)

[gb@hp6 gcc]$ ./cc1 -O -march=pentium3 -mfpmath=sse ~/vrac/i386-ssefp-3.c
 f
/home/gb/vrac/i386-ssefp-3.c: In function `f':
/home/gb/vrac/i386-ssefp-3.c:8: internal compiler error: in emit_move_insn, at
expr.c:3207
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


             reply	other threads:[~2003-07-25 14:51 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-25 14:51 gbeauchesne at mandrakesoft dot com [this message]
2003-07-25 14:54 ` [Bug target/11674] " pinskia at physics dot uc dot edu
2003-07-25 14:55 ` pinskia at physics dot uc dot edu
2003-07-25 14:57 ` [Bug target/11674] [3.3/3.4 " bangerth at dealii dot org
2003-07-25 15:04 ` [Bug target/11674] [3.4/3.3-hammer " pinskia at physics dot uc dot edu
2003-07-25 15:06 ` gbeauchesne at mandrakesoft dot com
2003-07-25 15:15 ` bangerth at dealii dot org
2003-07-25 23:08 ` janis187 at us dot ibm dot com
2003-09-17 15:25 ` rakdver at gcc dot gnu dot org
2003-09-18 17:06 ` [Bug target/11674] [3.3-hammer " pinskia at gcc dot gnu dot org
2003-10-26 23:03 ` pinskia at gcc dot gnu dot org
2003-12-18 11:47 ` pinskia at gcc dot gnu dot org
2004-01-03 21:19 ` cvs-commit at gcc dot gnu dot org
2004-01-03 21:20 ` hubicka at gcc dot gnu dot org

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=20030725145101.11674.gbeauchesne@mandrakesoft.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).