public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/58137] New: [trunk, ICE] full unroll + AVX2 vectorization
@ 2013-08-12 13:33 kirill.yukhin at intel dot com
  2013-08-12 13:35 ` [Bug tree-optimization/58137] " kirill.yukhin at intel dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: kirill.yukhin at intel dot com @ 2013-08-12 13:33 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58137
           Summary: [trunk, ICE] full unroll + AVX2 vectorization
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kirill.yukhin at intel dot com

Created attachment 30635
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30635&action=edit
Reproducer

Hello attached test produces ICE, when compiled as
$ gcc -S -O3 1.c -mavx2

It seems that full unroll or copyprop (or whatever) introduces something wrong.

1.c: In function 'more_xrv':
1.c:23:1: error: type mismatch in pointer plus expression
 more_xrv(void)
 ^
struct XRV *

struct XRV *

struct XRV *

vect_vec_iv_.15_88 = vect_cst_.13_60 + { 64B, 64B, 64B, 64B };
1.c:23:1: error: type mismatch in pointer plus expression
struct XRV *

struct XRV *

struct XRV *

...


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

end of thread, other threads:[~2013-12-06 12:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-12 13:33 [Bug tree-optimization/58137] New: [trunk, ICE] full unroll + AVX2 vectorization kirill.yukhin at intel dot com
2013-08-12 13:35 ` [Bug tree-optimization/58137] " kirill.yukhin at intel dot com
2013-08-12 19:58 ` bernd.edlinger at hotmail dot de
2013-08-12 23:54 ` bernd.edlinger at hotmail dot de
2013-08-13 10:53 ` kirill.yukhin at intel dot com
2013-08-20 11:03 ` bernd.edlinger at hotmail dot de
2013-09-05 12:45 ` rguenth at gcc dot gnu.org
2013-09-05 12:59 ` rguenth at gcc dot gnu.org
2013-12-06 12:39 ` rguenth at gcc dot gnu.org
2013-12-06 12:40 ` 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).