1. 20 Jan, 2012 8 commits
  2. 19 Jan, 2012 14 commits
  3. 18 Jan, 2012 12 commits
  4. 17 Jan, 2012 6 commits
    • *: Regenerate. · 576a1fe2
      2012-01-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/html/*: Regenerate.
      
      From-SVN: r183264
      Benjamin Kosnik committed
    • configure.ac (BUILD_EPUB): Adjust for epub3. · 43fe49ec
      2012-01-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.ac (BUILD_EPUB): Adjust for epub3.
      	* configure: Regenerate.
      	* Makefile.in: Same.
      	* doc/Makefile.am (stamp-epub-docbook): Update for epub3.
      	* doc/Makefile.in: Regenerate.
      	* include/Makefile.in: Same.
      	* libsupc++/Makefile.in: Same.
      	* po/Makefile.in: Same.
      	* python/Makefile.in: Same.
      	* src/Makefile.in: Same.
      	* testsuite/Makefile.in: Same.
      
      	* doc/xml/manual/documentation_hacking.xml: Update.
      
      From-SVN: r183263
      Benjamin Kosnik committed
    • re PR middle-end/50325 (76 new fails with rev. 177691) · 3bdb97b8
      gcc/
      2012-01-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      	    Richard Sandiford  <rdsandiford@googlemail.com>
      
      	PR middle-end/50325
      	PR middle-end/51192
      	* optabs.h (simplify_expand_binop): Declare.
      	* optabs.c (simplify_expand_binop): Make global.
      	* expmed.c (store_bit_field_1): Use simplify_expand_binop on big
      	endian targets if the source cannot be exactly covered by word
      	mode chunks.
      
      Co-Authored-By: Richard Sandiford <rdsandiford@googlemail.com>
      
      From-SVN: r183262
      Andreas Krebbel committed
    • compiler: Don't use import path for ./ or ../ imports. · cd2705aa
      From-SVN: r183261
      Ian Lance Taylor committed
    • re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure) · ee3d2ecd
      	PR bootstrap/51872
      	* hard-reg-set.h (struct hard_reg_set_container): New type.
      	* target.h (struct hard_reg_set_container): Forward declare.
      	* target.def (set_up_by_prologue): New target hook.
      	* doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
      	* doc/tm.texi: Regenerated.
      	* function.c (thread_prologue_and_epilogue_insns): Change
      	set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
      	Call targetm.set_up_by_prologue on it.
      	* config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
      	(TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
      
      From-SVN: r183254
      Jakub Jelinek committed
    • Skip static_ctor.C test (PR libitm/51173) · 3b4f05ec
      	PR libitm/51173
      	* testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove
      	include, exclude options.
      
      From-SVN: r183253
      Rainer Orth committed