https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89261

            Bug ID: 89261
           Summary: ix86_data_alignment has wrong argument type
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: ubizjak at gmail dot com
  Target Milestone: ---
            Target: i386,x86-64

i386.c has

int
ix86_data_alignment (tree type, int align, bool opt)

But "align" passed down is unsigned.

Reply via email to