aix: Don't implicitly include inttypes.h
commitc61f678a4f4d8d5f09fa59bb93fe6eacd1d5346d
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 10 Jun 2020 12:14:39 +0000 (10 08:14 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 11 Jun 2020 12:53:16 +0000 (11 08:53 -0400)
treea8fe9e962d44deb229912b38488d2a7ee6570297
parent444035eafa2fbabbb1261f258bfd41e8051aab34
aix: Don't implicitly include inttypes.h

AIX stdio.h implicitly includes inttypes.h, which explicitly conflicts
with the purpose of this testcase.  This patch conditionally adds a macro
definition that inhibits the implicit inclusion.

gcc/testsuite/ChangeLog

2020-06-11  David Edelsohn  <dje.gcc@gmail.com>

* gcc.dg/spellcheck-inttypes.c: Don't include inttypes.h on AIX.
gcc/testsuite/gcc.dg/spellcheck-inttypes.c