* parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIER_NODE...
authorTaras Glek <taras@mozilla.com>
Wed, 2 Dec 2009 01:00:39 +0000 (01:00 +0000)
committerTaras Glek <tglek@gcc.gnu.org>
Wed, 2 Dec 2009 01:00:39 +0000 (01:00 +0000)
commit5e87bf4a142f66750f05b6319bf07b2dbf2c9f24
tree9dcfcc8ddcab8a665737a6856820cf2548681ad7
parent9ffd1183773a31418653b565c1e619f561fdb6b5
* parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIER_NODE instead of '{' when possible.\n* semantics.c (begin_class_definition): Do not overide locations with less precise ones.

From-SVN: r154890
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cp/semantics.c