public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/36966]  New: arm iwmmxt builtin problem
@ 2008-07-29 18:20 eliot at sonic dot net
  2009-05-13 12:35 ` [Bug target/36966] " ramana at gcc dot gnu dot org
  0 siblings, 1 reply; 4+ messages in thread
From: eliot at sonic dot net @ 2008-07-29 18:20 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-22 12:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-36966-4@http.gcc.gnu.org/bugzilla/>
2011-07-14 21:19 ` [Bug target/36966] arm iwmmxt builtin problem mattst88 at gmail dot com
2011-10-01 15:28 ` mattst88 at gmail dot com
2013-02-22 12:41 ` nickc at gcc dot gnu.org
2008-07-29 18:20 [Bug c/36966] New: " eliot at sonic dot net
2009-05-13 12:35 ` [Bug target/36966] " ramana at gcc dot gnu dot org

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).