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

/freebsd-10-stable/contrib/one-true-awk/
H A Dmakefile31 CC = gcc -g -Wall -pedantic
32 CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
/freebsd-10-stable/sys/contrib/xz-embedded/userspace/
H A DMakefile14 CFLAGS = -ggdb3 -O2 -pedantic -Wall -Wextra
/freebsd-10-stable/contrib/gcc/
H A Dc-decl.c3145 if (pedantic && !flag_isoc99)
3894 /* Even if pedantic, an external linkage array
3896 ? pedantic && !TREE_PUBLIC (decl)
3920 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
4187 if (pedantic && !current_scope->warned_forward_parm_decls)
4339 if (pedantic
4378 int ped = !flag_isoc99 && pedantic && warn_vla != 0;
4589 if (pedantic && !flag_isoc99)
4614 && (pedantic || current_scope == file_scope))
4670 if (pedantic
[all...]
H A Dc-typeck.c481 if (pedantic)
506 if (pedantic)
984 if (val == 2 && pedantic)
1500 return DECL if pedantic or DECL has mode BLKmode. This is for
1503 be removed before GCC 3.1. It is not appropriate to use pedantic
1512 if (pedantic || DECL_MODE (decl) == BLKmode)
2066 if (pedantic)
2246 && pedantic
2824 if (pedantic || warn_pointer_arith)
2966 if (pedantic)
[all...]
H A Dc-opts.c917 /* We need to handle the -pedantic switches here, rather than in
924 cpp_opts->pedantic = 1;
1078 of -Wall or -pedantic are given. */
1082 /* -Woverlength-strings is off by default, but is enabled by -pedantic.
1377 /* We want -Wno-long-long to override -pedantic -std=non-c99
1380 = warn_long_long && ((!flag_isoc99 && pedantic) || warn_traditional);
1385 = warn_variadic_macros && (pedantic || warn_traditional);
1447 cpp_opts->warn_dollars = (cpp_opts->pedantic && !cpp_opts->c99);
H A Dc-parser.c1003 int ret = (pedantic
1007 pedantic = 0;
1020 pedantic = flags & 1;
1163 if (pedantic)
1256 if (pedantic)
1517 else if (pedantic)
1915 if (seen_comma && pedantic && !flag_isoc99)
1944 if (pedantic && !COMPLETE_TYPE_P (ret.spec))
1985 followed by further declarations, and gets a pedwarn-if-pedantic
2066 if (pedantic)
[all...]
H A Dc-format.c236 /* The C standard version we are checking formats against when pedantic. */
243 pedantic. FEATURE_VER is the version in which the feature warned out
267 pedantic, rather than just the character or void type specified. */
341 /* All tables for strfmon use STD_C89 everywhere, since -pedantic warnings
1056 if (pedantic && !dollar_format_warned)
1807 if (pedantic)
1888 if (pedantic)
1912 if (pedantic)
2041 else if (pedantic
2248 && pedantic
[all...]
H A Dc-common.c443 The value of this flag is ignored if -pedantic is specified. */
933 && pedantic)
1181 don't warn unless pedantic. */
1182 if ((pedantic
2464 if (pedantic || warn_pointer_arith)
2470 if (pedantic || warn_pointer_arith)
2476 if (pedantic || warn_pointer_arith)
3012 if (complain && (pedantic || warn_pointer_arith))
3022 && complain && (pedantic || warn_pointer_arith))
3772 if (high_value && pedantic)
[all...]
H A Dc-lex.c695 conditioned on -pedantic. */
696 if (REAL_VALUE_ISINF (real) && pedantic)
H A Dopts.c1381 flag_pedantic_errors = pedantic = 1;
/freebsd-10-stable/share/mk/
H A Dbsd.sys.mk28 # -pedantic is problematic because it also imposes namespace restrictions
29 #CFLAGS+= -pedantic
/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck.c519 if (pedantic && TYPE_PTRFN_P (t2))
1288 if (complain && (pedantic || warn_pointer_arith))
2521 if (pedantic && !lvalue_p (array))
2777 if (pedantic && DECL_MAIN_P (function))
3938 if (pedantic || warn_pointer_arith)
4312 else if ((pedantic || warn_pointer_arith)
4338 if (! lvalue_p (arg) && pedantic)
4401 else if (pedantic && DECL_MAIN_P (arg))
4491 if (! lvalue_p (arg) && pedantic)
5242 if (pedantic || warn_pmf2pt
[all...]
H A Ddecl.c1105 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
3731 if (TREE_CODE (declared_type) != UNION_TYPE && pedantic
4307 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
4961 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
6312 3 if the initializer list is empty (in pedantic mode). */
7083 else if (pedantic && !INTEGRAL_TYPE_P (type))
7136 int old_pedantic = pedantic;
7137 pedantic = flag_pedantic_errors = 1;
7139 pedantic = old_pedantic;
7153 else if (integer_zerop (size) && pedantic
[all...]
H A Dcall.c1019 candidates = splice_viable (candidates, pedantic, &any_viable_p);
2663 candidates = splice_viable (candidates, pedantic, &any_viable_p);
2792 *candidates = splice_viable (*candidates, pedantic, any_viable_p);
3052 candidates = splice_viable (candidates, pedantic, &any_viable_p);
3216 if (pedantic)
3433 candidates = splice_viable (candidates, pedantic, &any_viable_p);
3806 strict_p = pedantic;
5506 candidates = splice_viable (candidates, pedantic, &any_viable_p);
6337 if (!pedantic)
H A Dparser.c2092 else if (pedantic && !in_system_header && warn_long_long)
3135 && pedantic)
3199 if (pedantic)
4482 if (pedantic)
5229 pedantic = saved_pedantic;
7392 if (pedantic)
7531 invalid. Allow it unless we're being pedantic. */
7533 if (pedantic && !in_system_header)
7596 pedantic = saved_pedantic;
7704 pedantic
[all...]
H A Dsearch.c1856 else if (!pedantic
H A Ddecl2.c852 else if (pedantic && TREE_CODE (value) != VAR_DECL)
H A Dname-lookup.c707 if (pedantic && ! DECL_IN_SYSTEM_HEADER (x))
4882 not pedantic, and it is particularly useful for
H A Dpt.c11719 if (pedantic && !in_system_header)
11806 if (pedantic && !in_system_header)
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h345 /* Zero means don't warn about __VA_ARGS__ usage in c89 pedantic mode.
379 unsigned char pedantic; member in struct:cpp_options
787 /* Warning, an error with -pedantic-errors or -Werror. */
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dinternal.h284 The warning happens only for C89 extended mode with -pedantic on,
499 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, pedantic)
H A Dmacro.c1380 && CPP_OPTION (pfile, pedantic)
1385 else if (CPP_OPTION (pfile, pedantic)
H A Ddirectives.c339 /* Issue -pedantic warnings for extensions. */
386 if (CPP_OPTION (pfile, pedantic))
1413 some categories of warnings (notably those from -pedantic). It is
/freebsd-10-stable/contrib/libreadline/
H A DMakefile.in90 -Wmissing-prototypes -Wno-implicit -pedantic

Completed in 384 milliseconds