------- Comment #3 from rguenth at gcc dot gnu dot org 2007-10-01 15:18 ------- r128363 is good, r128394 is bad. Which points to:
Author: jason Date: Tue Sep 11 15:20:47 2007 New Revision: 128382 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128382 Log: PR c++/15745 * except.c (prepare_eh_type): Use type_decays_to. * except.c (initialize_handler_parm): Use fold_build_cleanup_point_expr. PR c++/31411 * except.c (initialize_handler_parm): Put a CLEANUP_POINT_EXPR inside the MUST_NOT_THROW_EXPR. Modified: branches/gcc-4_2-branch/gcc/cp/ChangeLog branches/gcc-4_2-branch/gcc/cp/except.c and Author: jason Date: Tue Sep 11 15:40:51 2007 New Revision: 128383 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128383 Log: PR c++/31419 * call.c (reference_binding): Don't look for user-defined conversions to the same type. Modified: branches/gcc-4_2-branch/gcc/cp/ChangeLog branches/gcc-4_2-branch/gcc/cp/call.c -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33441