This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/81442] error: verify_flow_info: REG_BR_PROB is set but cfg probability is not during RTL pass: outof_cfglayout
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 14 Jul 2017 09:43:41 +0000
- Subject: [Bug gcov-profile/81442] error: verify_flow_info: REG_BR_PROB is set but cfg probability is not during RTL pass: outof_cfglayout
- Auto-submitted: auto-generated
- References: <bug-81442-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81442
--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 41758
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41758&action=edit
Tentative patch
I'm not sure how this is supposed to be fixed.
But this is a point fix that at least allows lto1 to finish. I'm currently
testing if that also makes the test-case pass.