mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 15:10:12 +08:00
parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE.
* parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE. From-SVN: r73802
This commit is contained in:
parent
6f39ead47e
commit
9080889499
@ -3709,7 +3709,7 @@ cp_parser_postfix_expression (cp_parser *parser, bool address_p)
|
||||
/* Otherwise, try the pseudo-destructor-name production. */
|
||||
else
|
||||
{
|
||||
tree s;
|
||||
tree s = NULL_TREE;
|
||||
tree type;
|
||||
|
||||
/* Parse the pseudo-destructor-name. */
|
||||
|
Loading…
Reference in New Issue
Block a user