re PR rtl-optimization/85431 (UBSAN: ../../gcc/dse.c:303:15: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int')
PR rtl-optimization/85431 * dse.c (record_store): Ignore zero width stores. From-SVN: r259448
This commit is contained in:
parent
3f586095d5
commit
cbe679a486
@ -1,5 +1,8 @@
|
||||
2018-04-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR rtl-optimization/85431
|
||||
* dse.c (record_store): Ignore zero width stores.
|
||||
|
||||
PR sanitizer/85230
|
||||
* asan.c (handle_builtin_stack_restore): Adjust comment. Emit
|
||||
__asan_allocas_unpoison call and last_alloca_addr = new_sp before
|
||||
|
Loading…
Reference in New Issue
Block a user