This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/46823] [4.6 Regression] ICE: edge points to wrong declaration
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 11 Jan 2011 13:30:14 +0000
- Subject: [Bug middle-end/46823] [4.6 Regression] ICE: edge points to wrong declaration
- Auto-submitted: auto-generated
- References: <bug-46823-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46823
--- Comment #17 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-11 13:29:58 UTC ---
I believed that we are supposed to update the statement first and only then try
to inline it. Otherwise we would get into problem with inliner not skipping the
args.
Anyway lookup based on call statement is good idea, but we need to resolve the
problem above.