diff mbox

[v3] Minimally exercise the other alias_decls in <type_traits>

Message ID 543E95A8.2010507@oracle.com
State New
Headers show

Commit Message

Paolo Carlini Oct. 15, 2014, 3:41 p.m. UTC
... the below replaces -std=c++0x and -std=c++11 with -std=gnu++11.

Paolo.

/////////////////
2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/20_util/bind/57899.cc: Prefer -std=gnu++11.
	* testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc:
	Likewise.
	* testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc:
	Likewise.
	* testsuite/20_util/duration/requirements/sfinae_friendly_1.cc:
	Likewise.
	* testsuite/23_containers/map/modifiers/erase/abi_tag.cc: Likewise.
	* testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc: Likewise.
	* testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc: Likewise.
	* testsuite/23_containers/set/modifiers/erase/abi_tag.cc: Likewise.
	* testsuite/23_containers/unordered_map/allocator/copy.cc: Likewise.
	* testsuite/23_containers/unordered_map/allocator/copy_assign.cc: 
	Likewise.
	* testsuite/23_containers/unordered_map/allocator/minimal.cc: Likewise.
	* testsuite/23_containers/unordered_map/allocator/move.cc: Likewise.
	* testsuite/23_containers/unordered_map/allocator/move_assign.cc: 
	Likewise.
	* testsuite/23_containers/unordered_map/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/unordered_map/allocator/swap.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/begin1_neg.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/begin2_neg.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc: 
	Likewise.
	* testsuite/23_containers/unordered_map/debug/cbegin_neg.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/cend_neg.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/end1_neg.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/end2_neg.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/copy.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/minimal.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/move.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/move_assign.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/noexcept.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/swap.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc: 
	Likewise.
	* testsuite/23_containers/unordered_multimap/debug/
	bucket_size_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/debug/
	cbegin_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/debug/
	cend_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/debug/
	end1_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/debug/
	end2_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/debug/
	max_load_factor_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/
	copy.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/
	copy_assign.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/
	minimal.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/
	move.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/
	move_assign.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/
	noexcept.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/
	swap.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	begin1_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	begin2_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	bucket_size_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	cbegin_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	cend_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	end1_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	end2_neg.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/debug/
	max_load_factor_neg.cc: Likewise.
	* testsuite/23_containers/unordered_set/allocator/copy.cc: Likewise.
	* testsuite/23_containers/unordered_set/allocator/
	copy_assign.cc: Likewise.
	* testsuite/23_containers/unordered_set/allocator/minimal.cc: Likewise.
	* testsuite/23_containers/unordered_set/allocator/move.cc: Likewise.
	* testsuite/23_containers/unordered_set/allocator/
	move_assign.cc: Likewise.
	* testsuite/23_containers/unordered_set/allocator/
	noexcept.cc: Likewise.
	* testsuite/23_containers/unordered_set/allocator/swap.cc: Likewise.
	* testsuite/23_containers/unordered_set/buckets/swap.cc: Likewise.
	* testsuite/23_containers/unordered_set/debug/begin1_neg.cc: Likewise.
	* testsuite/23_containers/unordered_set/debug/begin2_neg.cc: Likewise.
	* testsuite/23_containers/unordered_set/debug/
	bucket_size_neg.cc: Likewise.
	* testsuite/23_containers/unordered_set/debug/cbegin_neg.cc: Likewise.
	* testsuite/23_containers/unordered_set/debug/cend_neg.cc: Likewise
	* testsuite/23_containers/unordered_set/debug/end1_neg.cc: Likewise.
	* testsuite/23_containers/unordered_set/debug/end2_neg.cc: Likewise.
	* testsuite/23_containers/unordered_set/debug/
	max_load_factor_neg.cc: Likewise.
	* testsuite/26_numerics/complex/abi_tag.cc: Likewise.
	* testsuite/26_numerics/headers/cstdlib/54686.c: Likewise.
	* testsuite/26_numerics/random/bernoulli_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/bernoulli_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/bernoulli_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/bernoulli_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/bernoulli_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/bernoulli_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/binomial_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/binomial_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/binomial_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/binomial_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/binomial_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/binomial_distribution/requirements/
	explicit_instantiation/1.cc
	* testsuite/26_numerics/random/binomial_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/cauchy_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/cauchy_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/cauchy_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/cauchy_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/cauchy_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/cauchy_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/cauchy_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/chi_squared_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/chi_squared_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/chi_squared_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/chi_squared_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/chi_squared_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/chi_squared_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/chi_squared_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/default_random_engine.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/cons/
	base_copy.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/cons/
	base_move.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/cons/
	copy.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/cons/
	seed1.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/cons/
	seed2.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/cons/
	seed_seq.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/cons/
	initlist.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/cons/
	num_xbound_fun.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/cons/
	range.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/operators/
	call-default.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/discrete_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/exponential_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/exponential_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/exponential_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/exponential_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/exponential_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/exponential_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/exponential_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/extreme_value_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/extreme_value_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/extreme_value_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/extreme_value_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/extreme_value_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/extreme_value_distribution/
	requirements/explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/extreme_value_distribution/
	requirements/typedefs.cc: Likewise.
	* testsuite/26_numerics/random/fisher_f_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/fisher_f_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/fisher_f_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/fisher_f_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/fisher_f_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/fisher_f_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/fisher_f_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/gamma_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/gamma_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/gamma_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/gamma_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/gamma_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/gamma_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/gamma_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/geometric_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/geometric_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/geometric_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/geometric_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/geometric_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/geometric_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/geometric_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/cons/
	base_copy.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/cons/
	base_move.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/cons/
	copy.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/cons/
	seed1.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/cons/
	seed2.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/cons/
	seed_seq.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/knuth_b.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/cons/
	copy.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/cons/
	seed1.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/cons/
	seed2.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/cons/
	seed_seq.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/requirements/
	constants.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/requirements/
	non_uint_neg.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/lognormal_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/lognormal_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/lognormal_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/lognormal_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/lognormal_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/lognormal_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/lognormal_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/cons/
	copy.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/cons/
	seed1.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/cons/
	seed2.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/cons/
	seed_seq.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/requirements/
	constants.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/minstd_rand.cc: Likewise.
	* testsuite/26_numerics/random/minstd_rand0.cc: Likewise.
	* testsuite/26_numerics/random/mt19937.cc: Likewise.
	* testsuite/26_numerics/random/mt19937_64.cc: Likewise.
	* testsuite/26_numerics/random/negative_binomial_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/negative_binomial_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/negative_binomial_distribution/
	operators/equal.cc: Likewise.
	* testsuite/26_numerics/random/negative_binomial_distribution/
	operators/inequal.cc: Likewise.
	* testsuite/26_numerics/random/negative_binomial_distribution/
	operators/serialize.cc: Likewise.
	* testsuite/26_numerics/random/negative_binomial_distribution/
	requirements/explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/negative_binomial_distribution/
	requirements/typedefs.cc: Likewise.
	* testsuite/26_numerics/random/normal_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/normal_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/normal_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/normal_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/normal_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/normal_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/normal_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	cons/default.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	cons/initlist_fun.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	cons/num_xbound_fun.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	cons/range.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	operators/call-default.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	operators/equal.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	operators/inequal.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	operators/serialize.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	requirements/explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_constant_distribution/
	requirements/typedefs.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	cons/default.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	cons/initlist_fun.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	cons/num_xbound_fun.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	cons/range.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	operators/call-default.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	operators/equal.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	operators/inequal.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	operators/serialize.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	requirements/explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/piecewise_linear_distribution/
	requirements/typedefs.cc: Likewise.
	* testsuite/26_numerics/random/poisson_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/poisson_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/poisson_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/poisson_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/poisson_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/poisson_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/poisson_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/random_device/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/random_device/cons/token.cc: Likewise.
	* testsuite/26_numerics/random/random_device/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/ranlux24.cc: Likewise.
	* testsuite/26_numerics/random/ranlux24_base.cc: Likewise.
	* testsuite/26_numerics/random/ranlux48.cc: Likewise.
	* testsuite/26_numerics/random/ranlux48_base.cc: Likewise.
	* testsuite/26_numerics/random/seed_seq/cons/default.cc: Likewise.
	* testsuite/26_numerics/random/seed_seq/cons/initlist.cc: Likewise.
	* testsuite/26_numerics/random/seed_seq/cons/range.cc: Likewise.
	* testsuite/26_numerics/random/seed_seq/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/cons/
	base_copy.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/cons/
	base_move.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/cons/
	copy.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/cons/
	seed1.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/cons/
	seed2.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/cons/
	seed_seq.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/requirements/
	constants.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/student_t_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/student_t_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/student_t_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/student_t_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/student_t_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/student_t_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/student_t_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
	copy.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
	seed1.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
	seed2.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
	seed_seq.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/
	operators/equal.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/
	operators/inequal.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/
	operators/serialize.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/
	requirements/constants.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/
	requirements/typedefs.cc: Likewise.
	* testsuite/26_numerics/random/uniform_int_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/uniform_int_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/uniform_int_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/uniform_int_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/uniform_int_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/uniform_int_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/uniform_int_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/26_numerics/random/weibull_distribution/cons/
	default.cc: Likewise.
	* testsuite/26_numerics/random/weibull_distribution/cons/
	parms.cc: Likewise.
	* testsuite/26_numerics/random/weibull_distribution/operators/
	equal.cc: Likewise.
	* testsuite/26_numerics/random/weibull_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/26_numerics/random/weibull_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/26_numerics/random/weibull_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/26_numerics/random/weibull_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/basic/
	string_01.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/basic/
	string_range_00_03.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/basic/
	string_range_01_03.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/basic/
	string_range_02_03.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/extended/
	cstring_plus.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/extended/
	cstring_questionmark.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/extended/
	string_any.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/extended/
	string_range_00_03.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/extended/
	string_range_01_03.cc: Likewise.
	* testsuite/28_regex/algorithms/regex_match/extended/
	string_range_02_03.cc: Likewise.
	* testsuite/28_regex/basic_regex/assign/char/cstring.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/basic/cstring.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/basic/default.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/basic/
	pstring_wchar_t.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/copy_char.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/extended/cstring.cc: Likewise.
	* testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc: Likewise.
	* testsuite/28_regex/constants/error_type.cc: Likewise.
	* testsuite/28_regex/constants/match_flag_type.cc: Likewise.
	* testsuite/28_regex/constants/syntax_option_type.cc: Likewise.
	* testsuite/28_regex/iterators/regex_iterator/ctors/char/
	default.cc: Likewise.
	* testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/
	default.cc: Likewise.
	* testsuite/28_regex/iterators/regex_iterator/typedefs.cc: Likewise.
	* testsuite/28_regex/iterators/regex_token_iterator/ctors/char/
	default.cc: Likewise.
	* testsuite/28_regex/iterators/regex_token_iterator/
	typedefs.cc: Likewise.
	* testsuite/28_regex/match_results/ctors/char/default.cc: Likewise.
	* testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.
	* testsuite/28_regex/match_results/typedefs.cc: Likewise.
	* testsuite/28_regex/regex_error/base.cc: Likewise.
	* testsuite/28_regex/regex_error/regex_error.cc: Likewise.
	* testsuite/28_regex/requirements/typedefs.cc: Likewise.
	* testsuite/28_regex/sub_match/cast_char.cc: Likewise.
	* testsuite/28_regex/sub_match/cast_wchar_t.cc: Likewise.
	* testsuite/28_regex/sub_match/length.cc: Likewise.
	* testsuite/28_regex/sub_match/typedefs.cc: Likewise.
	* testsuite/28_regex/traits/char/isctype.cc: Likewise.
	* testsuite/28_regex/traits/char/length.cc: Likewise.
	* testsuite/28_regex/traits/char/lookup_classname.cc: Likewise.
	* testsuite/28_regex/traits/char/lookup_collatename.cc: Likewise.
	* testsuite/28_regex/traits/char/transform.cc: Likewise.
	* testsuite/28_regex/traits/char/transform_primary.cc: Likewise.
	* testsuite/28_regex/traits/char/translate.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/isctype.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/length.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/lookup_classname.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/lookup_collatename.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/transform.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/transform_primary.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/translate.cc: Likewise.
	* testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise.
	* testsuite/ext/random/arcsine_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/arcsine_distribution/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/arcsine_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/arcsine_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/arcsine_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/arcsine_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/beta_distribution/cons/default.cc: Likewise.
	* testsuite/ext/random/beta_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/beta_distribution/operators/equal.cc: Likewise.
	* testsuite/ext/random/beta_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/beta_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/beta_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/beta_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise.
	* testsuite/ext/random/hoyt_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/hoyt_distribution/operators/equal.cc: Likewise.
	* testsuite/ext/random/hoyt_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/hoyt_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/hoyt_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/hoyt_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/k_distribution/cons/default.cc: Likewise.
	* testsuite/ext/random/k_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/k_distribution/operators/equal.cc: Likewise.
	* testsuite/ext/random/k_distribution/operators/inequal.cc: Likewise.
	* testsuite/ext/random/k_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/k_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/k_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise.
	* testsuite/ext/random/logistic_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/logistic_distribution/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/logistic_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/logistic_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/logistic_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/nakagami_distribution/cons/
	default.cc: Likewise.
	* testsuite/ext/random/nakagami_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/nakagami_distribution/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/nakagami_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/nakagami_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/nakagami_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/nakagami_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/normal_mv_distribution/cons/
	default.cc: Likewise.
	* testsuite/ext/random/normal_mv_distribution/cons/
	parms.cc: Likewise.
	* testsuite/ext/random/normal_mv_distribution/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/normal_mv_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/normal_mv_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/normal_mv_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/normal_mv_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise.
	* testsuite/ext/random/pareto_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/pareto_distribution/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/pareto_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/pareto_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/pareto_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/pareto_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/rice_distribution/cons/default.cc: Likewise.
	* testsuite/ext/random/rice_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/rice_distribution/operators/equal.cc: Likewise.
	* testsuite/ext/random/rice_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/rice_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/rice_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/rice_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
	copy.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
	default.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
	seed1.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
	seed2.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
	seed_seq.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/triangular_distribution/cons/
	default.cc: Likewise.
	* testsuite/ext/random/triangular_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/triangular_distribution/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/triangular_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/triangular_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/triangular_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/triangular_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/ext/random/von_mises_distribution/cons/
	default.cc: Likewise.
	* testsuite/ext/random/von_mises_distribution/cons/parms.cc: Likewise.
	* testsuite/ext/random/von_mises_distribution/operators/
	equal.cc: Likewise.
	* testsuite/ext/random/von_mises_distribution/operators/
	inequal.cc: Likewise.
	* testsuite/ext/random/von_mises_distribution/operators/
	serialize.cc: Likewise.
	* testsuite/ext/random/von_mises_distribution/requirements/
	explicit_instantiation/1.cc: Likewise.
	* testsuite/ext/random/von_mises_distribution/requirements/
	typedefs.cc: Likewise.
	* testsuite/performance/23_containers/insert/54075.cc: Likewise.
	* testsuite/performance/23_containers/insert/
	unordered_set.cc: Likewise.

