[Bug sanitizer/88619] [9 Regression] ICE in asan_emit_stack_protection, at asan.c:1574 since r266664

2019-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88619 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/88619] [9 Regression] ICE in asan_emit_stack_protection, at asan.c:1574 since r266664

2019-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88619 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Mon Jan 7 08:50:57 2019 New Revision: 267633 URL: https://gcc.gnu.org/viewcvs?rev=267633&root=gcc&view=rev Log: PR sanitizer/88619 * cfgexpand.c (expand_stack_vars): Only

[Bug sanitizer/88619] [9 Regression] ICE in asan_emit_stack_protection, at asan.c:1574 since r266664

2019-01-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88619 --- Comment #3 from Jakub Jelinek --- Created attachment 45324 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45324&action=edit gcc9-pr88619.patch Untested fix. make check-gcc check-c++-all RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} a

[Bug sanitizer/88619] [9 Regression] ICE in asan_emit_stack_protection, at asan.c:1574 since r266664

2019-01-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88619 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.0

[Bug sanitizer/88619] [9 Regression] ICE in asan_emit_stack_protection, at asan.c:1574 since r266664

2018-12-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88619 --- Comment #2 from Martin Liška --- Ok, so the problem was latent, for: $ cat /tmp/ice.i typedef int aligned __attribute__((aligned(64))); int main () { aligned b; int *p = &b; *(p - 1) = 123; __builtin_alloca(b); } if I apply followi

[Bug sanitizer/88619] [9 Regression] ICE in asan_emit_stack_protection, at asan.c:1574 since r266664

2018-12-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88619 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|