This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/36673] IRA -O3 -fno-pic ICE in save_con_fun_n, at caller-save.c:1389
- From: "vmakarov at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2008 18:21:09 -0000
- Subject: [Bug rtl-optimization/36673] IRA -O3 -fno-pic ICE in save_con_fun_n, at caller-save.c:1389
- References: <bug-36673-10175@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from vmakarov at redhat dot com 2008-07-07 18:21 -------
The case when saving mode or saving pseudo are different in the data-flow
equation was missed when the save/restore placement optimization was written.
Fortunately, the case was catched by the assertion.
The patch solving the problem will follow soon.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36673