http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
Bug #: 56275
Summary: ICE in simplify_subreg, at simplify-rtx.c:5261 with
vector code.
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
--- Comment #5 from klondike 2013-02-11
16:10:49 UTC ---
Thanks Uros, for now I'll disable the code for gcc <= 4.6.3 if SSE2 is not
available to prevent the crash on older distros.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
--- Comment #9 from klondike 2013-02-11
19:25:15 UTC ---
Thanks again Uros, it's amazing how fast you have fixed this :D
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50222
Bug #: 50222
Summary: ICE with -O{1,2} -funswitch-loops
-ftree-loop-distribution
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50222
--- Comment #1 from klondike 2011-08-28
22:08:56 UTC ---
Just for the record I can reproduce this with vanilla gcc:
# LANG="C" gcc -O2 -funswitch-loops -ftree-loop-distribution -I. -I.. -I../..
nutenc.c -include libavutil/internal.h -I ../../ -c