Comments

Mike Stump Oct. 15, 2014, 5:35 p.m. UTC | #1
On Oct 15, 2014, at 8:41 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> ... the below replaces -std=c++0x and -std=c++11 with -std=gnu++11.

Seems odd to go from c++11 -> gnu++11.  Why?
Paolo Carlini Oct. 15, 2014, 5:48 p.m. UTC | #2
On 10/15/2014 07:35 PM, Mike Stump wrote:
> On Oct 15, 2014, at 8:41 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
>> ... the below replaces -std=c++0x and -std=c++11 with -std=gnu++11.
> Seems odd to go from c++11 -> gnu++11.  Why?
Because all the new testcases we are committing use -std=gnu++11, which 
is right, because the current default is -std=gnu++98, *not* -std=c++98.

Paolo.
diff mbox

Patch

Index: testsuite/20_util/bind/57899.cc
===================================================================
--- testsuite/20_util/bind/57899.cc	(revision 216264)
+++ testsuite/20_util/bind/57899.cc	(working copy)
@@ -19,7 +19,7 @@ 
 
 // PR c++/57899
 // { dg-do compile }
-// { dg-options -std=c++11 }
+// { dg-options -std=gnu++11 }
 
 #include <functional>
 using std::bind;
Index: testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc
===================================================================
--- testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc	(revision 216264)
+++ testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc
===================================================================
--- testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc	(revision 216264)
+++ testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/20_util/duration/requirements/sfinae_friendly_1.cc
===================================================================
--- testsuite/20_util/duration/requirements/sfinae_friendly_1.cc	(revision 216264)
+++ testsuite/20_util/duration/requirements/sfinae_friendly_1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/23_containers/map/modifiers/erase/abi_tag.cc
===================================================================
--- testsuite/23_containers/map/modifiers/erase/abi_tag.cc	(revision 216264)
+++ testsuite/23_containers/map/modifiers/erase/abi_tag.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options -std=c++11 }
+// { dg-options -std=gnu++11 }
 // { dg-require-normal-mode "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
