diff options
author | Richard Henderson <rth@cygnus.com> | 1998-06-07 07:06:47 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-06-07 07:06:47 -0700 |
commit | b53beeb2916a20b2e96f71510dc1232592a4271f (patch) | |
tree | e1af6b194df0278f71aa8c64fb8d02ade641e69d /gcc/LANGUAGES | |
parent | 874503bcad9c38fb673b43bcdc09e6d4658fe62a (diff) | |
download | gcc-b53beeb2916a20b2e96f71510dc1232592a4271f.zip gcc-b53beeb2916a20b2e96f71510dc1232592a4271f.tar.gz gcc-b53beeb2916a20b2e96f71510dc1232592a4271f.tar.bz2 |
toplev.c (flag_exceptions): Default to 0.
* toplev.c (flag_exceptions): Default to 0.
(compile_file): Remove flag_exceptions == 2 hack.
(main): Call lang_init_options.
* tree.h: Declare it.
* c-lang.c: Implement it.
* objc/objc-act.c: Likewise.
From-SVN: r20274
Diffstat (limited to 'gcc/LANGUAGES')
-rw-r--r-- | gcc/LANGUAGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/LANGUAGES b/gcc/LANGUAGES index 544e12b..a72b9e0 100644 --- a/gcc/LANGUAGES +++ b/gcc/LANGUAGES @@ -6,6 +6,10 @@ time as we can formally start documenting the interface this file will serve as a repository for information on these interface and any incompatable changes we've made. +Jun 7, 1998: + Front-ends must now define lang_init_options. It is safe for this + function to do nothing. See c-lang.c. + Apr 21, 1998: Front ends which link with c-common or other files from the C/C++ front-ends may need to handle TI types. Look for references to |