]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/parser.c
Add CASE_ADDR_EXPR
[gcc.git] / gcc / cp / parser.c
index 2a41821ab2e86992bd2b6009fbd5fcf85c4f27e6..1bf67cc1a5d0e4a4fad57dd7547d6190364d3743 100644 (file)
@@ -8580,7 +8580,7 @@ cp_parser_unary_expression (cp_parser *parser, cp_id_kind * pidk,
           expression.set_location (loc);
          break;
 
-       case ADDR_EXPR:
+       CASE_ADDR_EXPR:
           non_constant_p = NIC_ADDR;
          /* Fall through.  */
        case BIT_NOT_EXPR:
This page took 0.049684 seconds and 5 git commands to generate.