Index: testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc
===================================================================
--- testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc	(revision 216264)
+++ testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options -std=c++11 }
+// { dg-options -std=gnu++11 }
 // { dg-require-normal-mode "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
Index: testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc
===================================================================
--- testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc	(revision 216264)
+++ testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options -std=c++11 }
+// { dg-options -std=gnu++11 }
 // { dg-require-normal-mode "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
Index: testsuite/23_containers/set/modifiers/erase/abi_tag.cc
===================================================================
--- testsuite/23_containers/set/modifiers/erase/abi_tag.cc	(revision 216264)
+++ testsuite/23_containers/set/modifiers/erase/abi_tag.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options -std=c++11 }
+// { dg-options -std=gnu++11 }
 // { dg-require-normal-mode "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
Index: testsuite/23_containers/unordered_map/allocator/copy.cc
===================================================================
--- testsuite/23_containers/unordered_map/allocator/copy.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/allocator/copy.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_map/allocator/copy_assign.cc
===================================================================
--- testsuite/23_containers/unordered_map/allocator/copy_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/allocator/copy_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_map/allocator/minimal.cc
===================================================================
--- testsuite/23_containers/unordered_map/allocator/minimal.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/allocator/minimal.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <memory>
Index: testsuite/23_containers/unordered_map/allocator/move.cc
===================================================================
--- testsuite/23_containers/unordered_map/allocator/move.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/allocator/move.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_map/allocator/move_assign.cc
===================================================================
--- testsuite/23_containers/unordered_map/allocator/move_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/allocator/move_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_map/allocator/noexcept.cc
===================================================================
--- testsuite/23_containers/unordered_map/allocator/noexcept.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/allocator/noexcept.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_allocator.h>
Index: testsuite/23_containers/unordered_map/allocator/swap.cc
===================================================================
--- testsuite/23_containers/unordered_map/allocator/swap.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/allocator/swap.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_map/debug/begin1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/begin1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/begin1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_map/debug/begin2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/begin2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/begin2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_map/debug/cbegin_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/cbegin_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/cbegin_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_map/debug/cend_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/cend_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/cend_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_map/debug/end1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/end1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/end1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_map/debug/end2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/end2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/end2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc
===================================================================
--- testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/allocator/copy.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/allocator/copy.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/allocator/copy.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multimap/allocator/minimal.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/allocator/minimal.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/allocator/minimal.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <memory>
Index: testsuite/23_containers/unordered_multimap/allocator/move.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/allocator/move.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/allocator/move.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multimap/allocator/move_assign.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/allocator/move_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/allocator/move_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multimap/allocator/noexcept.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/allocator/noexcept.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/allocator/noexcept.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_allocator.h>
Index: testsuite/23_containers/unordered_multimap/allocator/swap.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/allocator/swap.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/allocator/swap.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_map>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/debug/cend_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/cend_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/cend_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/debug/end1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/end1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/end1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/debug/end2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/end2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/end2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multimap/debug/max_load_factor_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multimap/debug/max_load_factor_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multimap/debug/max_load_factor_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_map>
Index: testsuite/23_containers/unordered_multiset/allocator/copy.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/allocator/copy.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/allocator/copy.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multiset/allocator/copy_assign.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/allocator/copy_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/allocator/copy_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multiset/allocator/minimal.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/allocator/minimal.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/allocator/minimal.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <memory>
Index: testsuite/23_containers/unordered_multiset/allocator/move.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/allocator/move.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/allocator/move.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multiset/allocator/move_assign.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/allocator/move_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/allocator/move_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multiset/allocator/noexcept.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/allocator/noexcept.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/allocator/noexcept.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_allocator.h>
Index: testsuite/23_containers/unordered_multiset/allocator/swap.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/allocator/swap.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/allocator/swap.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_multiset/debug/cend_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/cend_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/cend_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_multiset/debug/end1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/end1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/end1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_multiset/debug/end2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/end2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/end2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_multiset/debug/max_load_factor_neg.cc
===================================================================
--- testsuite/23_containers/unordered_multiset/debug/max_load_factor_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_multiset/debug/max_load_factor_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/allocator/copy.cc
===================================================================
--- testsuite/23_containers/unordered_set/allocator/copy.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/allocator/copy.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_set/allocator/copy_assign.cc
===================================================================
--- testsuite/23_containers/unordered_set/allocator/copy_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/allocator/copy_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_set/allocator/minimal.cc
===================================================================
--- testsuite/23_containers/unordered_set/allocator/minimal.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/allocator/minimal.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <memory>
Index: testsuite/23_containers/unordered_set/allocator/move.cc
===================================================================
--- testsuite/23_containers/unordered_set/allocator/move.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/allocator/move.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_set/allocator/move_assign.cc
===================================================================
--- testsuite/23_containers/unordered_set/allocator/move_assign.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/allocator/move_assign.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_set/allocator/noexcept.cc
===================================================================
--- testsuite/23_containers/unordered_set/allocator/noexcept.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/allocator/noexcept.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_allocator.h>
Index: testsuite/23_containers/unordered_set/allocator/swap.cc
===================================================================
--- testsuite/23_containers/unordered_set/allocator/swap.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/allocator/swap.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <unordered_set>
 #include <testsuite_hooks.h>
