public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/48335] New: [4.6/4.7 Regression] ICE in convert_move
@ 2011-03-29 14:24 jakub at gcc dot gnu.org
  2011-03-29 14:25 ` [Bug ada/48335] " jakub at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-29 14:24 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6/4.7 Regression] ICE in convert_move
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org


/* { dg-do compile } */
/* { dg-options "-O2 -fno-tree-sra -msse2" } */

#include <emmintrin.h>

struct S
{
  _Complex double d __attribute__((aligned (16)));
};

void bar (struct S);

void
foo (__m128d x, struct S y)
{
  struct S s;
  _mm_store_pd ((double *) &s.d, x);
  __real__ s.d *= 7.0;
  bar (s);
}

ICEs in convert_move, starting with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161655


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

end of thread, other threads:[~2021-05-05 13:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-29 14:24 [Bug ada/48335] New: [4.6/4.7 Regression] ICE in convert_move jakub at gcc dot gnu.org
2011-03-29 14:25 ` [Bug ada/48335] " jakub at gcc dot gnu.org
2011-03-29 15:12 ` jakub at gcc dot gnu.org
2011-03-29 15:23 ` jakub at gcc dot gnu.org
2011-03-29 16:08 ` [Bug middle-end/48335] " jakub at gcc dot gnu.org
2011-03-30  9:07 ` jakub at gcc dot gnu.org
2011-03-30 10:05 ` jakub at gcc dot gnu.org
2011-03-30 10:47 ` rguenth at gcc dot gnu.org
2011-03-30 12:36 ` jakub at gcc dot gnu.org
2011-04-01 21:13 ` jakub at gcc dot gnu.org
2011-04-06 20:39 ` jakub at gcc dot gnu.org
2011-04-06 20:41 ` jakub at gcc dot gnu.org
2011-04-07 13:30 ` yufeng at gcc dot gnu.org
2021-05-05 13:26 ` rguenth at gcc dot gnu.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).