Re: Make dwarf2out punt for MODE_VECTOR_BOOL

2019-12-10 Thread Richard Biener
On December 10, 2019 12:44:01 PM GMT+01:00, Richard Sandiford wrote: >The dwarf2 handling of vector constants currently divides the vector >into a length (number of elements) and byte element size. This doesn't >work well for MODE_VECTOR_BOOL, where several elements are packed into >the same byt

Make dwarf2out punt for MODE_VECTOR_BOOL

2019-12-10 Thread Richard Sandiford
The dwarf2 handling of vector constants currently divides the vector into a length (number of elements) and byte element size. This doesn't work well for MODE_VECTOR_BOOL, where several elements are packed into the same byte. We should probably add a way of encoding this in future, but for now th