]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/57068
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2013 03:57:53 +0000 (03:57 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2013 03:57:53 +0000 (03:57 +0000)
commit7821c8c80c254f0dfd2a39f089d5bb1aa1bbed06
tree4848895c505eb559dcf8278af01ea5362177be99
parent43bf72ffb0e8502f5c0bd0d78a445e8e91da7aa5
PR c++/57068
* decl.c (grokdeclarator): Warn about ref-qualifiers here.
* parser.c (cp_parser_ref_qualifier_seq_opt): Not here.
* error.c (maybe_warn_cpp0x): s/0x/11/.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198730 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/parser.c
gcc/testsuite/g++.dg/parse/ref-qual1.C [new file with mode: 0644]