aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2003-06-05 16:47:01 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2003-06-05 16:47:01 +0000
commiteebfb2aa116c86d32cc146807551308bf704cfce (patch)
treeb4b6d439a80428f86d20e6cd0fdbdbb46509faa0 /gcc/config
parent8191fe819a20f35e2a24df0944ca904347f4a496 (diff)
downloadgcc-eebfb2aa116c86d32cc146807551308bf704cfce.zip
gcc-eebfb2aa116c86d32cc146807551308bf704cfce.tar.gz
gcc-eebfb2aa116c86d32cc146807551308bf704cfce.tar.bz2
re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of fputs_unlocked to fputc_unlocked)
PR middle-end/9986 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for BUILT_IN_FPUTC_UNLOCKED to NULL_TREE. From-SVN: r67500
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/pa/pa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 0826467..547c211 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -351,6 +351,7 @@ pa_init_builtins ()
{
#ifdef DONT_HAVE_FPUTC_UNLOCKED
built_in_decls[(int) BUILT_IN_FPUTC_UNLOCKED] = NULL_TREE;
+ implicit_built_in_decls[(int) BUILT_IN_FPUTC_UNLOCKED] = NULL_TREE;
#endif
}