1. 26 Apr, 2006 7 commits
  2. 25 Apr, 2006 15 commits
  3. 24 Apr, 2006 15 commits
    • floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case. · 9fff6432
      	* floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
      
      From-SVN: r113228
      Julian Brown committed
    • rtl.def (SS_ASHIFT, SS_NEG): New codes. · e551ad26
      	* rtl.def (SS_ASHIFT, SS_NEG): New codes.
      	* doc/rtl.texi: Document them.
      	* simplify-rtx.c (simplify_unary_operation,
      	simplify_binary_operation_1): Don't abort when we see them.
      
      From-SVN: r113227
      Bernd Schmidt committed
    • revert: configure.ac: Completely disregard languages that are not enabled. · bfa11223
      	Revert:
      	2006-04-23  Mark Mitchell  <mark@codesourcery.com>
      	* configure.ac: Completely disregard languages that are not
      	enabled.
      	* configure: Regenerated.
      
      From-SVN: r113226
      Mark Mitchell committed
    • lang.c (java_init): Handle flag_indirect_classes. · 621ae65d
      2006-04-21  Andrew Haley  <aph@redhat.com>
      
              * lang.c (java_init): Handle flag_indirect_classes.
              * jvgenmain.c: Use "class$$" instead of "class$".
              * mangle.c (java_mangle_decl): Accept RECORD_TYPEs sw well as
              DECLs.
              (mangle_class_field): Special case "class$$" as well as "class$".
              * constants.c (build_ref_from_constant_pool): If
              flag_indirect_classes, generate a ref into the heap.
              * decl.c (constants_field_decl_node,
              constants_data_field_decl_node): New.
              * class.c (build_static_class_ref): New.
              (build_classdollar_field): Factor out from build_class_ref().
              (make_field_value): Handle static fields in heap.
              (make_class_data): Make sure we get a static ref to class.
              Make class initializer const if flag_indirect_classes.
              (register_class): Build a class_ref for initialization if
              flag_indirect_classes.
              (emit_indirect_register_classes): New.
      
      2006-04-21  Andrew Haley  <aph@redhat.com>
      
              * include/execution.h (struct _Jv_CompiledEngine): Define for
              compiled classes.
              * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Call
              _Jv_RegisterLibForGc.
              (_Jv_RegisterClasses_Counted): Likewise.
              (_Jv_NewClassFromInitializer): New.
              (_Jv_RegisterNewClasses): New.
              * sources.am: Regenerate.
              * boehm.cc (_Jv_GC_has_static_roots): new.
              (_Jv_InitGC): Call GC_register_has_static_roots_callback.
              (filename_node, find_file, _Jv_print_gc_store, new_node,
              _Jv_GC_has_static_roots, _Jv_RegisterLibForGc): New.
              * scripts/makemake.tcl: Add -fno-indirect-classes.
              * Makefile.in: Regenerate.
              * link.cc (resolve_pool_entry): Allocate constant pool.
              Allocate fields.
      
      From-SVN: r113224
      Andrew Haley committed
    • dyn_load.c (GC_has_static_roots): Declare. · 5204d06d
      2006-03-07  Andrew Haley  <aph@redhat.com>
      
              * dyn_load.c (GC_has_static_roots): Declare.
              (GC_register_dynlib_callback): Call GC_has_static_roots.
      
      From-SVN: r113223
      Andrew Haley committed
    • re PR tree-optimization/27236 (inliner creates an INDIRECT_REF without… · d84b37b0
      re PR tree-optimization/27236 (inliner creates an INDIRECT_REF without TREE_THIS_VOLATILE set for *a)
      
      2006-04-24  Andrew Pinski  <pinskia@gcc.gnu.org>
      	Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/27236
      	* tree-inline.c (copy_body_r): Make sure to copy
      	TREE_THIS_VOLATILE flag.
      
      	* gcc.dg/tree-ssa/pr27236.c: New testcase.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r113221
      Andrew Pinski committed
    • re PR c++/19963 (ICE on invalid member declaration) · 4e3bd7d5
      	PR c++/19963
      	* class.c (layout_class_type): Skip fields with invalid types.
      
      	* g++.dg/other/incomplete2.C: New test.
      
      From-SVN: r113220
      Volker Reichelt committed
    • re PR middle-end/26869 (Segfault in find_lattice_value() for complex operands.) · c0a3f887
      2006-04-24  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/26869
      	* tree-complex.c (update_parameter_components): Don't handle
      	unused parameters which have no default def.
      
      	* gcc.dg/torture/pr26869.c: New testcase.
      
      From-SVN: r113219
      Richard Guenther committed
    • re PR tree-optimization/27218 (ICE in get_indirect_ref_operands, at… · 72fa5e06
      re PR tree-optimization/27218 (ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1515, inlining produces non-gimple)
      
      2006-04-24  Andrew Pinski  <pinskia@gcc.gnu.org>
      	Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/27218
      	* tree-inline.c (expand_call_inline): Strip useless type
      	conversions for the return slot address.
      
      	* g++.dg/tree-ssa/pr27218.C: New testcase.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r113218
      Andrew Pinski committed
    • cfgloop.h (struct loops): Remove unused field array. · 0162f155
      2006-04-24  Richard Guenther  <rguenther@suse.de>
      
      	* cfgloop.h (struct loops): Remove unused field array.  Reorder
      	state after num.
      	(LOOP_PREFETCH): Remove.
      
      From-SVN: r113217
      Richard Guenther committed
    • re PR tree-optimization/22525 (tree based value profiling (-fprofile-use)… · 7e1584f8
      re PR tree-optimization/22525 (tree based value profiling (-fprofile-use) produces mismatch types in conditional)
      
      2006-04-24  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/22525
      	* value-prof.c (tree_mod_pow2): Remove unnecessary temporary
      	variable, adjust types of generated expressions.
      
      From-SVN: r113216
      Richard Guenther committed
    • re PR c++/26912 (friend const member function specialization fails to compile) · e2537f2c
      	PR c++/26912
      	* cp-tree.h (build_this_parm): Declare.
      	(grok_method_quals): Remove.
      	(build_memfn_type): Declare.
      	(build_artificial_parm): Declare.
      	(do_friend): Remove quals parameter.
      	* decl.c (build_this_parm): New function.
      	(grokfndecl): Use it.  Do not pass quals to grokclassfn.
      	(grokdeclarator): Rename quals to memfn_quals.  Avoid allocating
      	unnecessary TYPE_DECLs.  Correct qualification of member function
      	types.  Tidy.
      	* method.c (implicitly_declare_fn): Use build_this_parm.
      	* friend.c (do_friend): Remove quals parameter.
      	* decl2.c (grok_method_quals): Remove.
      	(build_memfn_type): New function.
      	(build_artificial_parm): Give it external linkage.
      	(grokclassfn): Remove quals parameter.  Do not build "this"
      	PARM_DECL here.
      	PR c++/26912
      	* g++.dg/template/friend41.C: New test.
      
      From-SVN: r113213
      Mark Mitchell committed
    • Makefile.in (c-convert.o): Add dependency on $(TARGET_H) · d24b23bb
      2006-04-23  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* Makefile.in (c-convert.o): Add dependency on $(TARGET_H)
      	(tree-vect-patterns.o): Likewise.
      	(jump.o): Likewise.
      	(cselib.o): Likewise.
      	(loop-doloop.o): Likewise.
      	(regclass.o): Likewise.
      	(reload1.o): Likewise.
      	(explow.o): Replace target.h with $(TARGET_H).
      	(ipa-prop.o): Likewise.
      	(ipa-cp.o): Likewise.
      	(ipa-inline.o): Likewise.
      	(reorg.o): Likewise.
      	(reg-stack.o): Likewise.
      
      From-SVN: r113212
      H.J. Lu committed
    • Daily bump. · e5690f0d
      From-SVN: r113210
      GCC Administrator committed
  4. 23 Apr, 2006 3 commits