1. 18 Feb, 2008 8 commits
    • re PR middle-end/34921 (Misalign stack variable referenced by nested function) · b2ae828d
      gcc/
      
      2008-02-18  Joey Ye  <joey.ye@intel.com>
      
      	PR middle-end/34921
      	* tree-nested.c (insert_field_into_struct): Set type alignment
      	to field alignment if the former is less than the latter.
      
      gcc/testsuite/
      
      2008-02-18  Joey Ye  <joey.ye@intel.com>
      	    H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/34921
      	* gcc.c-torture/execute/nest-align-1.c: New test case.
      
      Co-Authored-By: H.J. Lu <hongjiu.lu@intel.com>
      
      From-SVN: r132396
      Joey Ye committed
    • * crontab: Add 4.3 branch. Set trunk to 4.4. · bd67275c
      From-SVN: r132394
      Jakub Jelinek committed
    • * BASE-VER: Set to 4.4.0. · 8d855c3d
      From-SVN: r132393
      Jakub Jelinek committed
    • cp-tools.texinfo (@direntry): Prefix info name with cp-. · 0802ae58
      	* doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
      	* doc/cp-hacking.texinfo (@direntry): Likewise.
      	* doc/cp-vmintegration.texinfo (@direntry): Likewise.
      
      From-SVN: r132391
      Jakub Jelinek committed
    • [multiple changes] · b5b5e640
      2008-02-18  Pedro Lamarao <pedro.lamarao@mndfck.org>
      
      	* include/std/tuple: Fixes for moveable, non-copyable types.
      	* testsuite/20_util/tuple/moveable2.cc: New.
      
      2008-02-18  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/std/tuple (operator+(tuple<>&&, tuple<>&&): Remove.
      
      From-SVN: r132389
      Paolo Carlini committed
    • Daily bump. · fce9c862
      From-SVN: r132387
      GCC Administrator committed
    • poly_laguerre.tcc: Doxygen fixes. · 6165bbdd
      2008-02-17  Ed Smith-Rowland  <3dw4rd@verizon.net>
      
      	* include/tr1/poly_laguerre.tcc: Doxygen fixes.
      	* include/tr1/exp_integral.tcc: Same.
      	* include/tr1/gamma.tcc: Same.
      	* include/tr1/hypergeometric.tcc: Same.
      
      From-SVN: r132384
      Ed Smith-Rowland committed
    • re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) · ee1b5fc5
      2008-02-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/34797
      	* include/parallel/settings.h (_Settings): Reconstruct Settings class
      	here, uglify, remove anonymous namespace and static
      	members. Convert to datum.	
      	* include/parallel/types.h: Move Settings:: enumerations here, uglify.
      	* src/parallel_settings.cc: New, definition for _Settings member
      	functions.	
      	* include/parallel/multiway_merge.h: Same.
      	* include/parallel/for_each.h: Same.
      	* include/parallel/workstealing.h: Same.
      	* include/parallel/base.h: Same.
      	* include/parallel/numeric
      	* include/parallel/features.h: Same.
      	* include/parallel/quicksort.h: Same.
      	* include/parallel/equally_split.h: Same.
      	* include/parallel/algorithmfwd.h: Same.
      	* include/parallel/omp_loop_static.h: Same.
      	* include/parallel/random_shuffle.h: Same.
      	* include/parallel/balanced_quicksort.h: Same.
      	* include/parallel/tags.h: Same.
      	* include/parallel/multiway_mergesort.h: Same.
      	* include/parallel/numericfwd.h: Same.
      	* include/parallel/partition.h: Same.
      	* include/parallel/partial_sum.h: Same.
      	* include/parallel/find.h: Same.
      	* include/parallel/algo.h: Same.
      	* include/parallel/omp_loop.h: Same.
      	* include/parallel/sort.h: Same.
      
      	* src/Makefile.am (parallel_sources): Add parallel_settings.cc.
      	* src/Makefile.in: Regenerate.
      	
      	* config/abi/pre/gnu.ver: Export _Settings::get and _Settings::set.
      
      From-SVN: r132383
      Benjamin Kosnik committed
  2. 17 Feb, 2008 7 commits
    • re PR ada/15479 (Ada manual problems) · e69044cb
      gcc/ada/:
      PR documentation/15479
      * gnat_ugn.texi: In non-code, avoid space before colon.
      (Regular Expressions in gnatfind and gnatxref): Fix indentation.
      (Examples of gnatxref Usage): Use @command{vi} instead of
      @file{vi}.
      (Character Set Control): Do not use @code for UTF-8.
      (Validity Checking): Fix typo "NaNs" instead of "NaN's".  Do not
      use @code for IEEE.
      * gnat_rm.texi (Aggregates with static bounds): Fix typo in code
      sample.
      * gnat_rm.texi, gnat_ugn.texi: Fix typos.  Bump copyright years.
      
      From-SVN: r132382
      Ralf Wildenhues committed
    • c-tree.texi: Use @dots{} and @enddots{} where appropriate. · 923158be
      * doc/c-tree.texi: Use @dots{} and @enddots{} where appropriate.
      * doc/cfg.texi: Likewise.
      * doc/extend.texi: Likewise.
      * doc/gty.texi: Likewise.
      * doc/invoke.texi: Likewise.
      * doc/loop.texi: Likewise.
      * doc/md.texi: Likewise.
      * doc/passes.texi: Likewise.
      * doc/rtl.texi: Likewise.
      * doc/sourcebuild.texi: Likewise.
      * doc/tm.texi: Likewise.
      * doc/tree-ssa.texi: Likewise.
      
      From-SVN: r132381
      Ralf Wildenhues committed
    • re PR libstdc++/35221 (libstdc++ broken) · 6df548d2
      2008-02-17  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/35221
      	* include/parallel/types.h: Reinstate integer types typedefs.
      	* include/parallel/multiseq_selection.h: Adjust.
      	* include/parallel/compatibility.h: Likewise.
      	* include/parallel/random_shuffle.h: Likewise.
      	* include/parallel/random_number.h: Likewise.
      	* include/parallel/base.h: Likewise.
      
      From-SVN: r132380
      Paolo Carlini committed
    • re PR middle-end/35227 (gcc ICEs for functions with unused complex argument) · f0a77246
      2008-02-17  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/35227
      	* tree-complex.c (init_parameter_lattice_values): Handle parameters
      	without default definition.
      
      	* gcc.dg/torture/pr35227.c: New testcase.
      
      From-SVN: r132379
      Richard Guenther committed
    • re PR tree-optimization/35231 (VRP miscompiles libX11) · e09deb14
      2008-02-17  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/35231
      	* tree-vrp.c (register_edge_assert_for): Do not assume A == 0
      	if A | B != 1.
      
      	* gcc.c-torture/execute/pr35231.c: New testcase.
      
      From-SVN: r132378
      Richard Guenther committed
    • Revert: · e6528d32
              2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
              * config/i386/sfp-machine.h (CMPtype): Define as typedef using
              libgcc_cmp_return mode.
      
      testsuite/ChangeLog:
      
              * gcc.target/i386/pr32268.c (test_lt): Add noinline attribute.
              (test_gt): Ditto.
      
      From-SVN: r132377
      Uros Bizjak committed
    • Daily bump. · 9e53e392
      From-SVN: r132375
      GCC Administrator committed
  3. 16 Feb, 2008 12 commits
  4. 15 Feb, 2008 13 commits