diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-08 11:58:53 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-08 11:58:53 +0000 |
commit | c6724c90801c0587d2997bcfa6ffe8c331100386 (patch) | |
tree | 0a993ee2cbd4c155b03f960e3ac9b98fad32b162 /gcc/jump.c | |
parent | c5ccafc9c1f0c01697d88f57300c7168d99701e4 (diff) | |
download | gcc-c6724c90801c0587d2997bcfa6ffe8c331100386.tar.gz |
* jump.c (mark_jump_label): Handle subregs of label_refs.
* gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58921 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index 65312b4cc98..ef031f2a8a1 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -1397,7 +1397,6 @@ mark_jump_label (x, insn, in_mem) case PC: case CC0: case REG: - case SUBREG: case CONST_INT: case CONST_DOUBLE: case CLOBBER: |