]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/89261 (ix86_data_alignment has wrong argument type)
authorUros Bizjak <ubizjak@gmail.com>
Sat, 27 Apr 2019 13:38:19 +0000 (15:38 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 27 Apr 2019 13:38:19 +0000 (15:38 +0200)
commitf8b906a2de3044f1dea753b182c244a1a560d40e
tree4b0e59bb96aeefc5ff2c1a4b6eb53f3adce2049d
parent23ab63504249add3ac588fe44a4214d36812eeeb
re PR target/89261 (ix86_data_alignment has wrong argument type)

PR target/89261
* config/i386/i386-protos.h (ix86_data_alignment): Change
the second argument type to unsigned int.
* config/i386/i386.c (ix86_data_alignment): Change "align"
argument type to unsigned int.

testsuite/ChangeLog:

PR target/89261
* gcc.target/i386/pr89261.c: New test.

From-SVN: r270623
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr89261.c [new file with mode: 0644]