Home
last modified time | relevance | path

Searched refs:ICE_EXIT_CODE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.c595 exit (ICE_EXIT_CODE); in diagnostic_action_after_output()
1137 exit (ICE_EXIT_CODE); in diagnostic_report_diagnostic()
H A Dsystem.h297 #define ICE_EXIT_CODE 4 macro
H A Dgcc.c3311 && WEXITSTATUS (status) == ICE_EXIT_CODE in execute()
6994 case ICE_EXIT_CODE: in run_attempt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.cc682 exit (ICE_EXIT_CODE); in diagnostic_action_after_output()
1364 exit (ICE_EXIT_CODE); in diagnostic_report_diagnostic()
H A Dsystem.h302 #define ICE_EXIT_CODE 4 macro
H A Dgcc.cc3519 && WEXITSTATUS (status) == ICE_EXIT_CODE in execute()
7731 case ICE_EXIT_CODE: in run_attempt()
H A DChangeLog-200615763 * system.h (ICE_EXIT_CODE): New macro.
15764 * diagnostic.c (diagnostic_count_diagnostic): Exit with ICE_EXIT_CODE.
H A DChangeLog-201416742 ICE_EXIT_CODE.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20063034 * error.c (gfc_fatal_error): Return ICE_EXIT_CODE instead of 4.