* typeck.c (cp_apply_type_quals_to_decl): Expand documentation.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Oct 2007 21:00:47 +0000 (21:00 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Oct 2007 21:00:47 +0000 (21:00 +0000)
commitd1d739f80df91167855aca0e691035811470648f
treec9fd19db215ed38eb9c7b7d407f8e60c5817857c
parent1035a676440e88cf45ba92450aaa4b6e3fc4cd20
* typeck.c (cp_apply_type_quals_to_decl): Expand documentation.
* decl.c (start_decl): Tidy.
(start_decl_1): Call cp_apply_type_quals_to_decl after completing
the type.
(grokdeclarator): Clarify comment.
* g++.dg/opt/const-5.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129386 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/const5.C [new file with mode: 0644]