Index: testsuite/23_containers/unordered_set/buckets/swap.cc
===================================================================
--- testsuite/23_containers/unordered_set/buckets/swap.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/buckets/swap.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
Index: testsuite/23_containers/unordered_set/debug/begin1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/begin1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/begin1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/debug/begin2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/begin2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/begin2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/debug/cbegin_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/cbegin_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/cbegin_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/debug/cend_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/cend_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/cend_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/debug/end1_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/end1_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/end1_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/debug/end2_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/end2_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/end2_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc
===================================================================
--- testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc	(revision 216264)
+++ testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc	(working copy)
@@ -16,7 +16,7 @@ 
 // <http://www.gnu.org/licenses/>.
 //
 // { dg-require-debug-mode "" }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run { xfail *-*-* } }
 
 #include <unordered_set>
Index: testsuite/26_numerics/complex/abi_tag.cc
===================================================================
--- testsuite/26_numerics/complex/abi_tag.cc	(revision 216264)
+++ testsuite/26_numerics/complex/abi_tag.cc	(working copy)
@@ -1,6 +1,6 @@ 
 // Test that the C++11 variants of real/imag have an ABI tag
 // { dg-do compile }
-// { dg-options -std=c++11 }
+// { dg-options -std=gnu++11 }
 
 #include <complex>
 
