1. 26 Sep, 2009 3 commits
    • re PR lto/40758 ([LTO] ICE in partition_view_bitmap, at tree-ssa-live.c:331) · 0ffd2048
      	PR lto/40758
      	PR middle-end/41470
      	* tree-ssa-coalesce.c (coalesce_ssa_name): Add only SSA names
      	that are mentioned in the body.
      
      testsuite/
      	* gcc.dg/pr41470.c: New test.
      
      From-SVN: r152203
      Michael Matz committed
    • decl.c (gnat_to_gnu_entity): Filter out negative size for the array dimensions… · 03b6f8a2
      decl.c (gnat_to_gnu_entity): Filter out negative size for the array dimensions like in the constrained case.
      
      	* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Filter out
      	negative size for the array dimensions like in the constrained case.
      	<E_Array_Subtype>: Do not create an artificially non-constant high
      	bound if the low bound is non-constant.  Minor tweaks.
      
      	* gcc-interface/trans.c (lvalue_required_p): Add CONSTANT parameter
      	and turn ALIASED into a boolean parameter.  Adjust calls to self.
      	<N_Attribute_Reference>: Return 1 for more attributes.
      	<N_Object_Renaming_Declaration>: Return 1 for non-constant objects.
      	<N_Assignment_Statement>: Return 1 for the LHS.
      	(Identifier_to_gnu): Adjust calls to lvalue_required_p.
      	(call_to_gnu): Be prepared for wrapped boolean rvalues.
      
      From-SVN: r152201
      Eric Botcazou committed
    • Daily bump. · 6191ca81
      From-SVN: r152192
      GCC Administrator committed
  2. 25 Sep, 2009 22 commits
  3. 24 Sep, 2009 15 commits