From 894d0e3925471409585a6bdcc7af6b24be670fbf Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 27 Mar 2001 21:38:40 -0800 Subject: except.h (flag_non_call_exceptions): Move ... * except.h (flag_non_call_exceptions): Move ... * flags.h: ... here. From-SVN: r40906 --- gcc/flags.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index d0e2b27..8bc2ddd 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -624,4 +624,7 @@ extern int flag_eliminate_dwarf2_dups; and to print them when we are done. */ extern int flag_detailed_statistics; +/* Nonzero means enable synchronous exceptions for non-call instructions. */ +extern int flag_non_call_exceptions; + #endif /* GCC_FLAGS_H */ -- cgit v1.1