https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120922
Tamar Christina <tnfchris at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |tnfchris at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #4 from Tamar Christina <tnfchris at gcc dot gnu.org> --- (In reply to Edwin Lu from comment #3) > (In reply to Tamar Christina from comment #2) > > I think your cc1 command is just missing the `-mabi=lp64d` flag. Ah indeed, looks like the type is unsigned, so before it would collapse to 1. Testing a patch...