public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "eliot at sonic dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/36966]  New: arm iwmmxt builtin problem
Date: Tue, 29 Jul 2008 18:20:00 -0000	[thread overview]
Message-ID: <bug-36966-11164@http.gcc.gnu.org/bugzilla/> (raw)

Compiler barfs on this code compiled -march=iwmmxt

typedef short vs __attribute__ ((vector_size (8)));

void foo (vs * a)
{
  a[0] = __builtin_arm_wsllhi (a[0], 1);
}

gcc -v output

Using built-in specs.
Target: arm-iwmmxt-elf
Configured with: /home/eliot/mu/build/../gcc/configure --target=arm-iwmmxt-elf
--libdir=/home/eliot/mu/build/tools/lib --prefix=/home/eliot/mu/build/tools
--disable-nls --disable-multilib --disable-libmudflap --disable-libssp
--disable-shared --enable-languages=c --enable-threads=single
--with-arch=iwmmxt --with-abi=iwmmxt
Thread model: single
gcc version 4.3.1 (GCC)


-- 
           Summary: arm iwmmxt builtin problem
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eliot at sonic dot net
  GCC host triplet: x86_64-linux
GCC target triplet: arm-elf


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


             reply	other threads:[~2008-07-29 18:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-29 18:20 eliot at sonic dot net [this message]
2008-07-29 18:21 ` [Bug c/36966] " eliot at sonic dot net
2009-05-13 12:35 ` [Bug target/36966] " ramana 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=bug-36966-11164@http.gcc.gnu.org/bugzilla/ \
    --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).