From f14713178d25db56903458432b0e3dbf35dbe840 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Thu, 14 Nov 2019 07:55:04 +0000 Subject: Remove higher precision range tests because they are unused. This removes the dependency on m_max_pairs from the selftests, which has the ultimate effect of allowing us to put the tests in the selftest namespace as was the original plan. From-SVN: r278200 --- gcc/selftest.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc/selftest.h') diff --git a/gcc/selftest.h b/gcc/selftest.h index cc72123..48d8480 100644 --- a/gcc/selftest.h +++ b/gcc/selftest.h @@ -237,6 +237,7 @@ extern void opt_problem_cc_tests (); extern void optinfo_emit_json_cc_tests (); extern void predict_c_tests (); extern void pretty_print_c_tests (); +extern void range_tests (); extern void read_rtl_function_c_tests (); extern void rtl_tests_c_tests (); extern void sbitmap_c_tests (); @@ -260,10 +261,6 @@ extern int num_passes; } /* end of namespace selftest. */ -/* This is outside of the selftest namespace because it's a friend of - value_range. */ -extern void range_tests (); - /* Macros for writing tests. */ /* Evaluate EXPR and coerce to bool, calling -- cgit v1.1