[Bug tree-optimization/82059] [8 Regression] ICE in dump_profile, at gimple-pretty-print.c:89
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 1 13:03:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82059
--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Sep 1 13:02:37 2017
New Revision: 251591
URL: https://gcc.gnu.org/viewcvs?rev=251591&root=gcc&view=rev
Log:
Fix profile update in tree-ssa-isolate-paths.c (PR tree-optimization/82059).
2017-09-01 Martin Liska <mliska@suse.cz>
PR tree-optimization/82059
* gimple-ssa-isolate-paths.c (isolate_path): Add profile and
frequency only when an edge is redirected.
2017-09-01 Martin Liska <mliska@suse.cz>
PR tree-optimization/82059
* gcc.dg/tree-ssa/pr82059.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/tree-ssa/pr82059.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimple-ssa-isolate-paths.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list