[Bug rtl-optimization/85431] UBSAN: ../../gcc/dse.c:303:15: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85431 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Mon Jun 25 17:48:47 2018 New Revision: 262097 URL: https://gcc.gnu.org/viewcvs?rev=262097=gcc=rev Log: Backported from mainline 2018-04-17 Jakub Jelinek PR

[Bug rtl-optimization/85431] UBSAN: ../../gcc/dse.c:303:15: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2018-06-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85431 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Jun 22 21:11:28 2018 New Revision: 261955 URL: https://gcc.gnu.org/viewcvs?rev=261955=gcc=rev Log: Backported from mainline 2018-04-17 Jakub Jelinek PR

[Bug rtl-optimization/85431] UBSAN: ../../gcc/dse.c:303:15: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2018-04-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85431 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Tue Apr 17 21:38:45 2018 New Revision: 259448 URL: https://gcc.gnu.org/viewcvs?rev=259448=gcc=rev Log: PR rtl-optimization/85431 * dse.c (record_store): Ignore zero width

[Bug rtl-optimization/85431] UBSAN: ../../gcc/dse.c:303:15: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2018-04-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85431 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/85431] UBSAN: ../../gcc/dse.c:303:15: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2018-04-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85431 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug rtl-optimization/85431] UBSAN: ../../gcc/dse.c:303:15: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2018-04-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85431 Martin Liška changed: What|Removed |Added Version|unknown |8.0.1 Blocks|