This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]