This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/79302] ICE in add_loop_constraints, at graphite-sese-to-poly.c:933 building 445.gobmk


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79302

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 40635
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40635&action=edit
autoreduced testcase

This one is probably because the region has an entry loop-header -> loop-block
and an exit loop-latch -> loop-header.  So its a loop without its header.

I suppose a backedge as region exit isn't very well handled...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]