dwarf2out.c (AT_flag, [...]): Abort on unsuitable input.
authorJason Merrill <jason@redhat.com>
Thu, 24 Aug 2000 20:39:11 +0000 (16:39 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 24 Aug 2000 20:39:11 +0000 (16:39 -0400)
commit40e8cc959cbf470b4ef44fd93e329e84d4ff760a
tree3a2e192e5f61eaeec887199358a87766daf1c513
parent6e2aa220c079f5915a1a5a7397bdfd4b4ae54750
dwarf2out.c (AT_flag, [...]): Abort on unsuitable input.

        * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
        AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
        (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
        get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.

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