[Bug ipa/64694] [5 Regression] FAIL: 23_containers/unordered_set/insert/hash_policy.cc
hubicka at ucw dot cz
gcc-bugzilla@gcc.gnu.org
Thu Jan 22 18:44:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64694
--- Comment #5 from Jan Hubicka <hubicka at ucw dot cz> ---
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64694
>
> --- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
> r219076 introduced:
>
> if (current_badness != badness)
> {
> if (edge_heap.min () && badness > edge_heap.min_key ())
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Does it look right?
This is a thinko, indeed. I am testing a fix, but I doubdt this can affect
correctness
of a testcase. I see it does inlining, but why it depends on inline decisions?
Honza
> {
> edge->aux = edge_heap.insert (current_badness, edge);
> continue;
> }
> else
> badness = current_badness;
> }
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
More information about the Gcc-bugs
mailing list