diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-07 14:06:47 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-07 14:06:47 +0000 |
commit | 7e87204ad6c289322ce6df1f40d0a5a958023bbb (patch) | |
tree | e1af6b194df0278f71aa8c64fb8d02ade641e69d /gcc/LANGUAGES | |
parent | 40eb09158e51dd1a1a78e87268b72446fa9cbeae (diff) | |
download | gcc-7e87204ad6c289322ce6df1f40d0a5a958023bbb.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20274 138bc75d-0d04-0410-961f-82ee72b054a4
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 544e12b4105..a72b9e0c550 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 |