gcc/libstdc++-v3/testsuite/20_util/integer_comparisons
Jonathan Wakely ce7b39d0fc libstdc++: Fix new tests that fail for ILP32 targets
* testsuite/20_util/integer_comparisons/equal.cc: Fix invalid
	assumption that long is wider than int.
	* testsuite/20_util/integer_comparisons/greater_equal.cc: Likewise.
	* testsuite/20_util/integer_comparisons/less.cc: Likewise.
	* testsuite/20_util/integer_comparisons/less_equal.cc: Likewise.
	* testsuite/20_util/integer_comparisons/not_equal.cc: Likewise.
2020-02-18 18:57:30 +00:00
..
1.cc
2.cc
equal.cc libstdc++: Fix new tests that fail for ILP32 targets 2020-02-18 18:57:30 +00:00
equal_neg.cc
greater_equal.cc libstdc++: Fix new tests that fail for ILP32 targets 2020-02-18 18:57:30 +00:00
greater_equal_neg.cc
greater_neg.cc
in_range.cc
in_range_neg.cc
less.cc libstdc++: Fix new tests that fail for ILP32 targets 2020-02-18 18:57:30 +00:00
less_equal.cc libstdc++: Fix new tests that fail for ILP32 targets 2020-02-18 18:57:30 +00:00
less_equal_neg.cc
less_neg.cc
not_equal.cc libstdc++: Fix new tests that fail for ILP32 targets 2020-02-18 18:57:30 +00:00
not_equal_neg.cc