re PR c++/20073 (ICE initializing const array)
authorMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 23 Feb 2005 06:55:07 +0000 (06:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 23 Feb 2005 06:55:07 +0000 (06:55 +0000)
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.

From-SVN: r95442

gcc/cp/ChangeLog

index 611100cf2741f2cb7c98c391649c5ac1731f15e9..270d396a3e86e9aa51f91fdd90002e65048bbff2 100644 (file)
@@ -1,5 +1,12 @@
 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.