1. 18 Dec, 2012 9 commits
    • libgo: Link against libatomic. · 0b8ca8fe
      ./:
      	PR go/55201
      	* Makefile.def (all-target-libgo): Depend on all-target-libatomic.
      	* Makefile.in: Regenerate.
      gcc/go:
      	PR go/55201
      	* gospec.c (LIBATOMIC): Define.
      	(LIBATOMIC_PROFILE): Define.
      	(lang_specific_driver): Add LIBATOMIC[_PROFILE] option.
      gcc/testsuite:
      	* lib/go.exp (go_link_flags): Add libatomic location to flags and
      	ld_library_path.
      
      From-SVN: r194581
      Andreas Schwab committed
    • reassoc-19.c: Adjust. · 00f64309
      2012-12-18  Richard Biener  <rguenther@suse.de>
      
      	* gcc.dg/tree-ssa/reassoc-19.c: Adjust.
      
      From-SVN: r194579
      Richard Biener committed
    • re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations)) · 8b679c9b
      2012-12-18  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/55555
      	* tree-ssa-loop-niter.c (idx_infer_loop_bounds): Properly
      	analyze evolution of the index for the loop it is used in.
      	* tree-scalar-evolution.c (instantiate_scev_name): Take
      	inner loop we will be creating a chrec for.  Generalize
      	fix for PR40281 and prune invalid SCEVs.
      	(instantiate_scev_poly): Likewise - pass down inner loop
      	we will be creating a chrec for.
      	(instantiate_scev_binary): Take and pass through inner loop.
      	(instantiate_array_ref): Likewise.
      	(instantiate_scev_convert): Likewise.
      	(instantiate_scev_not): Likewise.
      	(instantiate_scev_3): Likewise.
      	(instantiate_scev_2): Likewise.
      	(instantiate_scev_1): Likewise.
      	(instantiate_scev_r): Likewise.
      	(resolve_mixers): Adjust.
      	(instantiate_scev): Likewise.
      
      	* gcc.dg/torture/pr55555.c: New testcase.
      	* gcc.dg/vect/vect-iv-11.c: Adjust.
      
      From-SVN: r194578
      Richard Biener committed
    • abi.xml: Update URLs for C++ ABI. · 898be2f3
      	* doc/xml/manual/abi.xml: Update URLs for C++ ABI.
      	* doc/xml/manual/policy_data_structures_biblio.xml: Add xmlns
      	attribute.
      	* doc/xml/manual/debug_mode.xml: Give filenames to chunks.
      	* doc/xml/manual/diagnostics.xml: Likewise.
      	* doc/xml/manual/extensions.xml: Likewise.
      	* doc/xml/manual/bitmap_allocator.xml: Likewise.
      	* doc/xml/manual/mt_allocator.xml: Likewise.
      	* doc/xml/manual/policy_data_structures.xml: Likewise.
      	* doc/xml/manual/parallel_mode.xml: Likewise.
      	* doc/xml/manual/profile_mode.xml: Likewise.
      	* doc/xml/manual/spine.xml: Likewise. Update copyright years.
      	* doc/html/*: Regenerate.
      
      From-SVN: r194576
      Jonathan Wakely committed
    • re PR rtl-optimization/55717 (ICE in form_sum, at reload.c:5400) · 76bd29f6
      	PR debug/55717
      	* rtlhooks-def.h (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Define to
      	gen_lowpart_if_possible.
      	(gen_lowpart_no_emit_general): Remove prototype.
      	* rtlhooks.c (gen_lowpart_no_emit_general): Removed.
      	* simplify-rtx.c (simplify_unary_operation_1, 
      	simplify_binary_operation_1): Continue simplifying if
      	rtl_hooks.gen_lowpart_no_emit returns NULL_RTX.
      	* dwarf2out.c (mem_loc_descriptor) <case TRUNCATE>: Handle
      	truncation like lowpart SUBREG.
      
      	* testsuite/g++.dg/opt/pr55717.C: New test.
      
      From-SVN: r194575
      Jakub Jelinek committed
    • PR gcc/55716 [4.8 Regression] gjavah throws an exception · 07146f23
      From-SVN: r194574
      Andrew Haley committed
    • Main.java (parseClasses): Don't scan inner classes if our item is a file. · 45af64a7
      2012-12-17  Andrew Haley  <aph@redhat.com>
      
      	* tools/gnu/classpath/tools/javah/Main.java (parseClasses): Don't
      	scan inner classes if our item is a file.
      
      From-SVN: r194573
      Andrew Haley committed
    • contrib.texi (Contributors): Update Kaveh Ghazi's entry; remove broken link to Rutgers University. · 93d3dd59
      	* doc/contrib.texi (Contributors): Update Kaveh Ghazi's entry;
      	remove broken link to Rutgers University.
      
      From-SVN: r194572
      Gerald Pfeifer committed
    • Daily bump. · f111519c
      From-SVN: r194571
      GCC Administrator committed
  2. 17 Dec, 2012 10 commits
  3. 16 Dec, 2012 9 commits
  4. 15 Dec, 2012 9 commits
  5. 14 Dec, 2012 3 commits