public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/47809] New: ICE in gimplify_expr, at gimplify.c:7291 [4.6]
@ 2011-02-18 18:55 svfuerst at gmail dot com
  2011-02-19 15:42 ` [Bug c/47809] [4.5/4.6 Regression] ICE in gimplify_expr, at gimplify.c:7291 ubizjak at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: svfuerst at gmail dot com @ 2011-02-18 18:55 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE in gimplify_expr, at gimplify.c:7291 [4.6]
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: svfuerst@gmail.com


gcc-4.6 --version 
gcc-4.6.real (Debian 4.6-20110216-1) 4.6.0 20110216 (experimental) [trunk
revision 170225]


gcc-4.6 test_ice.c -lm -o test_ice
test_ice.c: In function 'foo':
test_ice.c:8:4: internal compiler error: in gimplify_expr, at gimplify.c:7291


double pow(double, double);
typedef long long __m128i __attribute__ ((__vector_size__ (16),
__may_alias__));
typedef double __m128d __attribute__ ((__vector_size__ (16), __may_alias__));

__m128d foo(__m128d x)
{
    x *= (__m128d) {pow(1.0, 1.0), 0.0};

    return (__m128d) ((__m128i) x ^ (__m128i) {0, 0});
}


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

end of thread, other threads:[~2011-04-07 18:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-18 18:55 [Bug c/47809] New: ICE in gimplify_expr, at gimplify.c:7291 [4.6] svfuerst at gmail dot com
2011-02-19 15:42 ` [Bug c/47809] [4.5/4.6 Regression] ICE in gimplify_expr, at gimplify.c:7291 ubizjak at gmail dot com
2011-02-19 18:43 ` jakub at gcc dot gnu.org
2011-02-19 21:00 ` jakub at gcc dot gnu.org
2011-02-19 21:15 ` [Bug c/47809] [4.5 " jakub at gcc dot gnu.org
2011-03-08 13:29 ` rguenth at gcc dot gnu.org
2011-04-07 18:26 ` jakub at gcc dot gnu.org
2011-04-07 18:40 ` 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).