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 c++/16897] a rethrow outside of a catch isn't flagged


------- Additional Comments From bangerth at dealii dot org  2004-08-06 14:22 -------
Joerg's explanation is correct. 15.1/6 and /7 don't specify that  
"throw;" has to be lexically inside a catch block. In particular, 
15.1/8 says that if there is no exception presently being handled, 
then the program aborts by calling terminate(). 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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