diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-09 00:32:34 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-09 00:32:34 +0000 |
commit | ebef29ebbcc73905a75a6f506c5e5e2d732ca000 (patch) | |
tree | 00b828664fda1c04e56f45ffb7f17ee5c3ffab4e /gcc/output.h | |
parent | 9cf0d8a5ee5bd1de7b71dc6064b7f1f76d56e177 (diff) | |
download | gcc-ebef29ebbcc73905a75a6f506c5e5e2d732ca000.tar.gz |
2007-03-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C/31072
* c-decl.c (merge_decls): Don't call make_var_volatile.
* varasm.c (make_var_volatile): Remove.
* output.h (make_var_volatile): Remove.
2007-03-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C/31072
* gcc.c-torture/execute/pr31072.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122736 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/output.h b/gcc/output.h index 3c9bcc444f8..a5c29f0d8e0 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -170,10 +170,6 @@ extern void emutls_finish (void); Prefixes such as % are optional. */ extern int decode_reg_name (const char *); -/* Make the rtl for variable VAR be volatile. - Use this only for static variables. */ -extern void make_var_volatile (tree); - extern void assemble_alias (tree, tree); extern void default_assemble_visibility (tree, int); |