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 gcov-profile/78582] [7 Regression] ICE in walk_stmt_load_store_addr_ops with -fprofile-generate


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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Nov 29 13:20:00 2016
New Revision: 242958

URL: https://gcc.gnu.org/viewcvs?rev=242958&root=gcc&view=rev
Log:
Make one extra BB to prevent PHI argument clash (PR

        PR gcov-profile/78582
        * gcc.dg/pr78582.c: New test.
        PR gcov-profile/78582
        * tree-profile.c (gimple_gen_time_profiler): Make one extra BB
        to prevent PHI argument clash.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-profile.c

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