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: "tschwinge at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 17 Jul 2017 11:19:13 +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
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |openacc
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2017-07-17
CC| |tschwinge at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |vries at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Per my testing, this starts with r249888, "Enable checking of
profile_probability consistency".
Specifically, the ICE is seen for "-O2" testing of both
"libgomp.oacc-c/../libgomp.oacc-c-c++-common/reduction-5.c" and
"libgomp.oacc-c++/../libgomp.oacc-c-c++-common/reduction-5.c". (Likely) the
same ICE is also seen for "-O2" and "-O3" testing of
"libgomp.oacc-fortran/reduction-6.f90". Tom's patch does cure these
regressions.