[Bug default/27368] [dwz, dwarf5] Handle .debug_macro version 5

vries at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Mon Feb 8 11:28:34 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=27368

--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #3)
> I'm not sure I like the 4 <= version operand order, can't you just do
> if (version < 4 || version > 5)
> ?

I can, of course.

But I don't like that one.  My feeling is that the supported_version_p is
easier to read, and requires less mental arithmetic.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Dwz mailing list