aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-11-22 10:43:28 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-11-22 10:43:28 +0100
commit0a770b5907cdb70709356fbbfe5c570010b0b936 (patch)
tree0ebe45ca851004b884068a361be0b98b0e355833 /gcc/dwarf2out.c
parent213ffde2eae0d0ee2c15c7ffc7ef481f4f8bee11 (diff)
downloadgcc-0a770b5907cdb70709356fbbfe5c570010b0b936.zip
gcc-0a770b5907cdb70709356fbbfe5c570010b0b936.tar.gz
gcc-0a770b5907cdb70709356fbbfe5c570010b0b936.tar.bz2
re PR debug/83034 (ice in mem_loc_descriptor, at dwarf2out.c :15669)
PR debug/83034 * dwarf2out.c (mem_loc_descriptor): Handle VEC_SERIES. * gcc.dg/pr83034.c: New test. From-SVN: r255049
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 89e119c..8207dd5 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -15605,6 +15605,7 @@ mem_loc_descriptor (rtx rtl, machine_mode mode,
case VEC_SELECT:
case VEC_CONCAT:
case VEC_DUPLICATE:
+ case VEC_SERIES:
case UNSPEC:
case HIGH:
case FMA: