1. 01 Aug, 2005 18 commits
  2. 31 Jul, 2005 8 commits
  3. 30 Jul, 2005 12 commits
  4. 29 Jul, 2005 2 commits
    • re PR c/529 (-Wshadow warns on function prototypes vs. global vars) · 7c47d6e9
      	PR c/529
      	* c-decl.c (warn_if_shadowing): Don't check for PARM_DECL in
      	nested function declarators.
      	(pushdecl): Don't call warn_if_shadowing for PARM_DECL.
      	(grokparms): Call warn_if_shadowing for parameters used within the
      	parameter list.
      	(store_parm_decls_newstyle): Call warn_if_shadowing for parameters
      	not used within the parameter list.
      	(store_parm_decls_oldstyle): Call warn_if_shadowing for parameters.
      
      testsuite:
      	* gcc.dg/Wshadow-3.c: New test.
      
      From-SVN: r102571
      Joseph Myers committed
    • expr.c (expand_expr_real_1): Do not load mem targets into register. · 3bc751bd
      
      	* expr.c (expand_expr_real_1): Do not load mem targets into register.
      	* i386.c (ix86_fixup_binary_operands): Likewise.
      	(ix86_expand_unary_operator): Likewise.
      	(ix86_expand_fp_absneg_operator): Likewise.
      	* optabs.c (expand_vec_cond_expr): Validate dest.
      
      From-SVN: r102570
      Jan Hubicka committed