comparison gcc/configure.ac @ 112:ab0bcb71f44d

merge gcc 7
author mir3636
date Fri, 10 Nov 2017 19:46:38 +0900
parents 04ced10e8804 1b10fe6932e1
children d34655255c78
comparison
equal deleted inserted replaced
111:04ced10e8804 112:ab0bcb71f44d
575 misc) ac_checking=1 ;; 575 misc) ac_checking=1 ;;
576 rtl) ac_rtl_checking=1 ;; 576 rtl) ac_rtl_checking=1 ;;
577 rtlflag) ac_rtlflag_checking=1 ;; 577 rtlflag) ac_rtlflag_checking=1 ;;
578 runtime) ac_runtime_checking=1 ;; 578 runtime) ac_runtime_checking=1 ;;
579 tree) ac_tree_checking=1 ;; 579 tree) ac_tree_checking=1 ;;
580 macrofunc) ac_macrofunc_checking=1 ;;
580 types) ac_types_checking=1 ;; 581 types) ac_types_checking=1 ;;
581 valgrind) ac_valgrind_checking=1 ;; 582 valgrind) ac_valgrind_checking=1 ;;
582 *) AC_MSG_ERROR(unknown check category $check) ;; 583 *) AC_MSG_ERROR(unknown check category $check) ;;
583 esac 584 esac
584 done 585 done
626 structure of the front ends) to be checked for dynamic type safety 627 structure of the front ends) to be checked for dynamic type safety
627 at runtime. This is moderately expensive. 628 at runtime. This is moderately expensive.
628 ]) 629 ])
629 TREECHECKING=yes 630 TREECHECKING=yes
630 fi 631 fi
632 if test x$ac_macrofunc_checking != x ; then
633 AC_DEFINE(ENABLE_TREE_CHECKING, 1,
634 [Define if you want all operations on trees (the basic data
635 ])
636 MACROFUNC=cbc-tree-debug.o
637 fi
631 if test x$ac_types_checking != x ; then 638 if test x$ac_types_checking != x ; then
632 AC_DEFINE(ENABLE_TYPES_CHECKING, 1, 639 AC_DEFINE(ENABLE_TYPES_CHECKING, 1,
633 [Define if you want all gimple types to be verified after gimplifiation. 640 [Define if you want all gimple types to be verified after gimplifiation.
634 This is cheap. 641 This is cheap.
635 ]) 642 ])
636 fi 643 fi
644 <<<<<<< local
637 AC_SUBST(TREECHECKING) 645 AC_SUBST(TREECHECKING)
646 =======
647 AC_SUBST(TREEBROWSER)
648 AC_SUBST(MACROFUNC)
649 >>>>>>> other
638 if test x$ac_rtl_checking != x ; then 650 if test x$ac_rtl_checking != x ; then
639 AC_DEFINE(ENABLE_RTL_CHECKING, 1, 651 AC_DEFINE(ENABLE_RTL_CHECKING, 1,
640 [Define if you want all operations on RTL (the basic data structure 652 [Define if you want all operations on RTL (the basic data structure
641 of the optimizer and back end) to be checked for dynamic type safety 653 of the optimizer and back end) to be checked for dynamic type safety
642 at runtime. This is quite expensive.]) 654 at runtime. This is quite expensive.])