Index: testsuite/26_numerics/headers/cstdlib/54686.c
===================================================================
--- testsuite/26_numerics/headers/cstdlib/54686.c	(revision 216264)
+++ testsuite/26_numerics/headers/cstdlib/54686.c	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
 //
Index: testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/bernoulli_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/bernoulli_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/bernoulli_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/bernoulli_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/bernoulli_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/bernoulli_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/bernoulli_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/bernoulli_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/bernoulli_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/binomial_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/binomial_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/binomial_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/binomial_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/binomial_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/binomial_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/binomial_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/binomial_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/binomial_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/binomial_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/binomial_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/binomial_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/binomial_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/binomial_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/binomial_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/cauchy_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/cauchy_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/cauchy_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/cauchy_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/cauchy_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/cauchy_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/cauchy_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/cauchy_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/cauchy_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/chi_squared_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/chi_squared_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/chi_squared_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/chi_squared_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/chi_squared_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/chi_squared_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/chi_squared_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/chi_squared_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/chi_squared_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/default_random_engine.cc
===================================================================
--- testsuite/26_numerics/random/default_random_engine.cc	(revision 216264)
+++ testsuite/26_numerics/random/default_random_engine.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/cons/copy.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/cons/copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/cons/copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/discard_block_engine/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discard_block_engine/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/discard_block_engine/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/discard_block_engine/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discrete_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discrete_distribution/cons/initlist.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/cons/initlist.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/cons/initlist.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discrete_distribution/cons/range.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/cons/range.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/cons/range.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discrete_distribution/operators/call-default.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/operators/call-default.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/operators/call-default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-10-13  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/discrete_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/discrete_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/discrete_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/discrete_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/discrete_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/discrete_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/exponential_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/exponential_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/exponential_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/exponential_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/exponential_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/exponential_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/exponential_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/exponential_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/exponential_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/exponential_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/exponential_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/exponential_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/exponential_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/exponential_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/exponential_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/exponential_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/exponential_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/exponential_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/extreme_value_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/extreme_value_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/extreme_value_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/extreme_value_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/extreme_value_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/extreme_value_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/extreme_value_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/extreme_value_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/extreme_value_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/fisher_f_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/fisher_f_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/fisher_f_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/fisher_f_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/fisher_f_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/fisher_f_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/fisher_f_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/fisher_f_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/fisher_f_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/gamma_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/gamma_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/gamma_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/gamma_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/gamma_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/gamma_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/gamma_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/gamma_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/gamma_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/gamma_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/gamma_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/gamma_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/gamma_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/gamma_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/gamma_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/gamma_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/gamma_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/gamma_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/geometric_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/geometric_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/geometric_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/geometric_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/geometric_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/geometric_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/geometric_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/geometric_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/geometric_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/geometric_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/geometric_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/geometric_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/geometric_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/geometric_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/geometric_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/geometric_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/geometric_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/geometric_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/cons/base_copy.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/cons/base_copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/cons/base_copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/cons/base_move.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/cons/base_move.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/cons/base_move.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/independent_bits_engine/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/independent_bits_engine/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/independent_bits_engine/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/independent_bits_engine/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/knuth_b.cc
===================================================================
--- testsuite/26_numerics/random/knuth_b.cc	(revision 216264)
+++ testsuite/26_numerics/random/knuth_b.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/linear_congruential_engine/cons/copy.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/cons/copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/cons/copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/linear_congruential_engine/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/linear_congruential_engine/cons/seed1.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/cons/seed1.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/cons/seed1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/linear_congruential_engine/cons/seed2.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/cons/seed2.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/cons/seed2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/linear_congruential_engine/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/linear_congruential_engine/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/linear_congruential_engine/requirements/constants.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/requirements/constants.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/requirements/constants.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do link }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-09-29  Paolo Carlini <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc	(working copy)
@@ -19,7 +19,7 @@ 
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-error "not a valid type" "" { target *-*-* } 31 }
 
