Commit 83de9b44 authored by law's avatar law
Browse files

* expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.

        * tree.h (get_alias_set, lang_get_alias_set): Prototype.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35293 138bc75d-0d04-0410-961f-82ee72b054a4
parent fabefc0a
2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
* expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
* tree.h (get_alias_set, lang_get_alias_set): Prototype.
2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
 
* c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
......
......@@ -920,10 +920,6 @@ extern HOST_WIDE_INT get_frame_alias_set PARAMS ((void));
extern void record_base_value PARAMS ((unsigned int, rtx, int));
extern void record_alias_subset PARAMS ((HOST_WIDE_INT,
HOST_WIDE_INT));
#ifdef TREE_CODE
extern HOST_WIDE_INT get_alias_set PARAMS ((tree));
extern HOST_WIDE_INT lang_get_alias_set PARAMS ((tree));
#endif
extern HOST_WIDE_INT new_alias_set PARAMS ((void));
/* Functions from expr.c: */
......
......@@ -2616,7 +2616,11 @@ extern void end_temporary_allocation PARAMS ((void));
extern void pop_obstacks PARAMS ((void));
/* In alias.c */
void record_component_aliases PARAMS ((tree));
extern void record_component_aliases PARAMS ((tree));
extern HOST_WIDE_INT get_alias_set PARAMS ((tree));
/* In c-common.c */
extern HOST_WIDE_INT lang_get_alias_set PARAMS ((tree));
/* In tree.c */
extern int really_constant_p PARAMS ((tree));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment