Print this page
11972 resync smatch

*** 79,89 **** static int (__builtin_types_compatible_p); static int (__builtin_va_list); /* * check-name: const et.al. are reserved identifiers ! * check-error-start: reserved.c:1:12: error: Trying to use reserved word 'auto' as identifier reserved.c:2:12: error: Trying to use reserved word 'break' as identifier reserved.c:3:12: error: Trying to use reserved word 'case' as identifier reserved.c:4:12: error: Trying to use reserved word 'char' as identifier reserved.c:5:12: error: Trying to use reserved word 'const' as identifier --- 79,89 ---- static int (__builtin_types_compatible_p); static int (__builtin_va_list); /* * check-name: const et.al. are reserved identifiers ! * check-error-start reserved.c:1:12: error: Trying to use reserved word 'auto' as identifier reserved.c:2:12: error: Trying to use reserved word 'break' as identifier reserved.c:3:12: error: Trying to use reserved word 'case' as identifier reserved.c:4:12: error: Trying to use reserved word 'char' as identifier reserved.c:5:12: error: Trying to use reserved word 'const' as identifier
*** 152,158 **** reserved.c:75:12: error: Trying to use reserved word '__uint128_t' as identifier reserved.c:77:12: error: Trying to use reserved word '__builtin_ms_va_list' as identifier reserved.c:78:12: error: Trying to use reserved word '__builtin_offsetof' as identifier reserved.c:79:12: error: Trying to use reserved word '__builtin_types_compatible_p' as identifier reserved.c:80:12: error: Trying to use reserved word '__builtin_va_list' as identifier ! * check-error-end: */ --- 152,158 ---- reserved.c:75:12: error: Trying to use reserved word '__uint128_t' as identifier reserved.c:77:12: error: Trying to use reserved word '__builtin_ms_va_list' as identifier reserved.c:78:12: error: Trying to use reserved word '__builtin_offsetof' as identifier reserved.c:79:12: error: Trying to use reserved word '__builtin_types_compatible_p' as identifier reserved.c:80:12: error: Trying to use reserved word '__builtin_va_list' as identifier ! * check-error-end */