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
This commit is contained in:
parent
8191fe819a
commit
eebfb2aa11
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user