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++/24580] [3.4/4.0/4.1 Regression] virtual base class cause exception not to be caught



------- Comment #9 from jason at gcc dot gnu dot org  2005-11-16 20:26 -------
Subject: Bug 24580

Author: jason
Date: Wed Nov 16 20:26:06 2005
New Revision: 107098

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107098
Log:
        PR c++/24580
        * method.c (locate_copy): Also use skip_artificial_parms here.
        (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
        for RECORD_TYPE.

Modified:
    branches/gcc-4_0-branch/gcc/cp/ChangeLog
    branches/gcc-4_0-branch/gcc/cp/method.c


-- 


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


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