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 tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown



------- Comment #37 from pinskia at gcc dot gnu dot org  2007-10-25 10:05 -------
_gfortran_runtime_error is marked as no return which means virtual operations
should not be on it.  Sounds like noreturn should be the same as no vops
(maybe).  You have to take care about exceptions as no return functions can
still change global state and "return" via an exception (or a long jump).


-- 


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


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