diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index fa62475..99b6e09 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -5019,7 +5019,6 @@ c_parser_postfix_expression (c_parser *parser) tree c; c = fold (e1.value); - STRIP_NOPS (c); if (TREE_CODE (c) != INTEGER_CST) error ("first argument to %<__builtin_choose_expr%> not" " a constant"); |