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 other/28917] try/catch block removed. too optimistic optimization?



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-31 19:08 -------
I think you forgot "-fnon-call-exceptions" which is need to be used if you want
non calls to be able to throw.
Can you try with that option and report if that fixes the problem?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28917


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