diff options
author | Christian Bruel <christian.bruel@st.com> | 2010-03-01 15:34:44 +0100 |
---|---|---|
committer | Christian Bruel <chrbr@gcc.gnu.org> | 2010-03-01 15:34:44 +0100 |
commit | c40b54006825ba8fe4e0f3aa9a60a260288e327f (patch) | |
tree | f8bc7971e22a0e91de888369deed1d99ae7473b0 /gcc/except.c | |
parent | 004d69737264111c27269a4f4df01484a513bb44 (diff) | |
download | gcc-c40b54006825ba8fe4e0f3aa9a60a260288e327f.zip gcc-c40b54006825ba8fe4e0f3aa9a60a260288e327f.tar.gz gcc-c40b54006825ba8fe4e0f3aa9a60a260288e327f.tar.bz2 |
set LABEL_PRESERVE_P for landing pad labels
From-SVN: r157146
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c index 8012d78..bdf98ef 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -974,6 +974,7 @@ dw2_build_landing_pads (void) lp->landing_pad = gen_label_rtx (); emit_label (lp->landing_pad); + LABEL_PRESERVE_P (lp->landing_pad) = 1; #ifdef HAVE_exception_receiver if (HAVE_exception_receiver) |