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/83320] Mismatched free() / delete / delete [] in gimple-loop-interchange.cc:948


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

--- Comment #3 from amker at gcc dot gnu.org ---
Author: amker
Date: Mon Dec 11 10:47:53 2017
New Revision: 255539

URL: https://gcc.gnu.org/viewcvs?rev=255539&root=gcc&view=rev
Log:
        PR tree-optimization/83320
        * gimple-loop-interchange.cc (free_data_refs_with_aux): Use delete.
        (prune_datarefs_not_in_loop): Ditto.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-loop-interchange.cc

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