[Bug tree-optimization/45552] [graphite] ICE in sese_loop_depth, at sese.h:172

2010-12-23 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45552 --- Comment #6 from Sebastian Pop 2010-12-23 18:52:08 UTC --- Author: spop Date: Thu Dec 23 18:52:04 2010 New Revision: 168213 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168213 Log: Fix PR45552: backport fix for PR45758 to 4.5 branch.

[Bug tree-optimization/45552] [graphite] ICE in sese_loop_depth, at sese.h:172

2010-12-17 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45552 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/45552] [graphite] ICE in sese_loop_depth, at sese.h:172

2010-12-14 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45552 --- Comment #4 from Sebastian Pop 2010-12-14 19:18:56 UTC --- Reduced testcase: typedef struct { double z; } Vector; typedef struct { float *vertex; float *normal; } VertexArray; typedef struct { Vector *vertex; int num_vertex; } Objec

[Bug tree-optimization/45552] [graphite] ICE in sese_loop_depth, at sese.h:172

2010-12-14 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45552 --- Comment #3 from Sebastian Pop 2010-12-14 17:24:39 UTC --- I can see a different error than what reported: glcells.c:846:12: internal compiler error: in chrec_component_in_loop_num, at tree-chrec.c:758 I'm reducing the testcase using delta.

[Bug tree-optimization/45552] [graphite] ICE in sese_loop_depth, at sese.h:172

2010-12-14 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45552 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/45552] [graphite] ICE in sese_loop_depth, at sese.h:172

2010-09-05 Thread tolkiendili at gmail dot com
--- Comment #1 from tolkiendili at gmail dot com 2010-09-06 04:36 --- Created an attachment (id=21708) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21708&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45552