diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index a18752e..6db6f3e 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -944,7 +944,6 @@ fix_string_type (tree value) TREE_TYPE (value) = a_type; TREE_CONSTANT (value) = 1; - TREE_INVARIANT (value) = 1; TREE_READONLY (value) = 1; TREE_STATIC (value) = 1; return value; |