1. 07 Oct, 2011 7 commits
    • Disable ABI warnings for gcc.c-torture/execute/vector-compare-2.c (PR tree-optimization/50575) · b97bf1ac
      	PR tree-optimization/50575
      	* gcc.c-torture/execute/vector-compare-2.x: New file.
      
      From-SVN: r179651
      Rainer Orth committed
    • gigi.h (gnat_useless_type_conversion): Declare. · 71196d4e
      	* gcc-interface/gigi.h (gnat_useless_type_conversion): Declare.
      	(rest_of_subprog_body_compilation): Likewise.
      	* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: For renaming,
      	test for useless conversions by means of gnat_useless_type_conversion.
      	* gcc-interface/trans.c: Include bitmap.h and cgraph.h.
      	(language_function): Add named_ret_val and other_ret_val.
      	(f_named_ret_val): New macro.
      	(f_other_ret_val): Likewise.
      	(gigi): Call rest_of_subprog_body_compilation.
      	(struct nrv_data): New structure.
      	(is_nrv_p): New predicate.
      	(prune_nrv_r): New helper function.
      	(prune_nrv_in_block): New function.
      	(finalize_nrv_r): New helper function.
      	(finalize_nrv): New function.
      	(return_value_ok_for_nrv_p): New predicate.
      	(build_return_expr): If optimization is enabled, record candidates for
      	the Named Return Value optimization.
      	(build_function_stub): Call rest_of_subprog_body_compilation.
      	(Subprogram_Body_to_gnu): If optimization is enabled and there are
      	candidates, finalize the Named Return Value optimization.
      	Call rest_of_subprog_body_compilation.
      	(call_to_gnu): At the end, if a return value is needed, simplify the
      	result before wrapping it up in a COMPOUND_EXPR.
      	* gcc-interface/utils.c (end_subprog_body): Split into...
      	(rest_of_subprog_body_compilation): ...this.  New function.
      	(gnat_useless_type_conversion): Likewise.
      
      From-SVN: r179650
      Eric Botcazou committed
    • Don't XFAIL gcc.dg/uninit-B.c etc. (PR middle-end/50125) · 302b8e2a
      	PR middle-end/50125
      	* gcc.dg/uninit-B.c (baz): Remove xfail *-*-*.
      	* gcc.dg/uninit-pr19430.c (main): Remove xfail *-*-*.
      	(bar3): Likewise.
      
      From-SVN: r179649
      Rainer Orth committed
    • re PR testsuite/50637 (gcc.dg/vect/vect-align-2.c is invalid (FAILs with -O2 -flto -fpeel-loops)) · 54616742
      2011-10-07  Richard Guenther  <rguenther@suse.de>
      
      	PR testsuite/50637
      	* gcc.dg/vect/vect-align-2.c: Increase array size.
      
      From-SVN: r179648
      Richard Guenther committed
    • s390.md (DWH, dwh): New mode macros. · 6e0d70c9
      2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      
      	* config/s390/s390.md (DWH, dwh): New mode macros.
      	("umulsidi3"): Extend to support "umulditi3" as well.
      
      From-SVN: r179647
      Andreas Krebbel committed
    • re PR target/50603 ([x32] Unnecessary lea) · 10c1a3e7
      	PR target/50603
      	* config/i386/i386.c (ix86_fixup_binary_operands): Force src2 of
      	integer PLUS RTX to a register to improve address combine.
      
      testsuite/ChangeLog:
      
      	PR target/50603
      	* gcc.target/i386/pr50603.c: New test.
      
      From-SVN: r179646
      Uros Bizjak committed
    • Daily bump. · e7912e12
      From-SVN: r179642
      GCC Administrator committed
  2. 06 Oct, 2011 33 commits