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 target/80671] config/aarch64/cortex-a57-fma-steering.c:416: bad statement order ?


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

--- Comment #3 from Wilco <wilco at gcc dot gnu.org> ---
Author: wilco
Date: Thu May 25 15:10:01 2017
New Revision: 248461

URL: https://gcc.gnu.org/viewcvs?rev=248461&root=gcc&view=rev
Log:
Move an use-after-free access before the delete.

        Backport from mainline
        PR target/80671
        * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
        Move member access before delete.

Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/aarch64/cortex-a57-fma-steering.c

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