gcc/libstdc++-v3/testsuite/20_util
Paolo Carlini f330f5991e re PR c++/44516 (improve error message when no matching operator)
gcc/cp
2012-05-17  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/44516
	* typeck.c (build_x_array_ref, build_x_conditional_expr,
	build_x_compound_expr, build_x_modify_expr): Add location_t parameter.
	(finish_class_member_access_expr, build_x_indirect_ref,
	build_x_binary_op, build_x_compound_expr_from_list,
	build_x_compound_expr_from_vec): Adjust callers.
	* tree.c (build_min_nt_loc): New.
	(build_min_nt): Remove.
	* typeck2.c (build_x_arrow): Adjust callers.
	* pt.c (tsubst_qualified_id, tsubst_omp_for_iterator,
	tsubst_copy_and_build): Likewise.
	* semantics.c (finish_mem_initializers, handle_omp_for_class_iterator,
	 finish_omp_atomic): Likewise.
	* decl2.c (grok_array_decl, build_anon_union_vars): Adjust.
	* parser.c (cp_parser_question_colon_clause,
	cp_parser_assignment_expression, cp_parser_expression,
	cp_parser_template_id, cp_parser_omp_for_loop): Likewise.
	* cp-tree.h: Update.

gcc/testsuite
2012-05-17  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/44516
	* g++.dg/parse/error48.C: New.
	* g++.dg/template/crash89.C: Adjust dg-error line numbers.
	* g++.old-deja/g++.robertl/eb109.C: Add column info to dg-error string.

libstdc++
2012-05-17  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/44516
	* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust
	dg-error line number.

From-SVN: r187627
2012-05-17 10:29:46 +00:00
..
add_lvalue_reference
add_rvalue_reference
addressof
aligned_storage
allocator
allocator_traits
auto_ptr
bad_function_call
bind
common_type/requirements
conditional/requirements
decay/requirements
declval/requirements type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
default_delete
duration
duration_cast
enable_if/requirements
enable_shared_from_this
forward
function functional (function::function(F)): LWG 2132: Disable constructor if argument isn't callable. 2012-04-29 23:59:37 +01:00
function_objects functional (mem_fn): Qualify to prevent ADL. 2012-03-27 21:25:12 +01:00
has_trivial_copy_assign
has_trivial_copy_constructor
has_trivial_default_constructor
hash re PR libstdc++/52931 (std::hash shouldn't be defined for unknown types) 2012-04-11 11:27:50 +00:00
headers
is_assignable
is_compound
is_constructible type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
is_convertible
is_copy_assignable
is_copy_constructible
is_default_constructible type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
is_destructible type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
is_floating_point
is_function
is_fundamental
is_integral
is_literal_type
is_lvalue_reference
is_member_function_pointer
is_member_object_pointer
is_member_pointer
is_move_assignable
is_move_constructible
is_nothrow_assignable
is_nothrow_constructible
is_nothrow_copy_assignable
is_nothrow_copy_constructible
is_nothrow_default_constructible
is_nothrow_destructible type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
is_nothrow_move_assignable
is_nothrow_move_constructible
is_object
is_pod
is_reference
is_rvalue_reference
is_scalar
is_signed
is_standard_layout
is_trivial
is_trivially_destructible re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing) 2012-04-15 23:35:27 +00:00
is_unsigned
make_signed/requirements type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
make_unsigned/requirements type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
move
move_if_noexcept
owner_less
pair re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing) 2012-04-15 23:35:27 +00:00
pointer_traits ptr_traits.h (pointer_traits::rebind): Make public. 2012-04-22 14:42:38 +01:00
ratio re PR c++/44516 (improve error message when no matching operator) 2012-05-17 10:29:46 +00:00
raw_storage_iterator/requirements
reference_wrapper
remove_reference
result_of type_traits (result_of): Fix handling of cv-quals. 2012-03-27 10:03:10 +01:00
scoped_allocator scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to varargs function. 2012-04-25 19:03:03 +01:00
shared_ptr re PR c++/52924 (Using an std::function object as deleter of shared_ptr in C++0x mode does not compile) 2012-04-11 23:54:53 +01:00
specialized_algorithms 808590.cc: New. 2012-04-17 16:41:40 +00:00
steady_clock
system_clock
time_point
time_point_cast
tuple re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing) 2012-04-15 23:35:27 +00:00
typeindex
underlying_type/requirements
unique_ptr
uses_allocator
weak_ptr
rel_ops.cc
temporary_buffer.cc