From 4339f4ca9ed9fe2c58d390e7738a5d2ee7d43545 Mon Sep 17 00:00:00 2001 From: gingold Date: Sat, 10 Dec 2005 17:11:30 +0000 Subject: bug fixes --- ortho/gcc/ortho-lang.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ortho') diff --git a/ortho/gcc/ortho-lang.c b/ortho/gcc/ortho-lang.c index c0245584e..613f2256d 100644 --- a/ortho/gcc/ortho-lang.c +++ b/ortho/gcc/ortho-lang.c @@ -1556,6 +1556,7 @@ finish_const_value (tree *cst, tree val) { DECL_INITIAL (*cst) = val; TREE_CONSTANT (val) = 1; + TREE_STATIC (*cst) = 1; rest_of_decl_compilation (*cst, current_function_decl == NULL_TREE, 0); } -- cgit v1.2.3