This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/19225] [3.4/4.0/4.1 regression] g++.dg/eh/omit-frame-pointer2.C fails with -fpic/-fPIC on i686-pc-linux-gnu
- From: "wilson at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2005 20:37:20 -0000
- Subject: [Bug middle-end/19225] [3.4/4.0/4.1 regression] g++.dg/eh/omit-frame-pointer2.C fails with -fpic/-fPIC on i686-pc-linux-gnu
- References: <20050102163355.19225.ghazi@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From wilson at gcc dot gnu dot org 2005-03-24 20:37 -------
See
http://gcc.gnu.org/ml/gcc/2005-03/msg01081.html
This fails because exception handling and -fdefer-pop don't work well together.
The easy solution is to disable the defer pop optimization when we have
function calls that can throw.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19225