diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index f08b281..0fc579b 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -4583,7 +4583,7 @@ c_parser_binary_expression (c_parser *parser, struct c_expr *after) } stack[NUM_PRECS]; int sp; /* Location of the binary operator. */ - location_t binary_loc; + location_t binary_loc = UNKNOWN_LOCATION; /* Quiet warning. */ #define POP \ do { \ switch (stack[sp].op) \ |