gcc/libstdc++-v3/testsuite/decimal
Jonathan Wakely 4ed6e52446 Make use of extensions more explicit in libstdc++ tests
* testsuite/18_support/bad_exception/23591_thread-1.c: Add
	-Wno-pedantic to dg-options.
	* testsuite/20_util/align/2.cc: Use type as operand of alignof.
	* testsuite/20_util/is_floating_point/value.cc: Add -Wno-pedantic
	to dg-options.
	* testsuite/20_util/specialized_algorithms/uninitialized_fill/32158.cc:
	Remove extra semi-colon.
	* testsuite/23_containers/array/tuple_interface/tuple_element.cc:
	Always supply second argument to static_assert.
	* testsuite/25_algorithms/lower_bound/no_operator_ne.cc: Remove extra
	semi-colon.
	* testsuite/26_numerics/complex/c99.cc: Add -Wno-pedantic to
	dg-options.
	* testsuite/26_numerics/complex/literals/values.cc: Likewise.
	* testsuite/29_atomics/atomic/60695.cc: Likewise.
	* testsuite/29_atomics/atomic/62259.cc: use __alignof__ instead of
	alignof when operand is an object not a type.
	* testsuite/decimal/ctor.cc: Add -Wno-pedantic to dg-options.
	* testsuite/decimal/make-decimal.cc: Likewise.
	* testsuite/experimental/type_traits/value.cc: Always supply second
	argument to static_assert.
	* testsuite/util/testsuite_common_types.h: Use __extension__ for
	__int128 types.

From-SVN: r235154
2016-04-18 16:44:25 +01:00
..
binary-arith.cc Update copyright years. 2016-01-04 15:30:50 +01:00
cast_neg.cc Update copyright years. 2016-01-04 15:30:50 +01:00
comparison.cc Update copyright years. 2016-01-04 15:30:50 +01:00
compound-assignment-memfunc.cc Update copyright years. 2016-01-04 15:30:50 +01:00
compound-assignment.cc Update copyright years. 2016-01-04 15:30:50 +01:00
conversion-from-float.cc Update copyright years. 2016-01-04 15:30:50 +01:00
conversion-from-integral.cc Update copyright years. 2016-01-04 15:30:50 +01:00
conversion-to-generic-float.cc Update copyright years. 2016-01-04 15:30:50 +01:00
conversion-to-integral.cc Update copyright years. 2016-01-04 15:30:50 +01:00
ctor.cc Make use of extensions more explicit in libstdc++ tests 2016-04-18 16:44:25 +01:00
incdec-memfunc.cc Update copyright years. 2016-01-04 15:30:50 +01:00
incdec.cc Update copyright years. 2016-01-04 15:30:50 +01:00
make-decimal.cc Make use of extensions more explicit in libstdc++ tests 2016-04-18 16:44:25 +01:00
mixed-mode-arith_neg.cc Update copyright years. 2016-01-04 15:30:50 +01:00
mixed-mode-cmp_neg.cc Update copyright years. 2016-01-04 15:30:50 +01:00
operator_neg.cc Update copyright years. 2016-01-04 15:30:50 +01:00
pr54036-1.cc Update copyright years. 2016-01-04 15:30:50 +01:00
pr54036-2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
pr54036-3.cc Update copyright years. 2016-01-04 15:30:50 +01:00
pr58815.cc Update copyright years. 2016-01-04 15:30:50 +01:00
unary-arith.cc Update copyright years. 2016-01-04 15:30:50 +01:00