This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50890] [4.7 Regression] ICE in fold_convert_loc, at fold-const.c:1894
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Oct 2011 09:45:36 +0000
- Subject: [Bug middle-end/50890] [4.7 Regression] ICE in fold_convert_loc, at fold-const.c:1894
- Auto-submitted: auto-generated
- References: <bug-50890-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50890
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2011-10-28
AssignedTo|unassigned at gcc dot |rguenth at gcc dot gnu.org
|gnu.org |
Target Milestone|--- |4.7.0
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-28 09:45:36 UTC ---
Confirmed. We should not have inlined the function. Possibly caused by
my gimple_call_fntype changes, thus mine.