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 driver/56469] The .gcno file being generated is not cleaned up after gcc exits with an error.


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

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Thu Jun 22 11:36:56 2017
New Revision: 249540

URL: https://gcc.gnu.org/viewcvs?rev=249540&root=gcc&view=rev
Log:
Backport r247371

2017-06-22  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-04-28  Martin Liska  <mliska@suse.cz>

        PR driver/56469
        * coverage.c (coverage_remove_note_file): New function.
        * coverage.h: Declare the function.
        * toplev.c (finalize): Clean if an error has been seen.

Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/coverage.c
    branches/gcc-7-branch/gcc/coverage.h
    branches/gcc-7-branch/gcc/toplev.c

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