Index: testsuite/26_numerics/random/linear_congruential_engine/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/linear_congruential_engine/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/linear_congruential_engine/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/lognormal_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/lognormal_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/lognormal_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/lognormal_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/lognormal_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/lognormal_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/lognormal_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/lognormal_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/lognormal_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/lognormal_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/lognormal_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/lognormal_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/lognormal_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/lognormal_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/lognormal_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mersenne_twister_engine/cons/copy.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/cons/copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/cons/copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/mersenne_twister_engine/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/mersenne_twister_engine/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mersenne_twister_engine/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mersenne_twister_engine/requirements/constants.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/requirements/constants.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/requirements/constants.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do link }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-09-29  Paolo Carlini <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/mersenne_twister_engine/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/mersenne_twister_engine/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/mersenne_twister_engine/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/minstd_rand.cc
===================================================================
--- testsuite/26_numerics/random/minstd_rand.cc	(revision 216264)
+++ testsuite/26_numerics/random/minstd_rand.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/minstd_rand0.cc
===================================================================
--- testsuite/26_numerics/random/minstd_rand0.cc	(revision 216264)
+++ testsuite/26_numerics/random/minstd_rand0.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mt19937.cc
===================================================================
--- testsuite/26_numerics/random/mt19937.cc	(revision 216264)
+++ testsuite/26_numerics/random/mt19937.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/mt19937_64.cc
===================================================================
--- testsuite/26_numerics/random/mt19937_64.cc	(revision 216264)
+++ testsuite/26_numerics/random/mt19937_64.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/negative_binomial_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/negative_binomial_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/negative_binomial_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/negative_binomial_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/negative_binomial_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/negative_binomial_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/negative_binomial_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/negative_binomial_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/negative_binomial_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/normal_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/normal_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/normal_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/normal_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/normal_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/normal_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/normal_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/normal_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/normal_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/normal_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/normal_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/normal_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/normal_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/normal_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/normal_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/normal_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/normal_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/normal_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/cons/range.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/cons/range.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/cons/range.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/operators/call-default.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/operators/call-default.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/operators/call-default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-10-13  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/cons/range.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/cons/range.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/cons/range.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/operators/call-default.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/operators/call-default.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/operators/call-default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-10-12  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-03  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/poisson_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/poisson_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/poisson_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/poisson_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/poisson_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/poisson_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/poisson_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/poisson_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/poisson_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/poisson_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/poisson_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/poisson_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/poisson_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/poisson_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/poisson_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/random_device/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/random_device/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/random_device/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/random_device/cons/token.cc
===================================================================
--- testsuite/26_numerics/random/random_device/cons/token.cc	(revision 216264)
+++ testsuite/26_numerics/random/random_device/cons/token.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/random_device/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/random_device/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/random_device/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/ranlux24.cc
===================================================================
--- testsuite/26_numerics/random/ranlux24.cc	(revision 216264)
+++ testsuite/26_numerics/random/ranlux24.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/ranlux24_base.cc
===================================================================
--- testsuite/26_numerics/random/ranlux24_base.cc	(revision 216264)
+++ testsuite/26_numerics/random/ranlux24_base.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/ranlux48.cc
===================================================================
--- testsuite/26_numerics/random/ranlux48.cc	(revision 216264)
+++ testsuite/26_numerics/random/ranlux48.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/ranlux48_base.cc
===================================================================
--- testsuite/26_numerics/random/ranlux48_base.cc	(revision 216264)
+++ testsuite/26_numerics/random/ranlux48_base.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/seed_seq/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/seed_seq/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/seed_seq/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-05  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/seed_seq/cons/initlist.cc
===================================================================
--- testsuite/26_numerics/random/seed_seq/cons/initlist.cc	(revision 216264)
+++ testsuite/26_numerics/random/seed_seq/cons/initlist.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-02-13  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/seed_seq/cons/range.cc
===================================================================
--- testsuite/26_numerics/random/seed_seq/cons/range.cc	(revision 216264)
+++ testsuite/26_numerics/random/seed_seq/cons/range.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-05  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/seed_seq/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/seed_seq/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/seed_seq/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-05  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/cons/copy.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/cons/copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/cons/copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/shuffle_order_engine/requirements/constants.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/requirements/constants.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/requirements/constants.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do link }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-09-29  Paolo Carlini <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/shuffle_order_engine/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/shuffle_order_engine/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/shuffle_order_engine/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/student_t_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/student_t_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/student_t_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/student_t_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/student_t_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/student_t_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/student_t_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/student_t_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/student_t_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/student_t_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/student_t_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/student_t_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/student_t_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/student_t_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/student_t_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/student_t_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/student_t_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/student_t_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/cons/copy.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/cons/copy.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/cons/copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed1.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed1.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed2.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed2.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constants.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constants.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constants.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do link }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-09-29  Paolo Carlini <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/subtract_with_carry_engine/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/subtract_with_carry_engine/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/subtract_with_carry_engine/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_int_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/uniform_int_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_int_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/uniform_int_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/uniform_int_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_int_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/uniform_int_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/uniform_int_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_int_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_real_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/uniform_real_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_real_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/uniform_real_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/uniform_real_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_real_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/uniform_real_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/uniform_real_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_real_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/weibull_distribution/cons/default.cc
===================================================================
--- testsuite/26_numerics/random/weibull_distribution/cons/default.cc	(revision 216264)
+++ testsuite/26_numerics/random/weibull_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/weibull_distribution/cons/parms.cc
===================================================================
--- testsuite/26_numerics/random/weibull_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/26_numerics/random/weibull_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/weibull_distribution/operators/equal.cc
===================================================================
--- testsuite/26_numerics/random/weibull_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/26_numerics/random/weibull_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/weibull_distribution/operators/inequal.cc
===================================================================
--- testsuite/26_numerics/random/weibull_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/26_numerics/random/weibull_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/26_numerics/random/weibull_distribution/operators/serialize.cc
===================================================================
--- testsuite/26_numerics/random/weibull_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/26_numerics/random/weibull_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/26_numerics/random/weibull_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/26_numerics/random/weibull_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/26_numerics/random/weibull_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/28_regex/algorithms/regex_match/basic/string_01.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/basic/string_01.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/basic/string_01.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-11  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-16  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-16  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-16  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-21  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-21  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/extended/string_any.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/extended/string_any.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/extended/string_any.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-11  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-16  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-16  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc
===================================================================
--- testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc	(revision 216264)
+++ testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-16  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/basic_regex/assign/char/cstring.cc
===================================================================
--- testsuite/28_regex/basic_regex/assign/char/cstring.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/assign/char/cstring.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2009-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.ca>
 //
Index: testsuite/28_regex/basic_regex/ctors/basic/cstring.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/basic/cstring.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/basic/cstring.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/basic/default.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/basic/default.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/basic/default.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/copy_char.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/copy_char.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/copy_char.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2010-07-07  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/extended/cstring.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/extended/cstring.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/extended/cstring.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc
===================================================================
--- testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc	(revision 216264)
+++ testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/constants/error_type.cc
===================================================================
--- testsuite/28_regex/constants/error_type.cc	(revision 216264)
+++ testsuite/28_regex/constants/error_type.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
Index: testsuite/28_regex/constants/match_flag_type.cc
===================================================================
--- testsuite/28_regex/constants/match_flag_type.cc	(revision 216264)
+++ testsuite/28_regex/constants/match_flag_type.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
Index: testsuite/28_regex/constants/syntax_option_type.cc
===================================================================
--- testsuite/28_regex/constants/syntax_option_type.cc	(revision 216264)
+++ testsuite/28_regex/constants/syntax_option_type.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
 //
