* tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233153
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-02-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR fortran/69368
+ * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
+
2016-02-04 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/69577
exp = TREE_OPERAND (exp, 0);
}
- /* We need to deal with variable arrays ending structures. */
- if (seen_variable_array_ref
- && maxsize != -1
- && (TYPE_SIZE (TREE_TYPE (exp)) == NULL_TREE
- || TREE_CODE (TYPE_SIZE (TREE_TYPE (exp))) != INTEGER_CST
- || (bit_offset + maxsize
- == wi::to_offset (TYPE_SIZE (TREE_TYPE (exp))))))
- maxsize = -1;
-
done:
if (!wi::fits_shwi_p (bitsize) || wi::neg_p (bitsize))
{