[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 Andrew Pinski changed: What|Removed |Added CC||ebuddington at wesleyan dot edu --- Comm

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-11 Thread franxisco1988+gcc at gmail dot com
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

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-11 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-11 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 --- Comment #7 from uros at gcc dot gnu.org 2013-02-11 17:30:06 UTC --- Author: uros Date: Mon Feb 11 17:29:53 2013 New Revision: 195947 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195947 Log: Backport from mainline 2

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-11 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 --- Comment #6 from uros at gcc dot gnu.org 2013-02-11 17:27:39 UTC --- Author: uros Date: Mon Feb 11 17:27:30 2013 New Revision: 195946 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195946 Log: Backport from mainline 2

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-11 Thread franxisco1988+gcc at gmail dot com
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.

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-11 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 --- Comment #4 from uros at gcc dot gnu.org 2013-02-11 16:05:51 UTC --- Author: uros Date: Mon Feb 11 16:05:44 2013 New Revision: 195944 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195944 Log: PR rtl-optimization/56275

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-10 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 Uros Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassi

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-10 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 --- Comment #2 from Uros Bizjak 2013-02-10 16:15:13 UTC --- More reduced testcase --cut here-- typedef long long v2tw __attribute__ ((vector_size (2 * sizeof (long long; void tiger_block_v2 (long long in1, v2tw *res) { v2tw i1

[Bug rtl-optimization/56275] ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code.

2013-02-10 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|