[Bug target/89261] New: ix86_data_alignment has wrong argument type
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Feb 9 04:31:00 GMT 2019
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.
More information about the Gcc-bugs
mailing list