Home
last modified time | relevance | path

Searched refs:cpp_option (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc118 static cpp_options *cpp_option = NULL; variable
512 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options()
513 gcc_assert (cpp_option); in gfc_cpp_post_options()
516 cpp_option->traditional = 1; in gfc_cpp_post_options()
517 cpp_option->cplusplus_comments = 0; in gfc_cpp_post_options()
519 cpp_option->cpp_pedantic = pedantic; in gfc_cpp_post_options()
521 cpp_option->dollars_in_ident = flag_dollar_ok; in gfc_cpp_post_options()
522 cpp_option->discard_comments = gfc_cpp_option.discard_comments; in gfc_cpp_post_options()
523 cpp_option->discard_comments_in_macro_exp = gfc_cpp_option.discard_comments_in_macro_exp; in gfc_cpp_post_options()
524 cpp_option->print_include_names = gfc_cpp_option.print_include_names; in gfc_cpp_post_options()
[all …]
H A DChangeLog-20093297 (gfc_cpp_post_options): Don't set cpp_option->inhibit_warnings.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c114 static cpp_options *cpp_option = NULL; variable
462 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options()
463 gcc_assert (cpp_option); in gfc_cpp_post_options()
466 cpp_option->traditional = 1; in gfc_cpp_post_options()
467 cpp_option->cplusplus_comments = 0; in gfc_cpp_post_options()
469 cpp_option->cpp_pedantic = pedantic; in gfc_cpp_post_options()
471 cpp_option->dollars_in_ident = flag_dollar_ok; in gfc_cpp_post_options()
472 cpp_option->discard_comments = gfc_cpp_option.discard_comments; in gfc_cpp_post_options()
473 cpp_option->discard_comments_in_macro_exp = gfc_cpp_option.discard_comments_in_macro_exp; in gfc_cpp_post_options()
474 cpp_option->print_include_names = gfc_cpp_option.print_include_names; in gfc_cpp_post_options()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptc-gen.awk555 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));
556 if (cpp_option != "") {
561 print " cpp_opts->" cpp_option " = opts->x_" opt_var_name ";"
587 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));
589 if (cpp_option != "" && opt_var_name != "") {
590 print " opts->x_" opt_var_name " = cpp_opts->" cpp_option ";"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptc-gen.awk609 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));
610 if (cpp_option != "") {
615 print " cpp_opts->" cpp_option " = opts->x_" opt_var_name ";"
641 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));
643 if (cpp_option != "" && opt_var_name != "") {
644 print " opts->x_" opt_var_name " = cpp_opts->" cpp_option ";"