[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

2018-01-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82517 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

2018-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82517 Martin Liška changed: What|Removed |Added Known to work||8.0 Known to fail|8.0

[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

2018-01-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82517 --- Comment #5 from Martin Liška --- Author: marxin Date: Tue Jan 9 11:47:26 2018 New Revision: 256378 URL: https://gcc.gnu.org/viewcvs?rev=256378=gcc=rev Log: Add gcc_assert about stack alignment (PR sanitizer/82517). 2018-01-09 Martin

[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

2017-11-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82517 Martin Liška changed: What|Removed |Added Known to work|8.0 | Known to fail|

[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

2017-10-29 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82517 --- Comment #3 from Jim Wilson --- Author: wilson Date: Mon Oct 30 01:57:59 2017 New Revision: 254211 URL: https://gcc.gnu.org/viewcvs?rev=254211=gcc=rev Log: Fix cygwin builds, broken by PR sanitizer/82517 fix. gcc/ *

[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

2017-10-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82517 Martin Liška changed: What|Removed |Added Known to work||8.0 Known to fail|

[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

2017-10-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82517 --- Comment #1 from Martin Liška --- Author: marxin Date: Thu Oct 19 07:50:48 2017 New Revision: 253879 URL: https://gcc.gnu.org/viewcvs?rev=253879=gcc=rev Log: Do not instrument use-after-scope for vars with large alignment (PR

[Bug sanitizer/82517] use-after-scope for a variable with big alignment causes a false positive

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