Searched refs:pedantic (Results 1 - 25 of 85) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20000420-1.c2 int pedantic; variable
12 if (pedantic ? (*p)->viable == 1 : (*p)->viable)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20000420-1.c2 int pedantic; variable
12 if (pedantic ? (*p)->viable == 1 : (*p)->viable)
H A D20030405-1.x1 # This test was found to fail only when -pedantic is used.
2 set options "-pedantic"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20040209-1.c24 int pedantic; variable
31 if (pedantic)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20040209-1.c24 int pedantic; variable
31 if (pedantic)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A DMakefile4 SOLARIS_CFLAGS=-Wall -pedantic -g -O2
7 LINUX_CFLAGS=-Wall -pedantic -g -O2
98 ### SYSCFLAGS=-Wall -pedantic -g -O2
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A DMakefile4 CFLAGS=-I../include -Wall -pedantic -std=c99 -fPIC -ggdb
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-parser.c830 int ret = (pedantic
834 pedantic = 0;
847 pedantic = flags & 1;
970 if (pedantic)
1055 if (pedantic)
1264 if (pedantic)
1636 if (seen_comma && pedantic && !flag_isoc99)
1665 if (pedantic && !COMPLETE_TYPE_P (ret.spec))
1706 followed by further declarations, and gets a pedwarn-if-pedantic
1787 if (pedantic)
[all...]
H A Dc-decl.c3045 if (pedantic && !flag_isoc99)
3343 /* Even if pedantic, an external linkage array
3345 ? pedantic && !TREE_PUBLIC (decl)
3369 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
3647 if (pedantic && !current_scope->warned_forward_parm_decls)
3799 if (pedantic
4009 if (pedantic && !flag_isoc99)
4034 && (pedantic || current_scope == file_scope))
4085 if (pedantic && storage_class == csc_register)
4197 if (pedantic
[all...]
H A Dc-typeck.c431 if (pedantic)
456 if (pedantic)
860 if (val == 2 && pedantic)
1376 return DECL if pedantic or DECL has mode BLKmode. This is for
1379 be removed before GCC 3.1. It is not appropriate to use pedantic
1388 if (pedantic || DECL_MODE (decl) == BLKmode)
1919 if (pedantic)
2597 if (pedantic || warn_pointer_arith)
2729 if (pedantic)
2804 if (pedantic)
[all...]
H A Dc-opts.c885 /* We need to handle the -pedantic switches here, rather than in
892 cpp_opts->pedantic = 1;
1028 of -Wall or -pedantic are given. */
1316 /* We want -Wno-long-long to override -pedantic -std=non-c99
1319 = warn_long_long && ((!flag_isoc99 && pedantic) || warn_traditional);
1324 = warn_variadic_macros && (pedantic || warn_traditional);
1378 cpp_opts->warn_dollars = (cpp_opts->pedantic && !cpp_opts->c99);
H A Dc-format.c234 /* The C standard version we are checking formats against when pedantic. */
241 pedantic. FEATURE_VER is the version in which the feature warned out
265 pedantic, rather than just the character or void type specified. */
335 /* All tables for strfmon use STD_C89 everywhere, since -pedantic warnings
1023 if (pedantic && !dollar_format_warned)
1757 if (pedantic)
1830 if (pedantic)
1854 if (pedantic)
1983 else if (pedantic
2190 && pedantic
[all...]
H A Dc-common.c439 The value of this flag is ignored if -pedantic is specified. */
860 if (pedantic && nchars - 1 > nchars_max && !c_dialect_cxx ())
902 && TREE_CONSTANT_OVERFLOW (value) && pedantic)
1053 don't warn unless pedantic. */
1054 if ((pedantic
2299 if (pedantic || warn_pointer_arith)
2305 if (pedantic || warn_pointer_arith)
2311 if (pedantic || warn_pointer_arith)
2861 if (complain && (pedantic || warn_pointer_arith))
2871 && complain && (pedantic || warn_pointer_arit
[all...]
H A Dc-lex.c688 conditioned on -pedantic. */
689 if (REAL_VALUE_ISINF (real) && pedantic)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-opts.c924 /* We need to handle the -pedantic switches here, rather than in
929 cpp_opts->pedantic = 1;
1099 of -Wall or -pedantic are given. */
1110 /* -Woverlength-strings is off by default, but is enabled by -pedantic.
1451 [-pedantic | -Wtraditional] -std=[gnu|c]++98 ; or
1452 [-pedantic | -Wtraditional] -std=non-c99 .
1456 warn_long_long = ((pedantic || warn_traditional)
1463 = warn_variadic_macros && (pedantic || warn_traditional);
1525 cpp_opts->warn_dollars = (cpp_opts->pedantic && !cpp_opts->c99);
H A Dc-format.c237 /* The C standard version we are checking formats against when pedantic. */
244 pedantic. FEATURE_VER is the version in which the feature warned out
270 pedantic, rather than just the character or void type specified. */
346 /* All tables for strfmon use STD_C89 everywhere, since -pedantic warnings
1047 if (pedantic && !dollar_format_warned)
1806 if (pedantic)
1862 if (pedantic)
1886 if (pedantic)
2017 else if (pedantic
2217 && pedantic
[all...]
H A Dc-decl.c4153 /* Even if pedantic, an external linkage array
4155 ? pedantic && !TREE_PUBLIC (decl)
4179 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
4458 if (pedantic && !current_scope->warned_forward_parm_decls)
4682 if (!flag_isoc99 && pedantic && warn_vla != 0)
4959 if (pedantic && !flag_isoc99)
5056 if (pedantic && storage_class == csc_register)
5178 if (pedantic && !in_system_header && flexible_array_type_p (type))
5216 if (pedantic && size_maybe_const && integer_zerop (size))
5348 && pedantic
[all...]
H A Dc-typeck.c2279 if (pedantic)
3204 pedwarn (loc, pedantic ? OPT_pedantic : OPT_Wpointer_arith,
3207 pedwarn (loc, pedantic ? OPT_pedantic : OPT_Wpointer_arith,
3542 pedwarn (location, pedantic ? OPT_pedantic : OPT_Wpointer_arith,
3545 pedwarn (location, pedantic ? OPT_pedantic : OPT_Wpointer_arith,
4584 /* If pedantic, warn for conversions between function and object
4587 if (pedantic
4595 if (pedantic
5280 if (pedantic
5451 which is allowed with a warning when -pedantic i
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Ddecl.c1034 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
3569 if (TREE_CODE (declared_type) != UNION_TYPE && pedantic
4086 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
4404 if (pedantic)
4754 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
5693 3 if the initializer list is empty (in pedantic mode). */
6427 else if (pedantic && !INTEGRAL_TYPE_P (type))
6480 int old_pedantic = pedantic;
6481 pedantic = flag_pedantic_errors = 1;
6483 pedantic
[all...]
H A Dtypeck.c512 if (pedantic && TYPE_PTRFN_P (t2))
1250 if (complain && (pedantic || warn_pointer_arith))
2315 if (pedantic && !lvalue_p (array))
2524 if (pedantic && DECL_MAIN_P (function))
3641 if (pedantic || warn_pointer_arith)
4012 else if ((pedantic || warn_pointer_arith)
4038 if (! lvalue_p (arg) && pedantic)
4101 else if (pedantic && DECL_MAIN_P (arg))
4189 if (! lvalue_p (arg) && pedantic)
4954 if (pedantic || warn_pmf2pt
[all...]
H A Dcall.c984 candidates = splice_viable (candidates, pedantic, &any_viable_p);
2630 candidates = splice_viable (candidates, pedantic, &any_viable_p);
2759 *candidates = splice_viable (*candidates, pedantic, any_viable_p);
3010 candidates = splice_viable (candidates, pedantic, &any_viable_p);
3174 if (pedantic)
3390 candidates = splice_viable (candidates, pedantic, &any_viable_p);
3751 strict_p = pedantic;
5405 candidates = splice_viable (candidates, pedantic, &any_viable_p);
6233 if (!pedantic)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h350 /* Zero means don't warn about __VA_ARGS__ usage in c89 pedantic mode.
385 unsigned char pedantic; member in struct:cpp_options
839 /* Warning, an error with -pedantic-errors or -Werror. */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h284 The warning happens only for C89 extended mode with -pedantic on,
532 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, pedantic)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/include/
H A Dcpplib.h334 /* Zero means don't warn about __VA_ARGS__ usage in c89 pedantic mode.
368 unsigned char pedantic; member in struct:cpp_options
770 /* Warning, an error with -pedantic-errors or -Werror. */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dinternal.h275 The warning happens only for C89 extended mode with -pedantic on,
484 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, pedantic)

Completed in 306 milliseconds

1234