Home
last modified time | relevance | path

Searched refs:pedantic_errors (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddiagnostic.h236 bool pedantic_errors; member
Ddiagnostic.cc59 ((DC)->pedantic_errors ? DK_ERROR : DK_WARNING)
197 context->pedantic_errors = false; in diagnostic_initialize()
Dopts.cc3125 dc->pedantic_errors = 1; in common_handle_option()
DFSFChangeLog.102520 * cccp.c (skip_quoted_string): If pedantic and not pedantic_errors,
DChangeLog-200930693 pedantic_errors or inhibit_warnings flags.
DChangeLog-201029968 pedantic_errors, permissive and fatal_errors fields.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck2.cc1089 global_dc->pedantic_errors = 1; in check_narrowing()
1096 global_dc->pedantic_errors = flag_pedantic_errors; in check_narrowing()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
DChangeLog5594 * include/cpplib.h (cpp_options): Remove pedantic_errors,