Index: testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc
===================================================================
--- testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc	(revision 216264)
+++ testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc
===================================================================
--- testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc	(revision 216264)
+++ testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/iterators/regex_iterator/typedefs.cc
===================================================================
--- testsuite/28_regex/iterators/regex_iterator/typedefs.cc	(revision 216264)
+++ testsuite/28_regex/iterators/regex_iterator/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc
===================================================================
--- testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc	(revision 216264)
+++ testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc
===================================================================
--- testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc	(revision 216264)
+++ testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/match_results/ctors/char/default.cc
===================================================================
--- testsuite/28_regex/match_results/ctors/char/default.cc	(revision 216264)
+++ testsuite/28_regex/match_results/ctors/char/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2009-06-10  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/match_results/ctors/wchar_t/default.cc
===================================================================
--- testsuite/28_regex/match_results/ctors/wchar_t/default.cc	(revision 216264)
+++ testsuite/28_regex/match_results/ctors/wchar_t/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2009-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
Index: testsuite/28_regex/match_results/typedefs.cc
===================================================================
--- testsuite/28_regex/match_results/typedefs.cc	(revision 216264)
+++ testsuite/28_regex/match_results/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/regex_error/base.cc
===================================================================
--- testsuite/28_regex/regex_error/base.cc	(revision 216264)
+++ testsuite/28_regex/regex_error/base.cc	(working copy)
@@ -17,7 +17,7 @@ 
 
 // 28.6 [re.badexp]
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <regex>
 
Index: testsuite/28_regex/regex_error/regex_error.cc
===================================================================
--- testsuite/28_regex/regex_error/regex_error.cc	(revision 216264)
+++ testsuite/28_regex/regex_error/regex_error.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
 //
Index: testsuite/28_regex/requirements/typedefs.cc
===================================================================
--- testsuite/28_regex/requirements/typedefs.cc	(revision 216264)
+++ testsuite/28_regex/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/sub_match/cast_char.cc
===================================================================
--- testsuite/28_regex/sub_match/cast_char.cc	(revision 216264)
+++ testsuite/28_regex/sub_match/cast_char.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-09  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/sub_match/cast_wchar_t.cc
===================================================================
--- testsuite/28_regex/sub_match/cast_wchar_t.cc	(revision 216264)
+++ testsuite/28_regex/sub_match/cast_wchar_t.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-09  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/sub_match/length.cc
===================================================================
--- testsuite/28_regex/sub_match/length.cc	(revision 216264)
+++ testsuite/28_regex/sub_match/length.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-09  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/sub_match/typedefs.cc
===================================================================
--- testsuite/28_regex/sub_match/typedefs.cc	(revision 216264)
+++ testsuite/28_regex/sub_match/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-07  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/char/isctype.cc
===================================================================
--- testsuite/28_regex/traits/char/isctype.cc	(revision 216264)
+++ testsuite/28_regex/traits/char/isctype.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-23  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/char/length.cc
===================================================================
--- testsuite/28_regex/traits/char/length.cc	(revision 216264)
+++ testsuite/28_regex/traits/char/length.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/char/lookup_classname.cc
===================================================================
--- testsuite/28_regex/traits/char/lookup_classname.cc	(revision 216264)
+++ testsuite/28_regex/traits/char/lookup_classname.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-23  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/char/lookup_collatename.cc
===================================================================
--- testsuite/28_regex/traits/char/lookup_collatename.cc	(revision 216264)
+++ testsuite/28_regex/traits/char/lookup_collatename.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-06-23  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/char/transform.cc
===================================================================
--- testsuite/28_regex/traits/char/transform.cc	(revision 216264)
+++ testsuite/28_regex/traits/char/transform.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/char/transform_primary.cc
===================================================================
--- testsuite/28_regex/traits/char/transform_primary.cc	(revision 216264)
+++ testsuite/28_regex/traits/char/transform_primary.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run }
 
 //
Index: testsuite/28_regex/traits/char/translate.cc
===================================================================
--- testsuite/28_regex/traits/char/translate.cc	(revision 216264)
+++ testsuite/28_regex/traits/char/translate.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg_do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/wchar_t/isctype.cc
===================================================================
--- testsuite/28_regex/traits/wchar_t/isctype.cc	(revision 216264)
+++ testsuite/28_regex/traits/wchar_t/isctype.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/28_regex/traits/wchar_t/length.cc
===================================================================
--- testsuite/28_regex/traits/wchar_t/length.cc	(revision 216264)
+++ testsuite/28_regex/traits/wchar_t/length.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/wchar_t/lookup_classname.cc
===================================================================
--- testsuite/28_regex/traits/wchar_t/lookup_classname.cc	(revision 216264)
+++ testsuite/28_regex/traits/wchar_t/lookup_classname.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/28_regex/traits/wchar_t/lookup_collatename.cc
===================================================================
--- testsuite/28_regex/traits/wchar_t/lookup_collatename.cc	(revision 216264)
+++ testsuite/28_regex/traits/wchar_t/lookup_collatename.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
Index: testsuite/28_regex/traits/wchar_t/transform.cc
===================================================================
--- testsuite/28_regex/traits/wchar_t/transform.cc	(revision 216264)
+++ testsuite/28_regex/traits/wchar_t/transform.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/28_regex/traits/wchar_t/transform_primary.cc
===================================================================
--- testsuite/28_regex/traits/wchar_t/transform_primary.cc	(revision 216264)
+++ testsuite/28_regex/traits/wchar_t/transform_primary.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do run }
 
 //
