This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34885] [4.3 Regression] ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.c:574
- From: "rguenther at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2008 12:03:59 -0000
- Subject: [Bug c/34885] [4.3 Regression] ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.c:574
- References: <bug-34885-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from rguenther at suse dot de 2008-01-21 12:03 -------
Subject: Re: [4.3 Regression] ICE in copy_reference_ops_from_ref,
at tree-ssa-sccvn.c:574
On Mon, 21 Jan 2008, steven at gcc dot gnu dot org wrote:
> ------- Comment #5 from steven at gcc dot gnu dot org 2008-01-21 11:52 -------
> I thought inlining is disabled for mismatching function prototype/definition?
Yes, but as we are not gimplifying unit-at-a-time the call actually
matches the types of the prototype (and no DECL_ARGUMENTS are yet
there to verify against).
Richard.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34885