re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of fputs_unl...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 5 Jun 2003 16:47:01 +0000 (16:47 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 5 Jun 2003 16:47:01 +0000 (16:47 +0000)
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

gcc/ChangeLog
gcc/config/pa/pa.c

index 1860a2cbe22e87004ed68c2aa01ec9409008782c..be404bf33d346b4ef540916a3d438be57e36c689 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR middle-end/9986
+       * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
+       BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
+
 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
 
        * install.tex: Document profiledbootstrap.
index 0826467f61611d9589844edeb7377a9486500427..547c21174dc8d46d61bb806236eb59bc8a4e466f 100644 (file)
@@ -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
 }