OSDN Git Service

PR c++/20073
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Feb 2005 06:55:07 +0000 (06:55 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Feb 2005 06:55:07 +0000 (06:55 +0000)
* decl.c (start_decl_1): Don't clear TREE_READONLY.
(cp_finish_decl): Likewise.
(complete_vars): Call cp_apply_type_quals_to_decl.
* typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
cases where that's not valid.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95442 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index 611100c..270d396 100644 (file)
@@ -1,5 +1,12 @@
 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
 
 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
 
+       PR c++/20073
+       * decl.c (start_decl_1): Don't clear TREE_READONLY.
+       (cp_finish_decl): Likewise.
+       (complete_vars): Call cp_apply_type_quals_to_decl.
+       * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
+       cases where that's not valid.
+
        PR c++/19991
        * init.c (integral_constant_value): Iterate if the value of a decl
        is itself a constant.
        PR c++/19991
        * init.c (integral_constant_value): Iterate if the value of a decl
        is itself a constant.