dwarf2out.c (field_byte_offset): Move the existing logic under the control of PCC_BIT...
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 24 Apr 2007 14:45:08 +0000 (14:45 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 24 Apr 2007 14:45:08 +0000 (14:45 +0000)
commitcd0a10dd991395eec0a2661a85da31d52ac831fc
tree0243363339de73595a942443e24524dcf5922a41
parent6b8846f8346cc2cf513c3958d66649a3e9d639b4
dwarf2out.c (field_byte_offset): Move the existing logic under the control of PCC_BITFIELD_TYPE_MATTERS and just...

* dwarf2out.c (field_byte_offset): Move the existing logic
under the control of PCC_BITFIELD_TYPE_MATTERS and just use
the bit offset of the field if !PCC_BITFIELD_TYPE_MATTERS.

From-SVN: r124104
gcc/ChangeLog
gcc/dwarf2out.c