+2011-06-14 Jason Merrill <jason@redhat.com>
+
+ * pt.c (deduction_tsubst_fntype): Don't save input_location.
+ (maybe_instantiate_noexcept): Likewise.
+
2011-06-14 Joseph Myers <joseph@codesourcery.com>
* Make-lang.in (cp/method.o): Update dependencies.
{
static bool excessive_deduction_depth;
static int deduction_depth;
- location_t save_loc = input_location;
struct pending_template *old_last_pend = last_pending_template;
tree fntype = TREE_TYPE (fn);
r = tsubst (fntype, targs, tf_none, NULL_TREE);
pop_deduction_access_scope (fn);
--deduction_depth;
- input_location = save_loc;
if (excessive_deduction_depth)
{
tree fntype = TREE_TYPE (fn);
tree spec = TYPE_RAISES_EXCEPTIONS (fntype);
tree noex = NULL_TREE;
- location_t saved_loc = input_location;
tree clone;
if (!DEFERRED_NOEXCEPT_SPEC_P (spec))
DEFERRED_NOEXCEPT_ARGS (noex),
tf_warning_or_error, fn, /*function_p=*/false,
/*integral_constant_expression_p=*/true);
- input_location = saved_loc;
pop_access_scope (fn);
pop_tinst_level ();
spec = build_noexcept_spec (noex, tf_warning_or_error);