Index: testsuite/28_regex/traits/wchar_t/translate.cc
===================================================================
--- testsuite/28_regex/traits/wchar_t/translate.cc	(revision 216264)
+++ testsuite/28_regex/traits/wchar_t/translate.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do run }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
Index: testsuite/ext/random/arcsine_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/arcsine_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/arcsine_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/arcsine_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/arcsine_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/arcsine_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/arcsine_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/arcsine_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/arcsine_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/arcsine_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/arcsine_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/arcsine_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/arcsine_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/arcsine_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/arcsine_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/beta_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/beta_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/beta_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/beta_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/beta_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/beta_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/beta_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/beta_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/beta_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/beta_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/beta_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/beta_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/beta_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/beta_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/beta_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/beta_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/beta_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/beta_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/beta_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/beta_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/beta_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/hoyt_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/hoyt_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/hoyt_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/hoyt_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/hoyt_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/hoyt_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/hoyt_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/hoyt_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/hoyt_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/hoyt_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/hoyt_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/hoyt_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/hoyt_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/hoyt_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/hoyt_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-10-12  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/k_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/k_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/k_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/k_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/k_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/k_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/k_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/k_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/k_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-24  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/k_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/k_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/k_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-24  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/k_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/k_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/k_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-24  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/k_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/k_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/k_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/k_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/k_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/k_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/logistic_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/logistic_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/logistic_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2014-07-11  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/logistic_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/logistic_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/logistic_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2014-07-11  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/logistic_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/logistic_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/logistic_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2014-07-11  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/logistic_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/logistic_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/logistic_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2014-07-11  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/logistic_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/logistic_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/logistic_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2014-07-11  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/logistic_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/logistic_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/logistic_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2014-07-11  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/nakagami_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/nakagami_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/nakagami_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/nakagami_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/nakagami_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/nakagami_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/nakagami_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/nakagami_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/nakagami_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-18  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/nakagami_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/nakagami_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/nakagami_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-18  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/nakagami_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/nakagami_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/nakagami_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-18  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/normal_mv_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/normal_mv_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/normal_mv_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/normal_mv_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/normal_mv_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/normal_mv_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/normal_mv_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/normal_mv_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/normal_mv_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/normal_mv_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/normal_mv_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/normal_mv_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/normal_mv_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/normal_mv_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/normal_mv_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/normal_mv_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/normal_mv_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/normal_mv_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/normal_mv_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/normal_mv_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/normal_mv_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/pareto_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/pareto_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/pareto_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-21  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/pareto_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/pareto_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/pareto_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-21  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/pareto_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/pareto_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/pareto_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-21  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/pareto_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/pareto_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/pareto_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-21  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/pareto_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/pareto_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/pareto_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-21  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/pareto_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/pareto_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/pareto_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-09-21  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/rice_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/rice_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/rice_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-01-28  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/rice_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/rice_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/rice_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-01-28  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/rice_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/rice_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/rice_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-01-28  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/rice_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/rice_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/rice_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-01-28  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/rice_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/rice_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/rice_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-01-28  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/rice_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/rice_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/rice_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/rice_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/rice_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/rice_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2012-01-28  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc
===================================================================
--- testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 // { dg-require-little-endian "" }
 //
Index: testsuite/ext/random/triangular_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/triangular_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/triangular_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/triangular_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/triangular_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/triangular_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/triangular_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/triangular_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/triangular_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/triangular_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/triangular_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/triangular_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/triangular_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/triangular_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/triangular_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/triangular_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/triangular_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/triangular_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/triangular_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/triangular_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/triangular_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/von_mises_distribution/cons/default.cc
===================================================================
--- testsuite/ext/random/von_mises_distribution/cons/default.cc	(revision 216264)
+++ testsuite/ext/random/von_mises_distribution/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/von_mises_distribution/cons/parms.cc
===================================================================
--- testsuite/ext/random/von_mises_distribution/cons/parms.cc	(revision 216264)
+++ testsuite/ext/random/von_mises_distribution/cons/parms.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/ext/random/von_mises_distribution/operators/equal.cc
===================================================================
--- testsuite/ext/random/von_mises_distribution/operators/equal.cc	(revision 216264)
+++ testsuite/ext/random/von_mises_distribution/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/von_mises_distribution/operators/inequal.cc
===================================================================
--- testsuite/ext/random/von_mises_distribution/operators/inequal.cc	(revision 216264)
+++ testsuite/ext/random/von_mises_distribution/operators/inequal.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/ext/random/von_mises_distribution/operators/serialize.cc
===================================================================
--- testsuite/ext/random/von_mises_distribution/operators/serialize.cc	(revision 216264)
+++ testsuite/ext/random/von_mises_distribution/operators/serialize.cc	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
Index: testsuite/ext/random/von_mises_distribution/requirements/explicit_instantiation/1.cc
===================================================================
--- testsuite/ext/random/von_mises_distribution/requirements/explicit_instantiation/1.cc	(revision 216264)
+++ testsuite/ext/random/von_mises_distribution/requirements/explicit_instantiation/1.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
Index: testsuite/ext/random/von_mises_distribution/requirements/typedefs.cc
===================================================================
--- testsuite/ext/random/von_mises_distribution/requirements/typedefs.cc	(revision 216264)
+++ testsuite/ext/random/von_mises_distribution/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@ 
 // { dg-do compile }
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
Index: testsuite/performance/23_containers/insert/54075.cc
===================================================================
--- testsuite/performance/23_containers/insert/54075.cc	(revision 216264)
+++ testsuite/performance/23_containers/insert/54075.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <testsuite_performance.h>
 #include <random>
Index: testsuite/performance/23_containers/insert/unordered_set.cc
===================================================================
--- testsuite/performance/23_containers/insert/unordered_set.cc	(revision 216264)
+++ testsuite/performance/23_containers/insert/unordered_set.cc	(working copy)
@@ -15,7 +15,7 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <testsuite_performance.h>
 #include <sstream>