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++/11866] poor diagnostic on undeclared exception


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 22:50 -------
Fixed for 3.4:
pr11866.cc: In function `int main()':
pr11866.cc:10: error: `std::out_of_range' has not been declared
pr11866.cc:10: error: invalid catch parameter
pr11866.cc:10: error: `...' handler must be the last handler for its try block

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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