public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/6735: sse V4SF alignment not distributed to structs
@ 2002-06-16 13:46 hubicka
  0 siblings, 0 replies; 2+ messages in thread
From: hubicka @ 2002-06-16 13:46 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, wesslen

Synopsis: sse V4SF alignment not distributed to structs

State-Changed-From-To: open->closed
State-Changed-By: hubicka
State-Changed-When: Sun Jun 16 13:24:11 2002
State-Changed-Why:
    Should be fixed by the ADJUST_FIELD_ALIGN patch

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6735


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

* target/6735: sse V4SF alignment not distributed to structs
@ 2002-05-20  5:46 wesslen
  0 siblings, 0 replies; 2+ messages in thread
From: wesslen @ 2002-05-20  5:46 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]


>Number:         6735
>Category:       target
>Synopsis:       sse V4SF alignment not distributed to structs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon May 20 05:46:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Wesslén
>Release:        gcc version 3.1
>Organization:
>Environment:
Cygwin 1.3.9/Windows XP
Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.1/specs
Configured with: /usr/src/gcc/gcc-3.1/configure 
Thread model: single
gcc version 3.1
>Description:
Alignment from vectorized types is not distributed to aggregate types.
>How-To-Repeat:
Compile with g++ -march=pentium4

#include <iostream>

typedef int v4sf __attribute__((__mode__(V4SF)));

struct misaligned {
        v4sf a;
};

int main()
{
        std::cout << __alignof__(v4sf) << std::endl; // 16
        std::cout << __alignof__(misaligned) << std::endl; // 8
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-06-16 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-16 13:46 target/6735: sse V4SF alignment not distributed to structs hubicka
  -- strict thread matches above, loose matches on Subject: below --
2002-05-20  5:46 wesslen

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