This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r169134 - in /trunk/gcc: ChangeLog except.c
- From: uweigand at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 22 Jan 2011 21:24:55 -0000
- Subject: r169134 - in /trunk/gcc: ChangeLog except.c
Author: uweigand
Date: Sat Jan 22 21:24:54 2011
New Revision: 169134
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169134
Log:
PR middle-end/47401
* except.c (sjlj_assign_call_site_values): Move setting the
crtl->uses_eh_lsda flag to ...
(sjlj_mark_call_sites): ... here.
(sjlj_emit_function_enter): Support NULL dispatch label.
(sjlj_build_landing_pads): In a function with no landing pads
that still has must-not-throw regions, generate code to register
a personality function with empty LSDA.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/except.c