public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jivera at flame dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/12678] New: ICE on large vector arguments to a function
Date: Sun, 19 Oct 2003 07:20:00 -0000	[thread overview]
Message-ID: <20031019071936.12678.jivera@flame.org> (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=12678

           Summary: ICE on large vector arguments to a function
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jivera at flame dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin

$ cat mmx.c

typedef int v16si __attribute__ ((mode(V16QI)));

v16si
func (v16si a, v16si b)
{
  return a + b;
}


$ gcc -c -o mmx.o mmx.c
mmx.c: In function `func':
mmx.c:8: internal compiler error: in ix86_function_arg_boundary, at
config/i386/i386.c:2458
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

$ gcc -c -o mmx.o mmx.c -march=athlon-xp
mmx.c: In function `func':
mmx.c:8: error: insn does not satisfy its constraints:
(insn 44 29 33 0 (set (reg:SI 21 exmm0)
        (reg:SI 0 eax)) 38 {*movsi_1} (nil)
    (nil))
mmx.c:8: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090
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-10-19  7:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-19  7:20 jivera at flame dot org [this message]
2003-10-19  7:39 ` [Bug c/12678] " jivera at flame dot org
2003-10-19  7:43 ` [Bug target/12678] " pinskia at gcc dot gnu dot org
2005-01-14  2:58 ` pinskia 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=20031019071936.12678.jivera@flame.org \
    --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).