* dwarf2out.c (field_byte_offset): Remove
#ifdef PCC_BITFIELD_TYPE_MATTERS check.
From-SVN: r266834
+2018-12-05 Uros Bizjak <ubizjak@gmail.com>
+
+ * dwarf2out.c (field_byte_offset): Remove
+ #ifdef PCC_BITFIELD_TYPE_MATTERS check.
+
2018-12-05 Richard Biener <rguenther@suse.de>
- Martin Sebor <msebor@redhat.com>
+ Martin Sebor <msebor@redhat.com>
PR c/87028
* calls.c (get_attr_nonstring_decl): Avoid setting *REF to
if (TREE_CODE (DECL_FIELD_BIT_OFFSET (decl)) != INTEGER_CST)
return NULL;
-#ifdef PCC_BITFIELD_TYPE_MATTERS
/* We used to handle only constant offsets in all cases. Now, we handle
properly dynamic byte offsets only when PCC bitfield type doesn't
matter. */
tree_result = wide_int_to_tree (sizetype, object_offset_in_bytes);
}
else
-#endif /* PCC_BITFIELD_TYPE_MATTERS */
tree_result = byte_position (decl);
if (ctx->variant_part_offset != NULL_TREE)