Home | History | Annotate | Download | only in dist

Lines Matching refs:c11

2337 # Test code for whether the C compiler supports C11 (global declarations)
2339 /* Does the compiler advertise C11 conformance? */
2341 # error "Compiler does not advertise C11 conformance"
2380 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2391 # Test code for whether the C compiler supports C11 (body of main).
2401 # Test code for whether the C compiler supports C11 (complete).
4543 { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
4544 printf %s "checking for $CC option to enable C11 features... " >&6; }
4555 for ac_arg in '' -std=gnu11 -std:c11
4586 ac_prog_cc_stdc=c11 ;;