public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/43188]  New: [4.5 Regression] "error: alignment of array elements is greater than element size"
@ 2010-02-26  6:49 d dot g dot gorbachev at gmail dot com
  2010-02-26 10:06 ` [Bug tree-optimization/43188] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-02-26  6:49 UTC (permalink / raw)
  To: gcc-bugs

$ cat pr43188.c
int *__attribute__((__aligned__(16))) *p;

int main (void)
{
  return **p;
}

$ gcc -O3 -march=pentium3 pr43188.c
pr43188.c: In function 'main':
pr43188.c:3:5: error: alignment of array elements is greater than element size


-- 
           Summary: [4.5 Regression] "error: alignment of array elements is
                    greater than element size"
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: d dot g dot gorbachev at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2010-03-13 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-26  6:49 [Bug tree-optimization/43188] New: [4.5 Regression] "error: alignment of array elements is greater than element size" d dot g dot gorbachev at gmail dot com
2010-02-26 10:06 ` [Bug tree-optimization/43188] " rguenth at gcc dot gnu dot org
2010-02-26 10:06 ` rguenth at gcc dot gnu dot org
2010-02-26 13:35 ` rguenth at gcc dot gnu dot org
2010-02-26 13:35 ` rguenth at gcc dot gnu dot org
2010-03-13 17:02 ` hjl 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).