diff options
author | chrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-01 14:34:44 +0000 |
---|---|---|
committer | chrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-01 14:34:44 +0000 |
commit | c242f3f79af6e4b522f3c7a158d359ec16106743 (patch) | |
tree | f8bc7971e22a0e91de888369deed1d99ae7473b0 /gcc/except.c | |
parent | e87a698f26373bcb4bf1ce59ad0c27d50e3afe41 (diff) | |
download | gcc-c242f3f79af6e4b522f3c7a158d359ec16106743.tar.gz |
set LABEL_PRESERVE_P for landing pad labels
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157146 138bc75d-0d04-0410-961f-82ee72b054a4
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 8012d781834..bdf98ef4c02 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) |