1. 23 Jun, 2007 6 commits
    • extend.texi: Document that dllimport and dllexport imply default visibility. · 3a687f8b
      2007-06-23  Mark Mitchell  <mark@codesourcery.com>
      
      	* doc/extend.texi: Document that dllimport and dllexport imply
      	default visibility.
      	* tree.c (handle_dll_attribute): Set DECL_VISIBILITY on the
      	imported or exported declaration, including type declarations.
      	* c-common.c (handle_visibility_attribute): Check for conflicts
      	with dllimport/dllexport.
      	(c_determine_visibility): Handle dllimport/dllexport as an
      	explicit visibility atttribute.
      
      2007-06-23  Mark Mitchell  <mark@codesourcery.com>
      
      	* decl2.c (determine_visibility): Don't look for dllexport here.
      	(determine_visibility_from_class): Tidy.
      
      2007-06-23  Mark Mitchell  <mark@codesourcery.com>
      
      	* gcc.dg/visibility-12.c: New test.
      	* gcc.dg/visibility-13.c: Likewise.
      	* g++.dg/ext/visibility-9.C: Likewise.
      	* g++.dg/ext/visibility-10.C: Likewise.
      
      From-SVN: r125975
      Mark Mitchell committed
    • re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const) · e36711f3
      2007-06-23  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/16876
      	PR middle-end/29478
      	* tree.h (CALL_CANNOT_INLINE_P): New macro to access static_flag
      	for CALL_EXPRs.
      	* tree-inline.c (initialize_inlined_parameters): Do not call
      	lang_hooks.tree_inlining.convert_parm_for_inlining.
      	* cgraphbuild.c (initialize_inline_failed): Set inline failed
      	reason for mismatched types.
      	* gimplify.c (gimplify_call_expr): Verify the call expression
      	arguments match the called function type signature.  Otherwise
      	mark the call expression to be not considered for inlining
      	using CALL_CANNOT_INLINE_P flag.
      	* ipa-inline.c (cgraph_mark_inline): Honor CALL_CANNOT_INLINE_P on the
      	edges call expression.
      	(cgraph_decide_inlining_of_small_function): Likewise.
      	(cgraph_decide_inlining): Likewise.
      	* c-objc-common.h (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
      	Remove define.
      	* c-tree.h (c_convert_parm_for_inlining): Remove declaration.
      	* c-typeck.c (c_convert_parm_for_inlining): Remove.
      	* langhooks-def.h (lhd_tree_inlining_convert_parm_for_inlining):
      	Remove declaration.
      	(LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Remove define.
      	* langhooks.c (lhd_tree_inlining_convert_parm_for_inlining):
      	Remove.
      	* langhooks.h (struct lang_hooks_for_tree_inlining): Remove
      	convert_parm_for_inlining member.
      
      	* gcc.dg/pr29254.c: The warning is bogus.
      	* gcc.dg/warn-1.c: Likewise.
      	* gcc.dg/assign-warn-3.c: Likewise.
      	* gcc.dg/noncompile/pr16876.c: The testcase is bogus, remove.
      
      From-SVN: r125974
      Richard Guenther committed
    • re PR target/31152 (-(x>y) generates wrong code) · 630ef467
      	PR target/31152
      	* arm.md (negscc): Match the correct operand for optimized LT0 test.
      	Remove optimization for GT.
      	*gcc.c-torture/execute/20070623-1.c: New.
      
      From-SVN: r125973
      Richard Earnshaw committed
    • re PR target/32437 (MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c) · 6cad9859
      2007-06-23  Kenneth Zadeck <zadeck@naturalbridge.com>
      
      	PR middle-end/32437
      	*dce.c (deletable_insn_p): Add extra parameter and recurse if insn
      	is a PARALLEL.
      	(prescan_insns_for_dce): Add extra parameter.
      
      From-SVN: r125972
      Kenneth Zadeck committed
    • re PR middle-end/31541 (cannot take address of bit field) · 936d04b6
      
      	PR middle-end/31541
      	* gimplify.c (mark_addressable): New function.
      	(gimplify_modify_expr_rhs, gimplify_addr_expr, gimplify_expr): Use it.
      
      	* gcc.c-torture/compile/pr31541.c: New.
      
      From-SVN: r125971
      Jan Hubicka committed
    • Daily bump. · bedd4d06
      From-SVN: r125962
      GCC Administrator committed
  2. 22 Jun, 2007 14 commits
  3. 21 Jun, 2007 17 commits
  4. 20 Jun, 2007 3 commits
    • re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and… · c0aafd30
      re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and p->a[x+i+1] where x is invariant but defined in the function)
      
      	PR tree-optimization/32075
      	* tree-data-ref.c (subscript_dependence_tester_1, 
      	analyze_miv_subscript, analyze_overlapping_iterations,
      	add_distance_for_zero_overlaps, build_classic_dist_vector,
      	subscript_dependence_tester_1, analyze_overlapping_iterations,
      	subscript_dependence_tester, access_functions_are_affine_or_constant_p,
      	compute_affine_dependence, compute_all_dependences): Pass loop_nest 
      	to evolution_function_is_affine_multivariate_p.
      
      From-SVN: r125901
      Sebastian Pop committed
    • re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and… · da9a21f4
      re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and p->a[x+i+1] where x is invariant but defined in the function)
      
      	PR tree-optimization/32075
      	* tree-data-ref.c (subscript_dependence_tester_1, 
      	analyze_miv_subscript, analyze_overlapping_iterations,
      	add_distance_for_zero_overlaps, build_classic_dist_vector,
      	subscript_dependence_tester_1, analyze_overlapping_iterations,
      	subscript_dependence_tester, access_functions_are_affine_or_constant_p,
      	compute_affine_dependence, compute_all_dependences): Pass loop_nest 
      	to evolution_function_is_affine_multivariate_p.
      
      From-SVN: r125900
      Sebastian Pop committed
    • Update from classpath trunk: · 14d4217b
              * classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
              Regenerate.
      
              * gnu/classpath/jdwp/value/StringValue.java
              (StringValue): Tag of StringValue is STRING not OBJECT.
              (write): String values are written to the wire as tag byte
              and object ID, not JdwpString.
      
      From-SVN: r125897
      Keith Seitz committed