http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46289

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at redhat dot com

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2010-11-03 14:34:32 UTC 
---
This is almost certainly caused by this patch:

2010-11-01  Gabriel Dos Reis  <g...@cse.tamu.edu>
        Jason Merrill  <ja...@redhat.com>

    * call.c (null_ptr_cst_p): Use maybe_constant_value.
    (set_up_extended_ref_temp): Support constant initialization.
    (initialize_reference): Adjust.
[...]
    * semantics.c (constexpr_fundef): New datatype.
    (constexpr_fundef_table): New global table.
    (constexpr_fundef_equal): New.
    (constexpr_fundef_hash): Likewise.
    (retrieve_constexpr_fundef): Likewise.
    (validate_constexpr_fundecl): Store in the table.
    (build_data_member_initialization): New fn.
    (build_constexpr_constructor_member_initializers): New.
    (register_constexpr_fundef): Define.
    (is_this_parameter): New.
    (get_function_named_in_call): Likewise.
    (get_nth_callarg): Likewise.
    (check_automatic_or_tls): New.
    (morally_constexpr_builtin_function_p): New.
    (potential_constant_expression): New.

Reply via email to