public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/38240]  New: Vector type definitions not compatible with attribute target
@ 2008-11-23 18:57 rth at gcc dot gnu dot org
  2008-11-23 18:58 ` [Bug middle-end/38240] " rth at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rth at gcc dot gnu dot org @ 2008-11-23 18:57 UTC (permalink / raw)
  To: gcc-bugs

The attached test case segfaults because the definition of V 
would differ with and without -msse.  Without, we would use
vector emulation and the type has BLKmode; with, we would 
have native instructions and the type has V4SFmode.

Vector types probably need a functional query for TYPE_MODE,
so that we get different modes based on the target flags for
the current function.


-- 
           Summary: Vector type definitions not compatible with attribute
                    target
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rth at gcc dot gnu dot org
GCC target triplet: i386-*


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


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

end of thread, other threads:[~2008-12-26 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-23 18:57 [Bug middle-end/38240] New: Vector type definitions not compatible with attribute target rth at gcc dot gnu dot org
2008-11-23 18:58 ` [Bug middle-end/38240] " rth at gcc dot gnu dot org
2008-11-23 18:59 ` rth at gcc dot gnu dot org
2008-12-08 17:15 ` rth at gcc dot gnu dot org
2008-12-26 22:28 ` reichelt 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).