tree.c
61.8 KB
-
re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time constant) · 88a7beb7
PR c++/21619 * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro. * parser.c (cp_parser_postfix_expression): Allow non-constant expressions as arguments to __builtin_constant_p. * tree.c (builtin_valid_in_constant_expr_p): Use DECL_IS_BUILTIN_CONSTANT_P. PR c++/21619 * g++.dg/ext/builtin9.C: New test. From-SVN: r100626
Mark Mitchell committed