1. 31 Jul, 2008 38 commits
  2. 30 Jul, 2008 2 commits
    • re PR ada/36554 (verify_flow_info ICE can not throw but has EH edges) · 01ddebf2
              PR ada/36554
              * dwarf2out.c (is_subrange_type): Deal with BOOLEAN_TYPE.
      ada/
              * back_end.adb (Call_Back_End): Pass Standard_Boolean to gigi.
              * gcc-interface/gigi.h (gigi): Take new standard_boolean parameter.
              * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Enumeration_Subtype>:
              Set precision to 1 for subtype of BOOLEAN_TYPE.
              (set_rm_size): Set TYPE_RM_SIZE_NUM for BOOLEAN_TYPE.
              (make_type_from_size): Deal with BOOLEAN_TYPE.
              * gcc-interface/misc.c (gnat_print_type): Likewise.
              * gcc-interface/trans.c (gigi): Take new standard_boolean parameter.
              Set boolean_type_node as its translation in the table, as well
              as boolean_false_node for False and boolean_true_node for True.
              * gcc-interface/utils.c (gnat_init_decl_processing): Create custom
              8-bit boolean_type_node and set its TYPE_RM_SIZE_NUM.
              (create_param_decl): Deal with BOOLEAN_TYPE.
              (build_vms_descriptor): Likewise.
              (build_vms_descriptor64): Likewise.
              (convert): Deal with BOOLEAN_TYPE like with ENUMERAL_TYPE.
      
      From-SVN: r138348
      Eric Botcazou committed
    • re PR bootstrap/36974 (Gcc failed to bootstrap) · b8c71e40
      2008-07-30  Rafael Avila de Espindola  <espindola@google.com>
      
      	PR 36974
      	* final.c (call_from_call_insn): Handle COND_EXEC
      
      From-SVN: r138347
      Rafael Avila de Espindola committed