This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/86287] [9 Regression] AddressSanitizer: heap-use-after-free on bootstrap with -O3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86287

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Tue Jun 26 06:42:46 2018
New Revision: 262132

URL: https://gcc.gnu.org/viewcvs?rev=262132&root=gcc&view=rev
Log:
2018-06-26  Richard Biener  <rguenther@suse.de>

        PR tree-optimization/86287
        PR bootstrap/86316
        * tree-vect-loop.c (vect_transform_loop_stmt): Fix read-after-free.
        (vect_analyze_loop): Initialize n_stmts.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-loop.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]