diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2003-06-05 16:47:01 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2003-06-05 16:47:01 +0000 |
commit | eebfb2aa116c86d32cc146807551308bf704cfce (patch) | |
tree | b4b6d439a80428f86d20e6cd0fdbdbb46509faa0 /gcc/config/pa | |
parent | 8191fe819a20f35e2a24df0944ca904347f4a496 (diff) | |
download | gcc-eebfb2aa116c86d32cc146807551308bf704cfce.tar.gz |
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/pa')
-rw-r--r-- | gcc/config/pa/pa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 0826467f616..547c21174dc 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 } |