public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47665] New: [4.6 Regression] ICE in trunc_int_for_mode
@ 2011-02-09 16:21 jakub at gcc dot gnu.org
  2011-02-09 16:22 ` [Bug target/47665] " jakub at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-09 16:21 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] ICE in trunc_int_for_mode
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
            Target: i686-linux


#include <emmintrin.h>

__m128d
foo (double *x, __m128i y)
{
  return _mm_load_pd (x + _mm_cvtsi128_si32 (_mm_srli_si128 (_mm_slli_epi32 (y,
2), 0)));
}

ICEs on i686-linux with -O2 -m32 -msse2, starting in between r166288 and
r166429.


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

end of thread, other threads:[~2011-02-11 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-09 16:21 [Bug target/47665] New: [4.6 Regression] ICE in trunc_int_for_mode jakub at gcc dot gnu.org
2011-02-09 16:22 ` [Bug target/47665] " jakub at gcc dot gnu.org
2011-02-09 16:29 ` rguenth at gcc dot gnu.org
2011-02-09 17:36 ` jakub at gcc dot gnu.org
2011-02-10 11:17 ` jakub at gcc dot gnu.org
2011-02-10 11:24 ` jakub at gcc dot gnu.org
2011-02-11 14:24 ` jakub 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).