1. 17 Aug, 2005 6 commits
  2. 16 Aug, 2005 29 commits
  3. 15 Aug, 2005 5 commits
    • * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*. · 54778d9c
      From-SVN: r103133
      John David Anglin committed
    • Fix typo in alpha port found while grepping for ia64 info. · 35fd1d77
      * system-linux-alpha.ads: Change ia64 to alpha.
      
      From-SVN: r103132
      James E Wilson committed
    • Make-lang.in (JAVA_OBJS): Removed verify.o · 65e8066b
      	* Make-lang.in (JAVA_OBJS): Removed verify.o
      	(java/verify.o): Removed.
      	* verify.c: Removed.
      	* lang.c (flag_new_verifier): Removed.
      	(java_post_options): Updated.
      	* java-tree.h (flag_new_verifier): Removed.
      	(verify_jvm_instructions): Removed.
      	* expr.c (pop_type_0): Assume flag_new_verifier is true.
      	(build_java_check_indexed_type): Likewise.
      	(expand_java_arraystore): Likewise.
      	(expand_java_arrayload): Likewise.
      	(pop_arguments): Likewise.
      	(expand_byte_code): Likewise.
      	(process_jvm_instruction): Likewise.
      
      From-SVN: r103126
      Tom Tromey committed
    • Fix Infinite Stack Recursion Regression. · 30f86ec3
              * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
              * call.c (add_template_candidate_real): Pass down 'flags' to
              fn_type_unification.
              (can_convert_arg): New 'flags' argument. Pass it to call to
              implicit_conversion instead of LOOKUP_NORMAL.
              (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
              * class.c (resolve_address_of_overloaded_function): Ditto.
              (resolve_address_of_overloaded_function): Ditto.
              * decl.c (reshape_init, check_default_argument): Ditto.
              * typeck.c (build_ptrmemfunc): Ditto.
              * pt.c (type_unification_real): Add 'flags' argument.
              (fn_type_unification): Pass 'flags' to type_unification_real.
              (type_unification_real): Pass new 'flags' argument to call to
              can_convert_arg.
      
      	Oked by Geoff Keating.
      
      From-SVN: r103120
      Fariborz Jahanian committed
    • mf-hooks3.c (main_seen_p): Remove. · be53afcf
      	* mf-hooks3.c (main_seen_p): Remove.
      	(__mf_get_state): Remove attempt to recognize the main thread.
      
      From-SVN: r103119
      Ulrich Weigand committed