diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2019-11-14 07:55:04 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2019-11-14 07:55:04 +0000 |
commit | f14713178d25db56903458432b0e3dbf35dbe840 (patch) | |
tree | 45a935648074ac0fcf3f8aae23f062263a94390b /gcc/selftest.h | |
parent | 456ccd3284b789c27daa8b93b68a27560a8b1117 (diff) | |
download | gcc-f14713178d25db56903458432b0e3dbf35dbe840.zip gcc-f14713178d25db56903458432b0e3dbf35dbe840.tar.gz gcc-f14713178d25db56903458432b0e3dbf35dbe840.tar.bz2 |
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
Diffstat (limited to 'gcc/selftest.h')
-rw-r--r-- | gcc/selftest.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |