diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2015-08-14 11:17:29 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2015-08-14 07:17:29 -0400 |
commit | d8082c18c88227ba1747ce06833858cc1ea16aa0 (patch) | |
tree | b270294fed651578cb12dca99f956ce2a8e88fce /fixincludes/tests/base | |
parent | c9665100d6ee2421d8dfe4d001d23019bd4e656b (diff) | |
download | gcc-d8082c18c88227ba1747ce06833858cc1ea16aa0.zip gcc-d8082c18c88227ba1747ce06833858cc1ea16aa0.tar.gz gcc-d8082c18c88227ba1747ce06833858cc1ea16aa0.tar.bz2 |
inclhack.def (aix_stdio_inline): New fix.
* inclhack.def (aix_stdio_inline): New fix.
(aix_strtof_const): Limit to *-*-aix*.
(aix_sysmachine): Same.
(aix_syswait_2): Same.
(aix_volatile): Same.
* fixincl.x: Regenerated.
* test/base/stdio.h [AIX_STDIO_INLINE]: New test.
From-SVN: r226891
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r-- | fixincludes/tests/base/stdio.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fixincludes/tests/base/stdio.h b/fixincludes/tests/base/stdio.h index 975d0a5..275931c5 100644 --- a/fixincludes/tests/base/stdio.h +++ b/fixincludes/tests/base/stdio.h @@ -19,6 +19,16 @@ #endif /* AAB_AIX_STDIO_CHECK */ +#if defined( AIX_STDIO_INLINE_CHECK ) +#ifdef __cplusplus +} +#endif + +#if (defined(__cplusplus) && defined(__IBMCPP__)) +#ifdef ferror +#endif /* AIX_STDIO_INLINE_CHECK */ + + #if defined( ALPHA_GETOPT_CHECK ) extern int getopt(int, char *const[], const char *); #endif /* ALPHA_GETOPT_CHECK */ |