This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53388] New: Removal of build_min_nt breaks bootstrap for objc++


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

             Bug #: 53388
           Summary: Removal of build_min_nt breaks bootstrap for objc++
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: wschmidt@gcc.gnu.org
                CC: bergner@vnet.ibm.com, paolo.carlini@oracle.com


The following patch broke bootstrap for objc++ by failing to remove calls to
build_min_nt in objc/objc-act.c.

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]