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 ipa/58367] [4.9 Regression] lto/pgo bootstrap failure


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58367

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |---

--- Comment #4 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
Unfortunately I've hit the same issue again today.

In file included from ../../gcc/gcc/expr.c:11198:0:
./gt-expr.h: In function âstore_expr(tree_node*, rtx_def*, int, bool)â:
./gt-expr.h:33:2: error: the control flow of function
â_Z10store_exprP9tree_nodeP7rtx_defibâ does not match its profile data (counter
âarcsâ) [-Werror=coverage-mismatch]
 };
  ^
./gt-expr.h:33:2: error: the control flow of function
â_Z10store_exprP9tree_nodeP7rtx_defibâ does not match its profile data (counter
âindirect_callâ) [-Werror=coverage-mismath]
...

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