[Bug optimization/13034] [3.4 Regression] In function `try_crossjump_to_edge': verify_flow_info: Wrong probability of edge
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 13 16:31:00 GMT 2003
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-11-13 16:31 -------
Hmm... so we are left with only
2003-11-12 Mike Stump <mrs@apple.com>
* c-typeck.c (c_convert_parm_for_inlining): Add argnum, which
is the argumnt we are processing so that warnings and errors
will have that information.
* c-tree.h (c_convert_parm_for_inlining): Add argnum.
* lang-hooks-def.h
(lhd_tree_inlining_convert_parm_for_inlining): Likewse.
* langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): Likewise.
* langhooks.h (convert_parm_for_inlining): Likewise.
* tree-inline.c (initialize_inlined_parameters): Compute and
pass argnum down.
as the potential culprit.
Do you have time to revert it and bootstrap? If no, I'll try tomorrow.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13034
More information about the Gcc-bugs
mailing list