Hi. Similar for GNU Pascal language. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2017-07-11 Martin Liska * dbxout.c (get_lang_number): Do not handle GNU Pascal. * dbxout.h (extern void dbxout_stab_value_internal_label_diff): Remove N_SO_PASCAL. * dwarf2out.c (lower_bound_default): Do not handle DW_LANG_Pascal83. (gen_compile_unit_die): Likewise. * gcc.c: Remove default extension binding for GNU Pascal. * stmt.c: Remove Pascal language from a comment. * xcoffout.c: Likewise. --- gcc/dbxout.c | 2 -- gcc/dbxout.h | 1 - gcc/dwarf2out.c | 3 --- gcc/gcc.c | 1 - gcc/stmt.c | 2 +- gcc/xcoffout.c | 2 +- 6 files changed, 2 insertions(+), 9 deletions(-)