mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 11:23:46 +00:00
61 lines
3.7 KiB
Plaintext
61 lines
3.7 KiB
Plaintext
# vim: ts=4 sw=4 expandtab
|
|
|
|
# Some regression tests only failed with particular options enabled.
|
|
# Please keep these lists sorted.
|
|
|
|
MCFLAGS-ambig_high_level = --type-check-constraints
|
|
MCFLAGS-ambig_pred = --type-check-constraints
|
|
MCFLAGS-ambig_pred_helper_1 = --type-check-constraints
|
|
MCFLAGS-ambig_pred_helper_2 = --type-check-constraints
|
|
MCFLAGS-ambig_pred_helper_3 = --type-check-constraints
|
|
MCFLAGS-ambig_pred_helper_4 = --type-check-constraints
|
|
|
|
MCFLAGS-bug100 = --halt-at-warn
|
|
MCFLAGS-call_impure_in_opt = --intermodule-optimization
|
|
MCFLAGS-call_impure_in_opt_helper_1 = --intermodule-optimization
|
|
MCFLAGS-char_escape_opt = --intermodule-optimization
|
|
MCFLAGS-char_escape_opt_helper_1 = --intermodule-optimization
|
|
MCFLAGS-dcg_bug = --intermodule-optimization
|
|
MCFLAGS-dcg_bug_helper_1 = --intermodule-optimization
|
|
MCFLAGS-empty_submodule = --no-warn-nothing-exported
|
|
MCFLAGS-exported_lambda = --intermodule-optimization
|
|
MCFLAGS-exported_lambda_helper_1 = --intermodule-optimization
|
|
MCFLAGS-field_access_funcs = --intermodule-optimization
|
|
MCFLAGS-field_access_funcs_helper_1 = --intermodule-optimization
|
|
MCFLAGS-foreign_proc_import = --intermodule-optimization
|
|
MCFLAGS-foreign_proc_import_helper_1 = --intermodule-optimization
|
|
MCFLAGS-func_class = --no-warn-nothing-exported
|
|
MCFLAGS-head_var_unify_uniq = --intermodule-optimization
|
|
MCFLAGS-head_var_unify_uniq_helper_1 = --intermodule-optimization
|
|
MCFLAGS-mode_from_int0_opt = --intermodule-optimization
|
|
MCFLAGS-mode_from_int0_opt_helper_1 = --intermodule-optimization
|
|
MCFLAGS-opt_det_warn = --intermodule-optimization \
|
|
--halt-at-warn
|
|
MCFLAGS-opt_det_warn_helper_1 = --intermodule-optimization \
|
|
--halt-at-warn \
|
|
--no-warn-inferred-erroneous
|
|
MCFLAGS-opt_file_quote = --intermodule-optimization
|
|
MCFLAGS-opt_file_quote_helper_1 = --intermodule-optimization
|
|
MCFLAGS-overload_resolution = --intermodule-optimization
|
|
MCFLAGS-overload_resolution_helper_1 = --intermodule-optimization
|
|
MCFLAGS-read_submod_opt = --intermodule-optimization
|
|
MCFLAGS-read_submod_opt_helper_1 = --intermodule-optimization
|
|
MCFLAGS-sharing_in_opt = --intermodule-optimization
|
|
MCFLAGS-sharing_in_opt_helper_1 = --intermodule-optimization
|
|
MCFLAGS-spurious_match = --intermodule-optimization
|
|
MCFLAGS-spurious_match.spurious_match_helper_1 = --intermodule-optimization
|
|
MCFLAGS-to_submods_opt = --intermodule-optimization
|
|
MCFLAGS-to_submods_opt_helper_1 = --intermodule-optimization
|
|
MCFLAGS-type_spec_vars = --intermodule-optimization
|
|
MCFLAGS-type_spec_vars_helper_1 = --intermodule-optimization
|
|
MCFLAGS-typeclass_exist_opt = --intermodule-optimization
|
|
MCFLAGS-typeclass_in_opt = --intermodule-optimization
|
|
MCFLAGS-typeclass_in_opt_helper_1 = --intermodule-optimization
|
|
MCFLAGS-unused_args_type_spec = --intermod-unused-args
|
|
MCFLAGS-user_eq_pred_nested = --intermodule-optimization
|
|
MCFLAGS-user_eq_pred_nested_helper_1 = --intermodule-optimization \
|
|
--no-warn-det-decls-too-lax
|
|
MCFLAGS-user_eq_pred_nonnested = --intermodule-optimization
|
|
MCFLAGS-user_eq_pred_nonnested_helper_1 = --intermodule-optimization
|
|
MCFLAGS-xml_event_read = --intermodule-optimization
|