aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r--gcc/cp/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c
index f672b8d..16b895c 100644
--- a/gcc/cp/parser.c
+++ b/gcc/cp/parser.c
@@ -11244,7 +11244,7 @@ cp_parser_condition (cp_parser* parser)
{
tree pushed_scope;
bool non_constant_p;
- bool flags = LOOKUP_ONLYCONVERTING;
+ int flags = LOOKUP_ONLYCONVERTING;
/* Create the declaration. */
decl = start_decl (declarator, &type_specifiers,