This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, i386]: Warn for ABI changes only when -Wpsabi is enabled


Hello!

Also use boolean AND instead of bitwise AND in a couple of places.

2014-02-18  Uros Bizjak  <ubizjak@gmail.com>

    PR target/59794
    * config/i386/i386.c (type_natural_mode): Warn for ABI changes
    only when -Wpsabi is enabled.

testsuite/ChangeLog:

2014-02-18  Uros Bizjak  <ubizjak@gmail.com>

    PR target/59794
    * gcc.target/i386/pr39162.c: Add dg-prune-output.
    (dg-options): Remove -Wno-psabi.
    * gcc.target/i386/59794-2.c: Ditto.
    * gcc.target/i386/60205-1.c: Ditto.
    * gcc.target/i386/sse-5.c: Ditto.

Tested on x86_64-pc-linux-gnu {,-m32}, will commit tomorrow to
mainline SVN and 4.8 branch.

Uros.

Attachment: p.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]