This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13034] [3.4 Regression] In function `try_crossjump_to_edge': verify_flow_info: Wrong probability of edge
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Nov 2003 16:31:12 -0000
- Subject: [Bug optimization/13034] [3.4 Regression] In function `try_crossjump_to_edge': verify_flow_info: Wrong probability of edge
- References: <20031113023630.13034.lucier@math.purdue.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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