https://sourceware.org/bugzilla/show_bug.cgi?id=28294
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED CC| |mark at klomp dot org Last reconfirmed| |2021-09-11 Ever confirmed|0 |1 Assignee|unassigned at sourceware dot org |mark at klomp dot org --- Comment #1 from Mark Wielaard <mark at klomp dot org> --- Created attachment 13662 --> https://sourceware.org/bugzilla/attachment.cgi?id=13662&action=edit Use type of subrange (if any) to determine signedness of upper/lower values Check if the subrange has an associate type, if it does then check the type to determine whether the upper and lower values need to be interpreted as signed of unsigned values. We default to signed because that is what run-aggregate-size.sh testfile-size4 expects (but it is an hardwritten testcase, we can flip the default if that makes more sense). -- You are receiving this mail because: You are on the CC list for the bug.