+2000-06-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * configure.in (--enable-checking): Update --help doc to reflect
+ new defaults. Ensure $ac_save_IFS is set before $IFS is changed.
+
Sun Jun 18 21:42:15 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
enable expensive run-time checks. With LIST,
enable only specific categories of checks.
Categories are: misc,tree,rtl,gc,gcac; default
- is misc,tree,rtl"
+ is misc,tree,gc"
ac_help="$ac_help
--disable-cpp don't provide a user-visible C preprocessor."
ac_help="$ac_help
case "${enableval}" in
yes) ac_checking=1 ; ac_tree_checking=1 ; ac_gc_checking=1 ;;
no) ;;
-*) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS,"
+*) IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
set fnord $enableval; shift
IFS="$ac_save_IFS"
for check
enable expensive run-time checks. With LIST,
enable only specific categories of checks.
Categories are: misc,tree,rtl,gc,gcac; default
- is misc,tree,rtl],
+ is misc,tree,gc],
[ac_checking=
ac_tree_checking=
ac_rtl_checking=
case "${enableval}" in
yes) ac_checking=1 ; ac_tree_checking=1 ; ac_gc_checking=1 ;;
no) ;;
-*) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS,"
+*) IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
set fnord $enableval; shift
IFS="$ac_save_IFS"
for check