Skip to content
Snippets Groups Projects
  1. Jan 20, 2009
  2. Jan 19, 2009
  3. Jan 18, 2009
    • Ben Elliston's avatar
      Correct my most recent entry. · bc127c63
      Ben Elliston authored
      From-SVN: r143488
      bc127c63
    • Dave Korn's avatar
      configure.ac (funcs, [...]): Don't munge on Cygwin, as it no longer shares libiberty object files. · 04f9f7b5
      Dave Korn authored
      	* configure.ac (funcs, vars, checkfuncs):  Don't munge on Cygwin,
      	as it no longer shares libiberty object files.
      	* configure:  Regenerated.
      
      From-SVN: r143487
      04f9f7b5
    • H.J. Lu's avatar
      re PR target/38736 (-mavx can change the ABI via BIGGEST_ALIGNMENT) · 6e4f1168
      H.J. Lu authored
      gcc/
      
      2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/38736
      	* c-common.c (handle_aligned_attribute): Use
      	ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
      	default alignment value.
      
      	* c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
      
      	* defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
      	* config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
      
      	* doc/extend.texi: Update __attribute__ ((aligned)).  Document
      	__BIGGEST_ALIGNMENT__.
      
      	* doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
      
      gcc/testsuite/
      
      2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/38736
      	* g++.dg/compat/abi/pr38736_main.C: New.
      	* g++.dg/compat/abi/pr38736_x.C: Likewise.
      	* g++.dg/compat/abi/pr38736_y.C: Likewise.
      	* g++.dg/other/macro-1.C: Likewise.
      	* gcc.dg/macro-1.c: Likewise.
      	* gcc.dg/compat/pr38736_main.c: Likewise.
      	* gcc.dg/compat/pr38736_x.c: Likewise.
      	* gcc.dg/compat/pr38736_y.c: Likewise.
      
      From-SVN: r143486
      6e4f1168
    • Richard Guenther's avatar
      re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop) · 890065bf
      Richard Guenther authored
      2009-01-18  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/38819
      	* tree-flow.h (operation_could_trap_helper_p): Declare.
      	* tree-eh.c (operation_could_trap_helper_p): Export.
      	* tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
      	* tree-ssa-sccvn.c (vn_nary_may_trap): New function.
      	* tree-ssa-pre.c (insert_into_preds_of_block): Check if we
      	are about to insert a possibly trapping instruction and fail
      	in this case.
      
      	* gcc.c-torture/execute/pr38819.c: New testcase.
      
      From-SVN: r143485
      890065bf
    • Andreas Schwab's avatar
      doc/install.texi (Configuration): Remove obsolete paragraph · a729d731
      Andreas Schwab authored
      about use of --with-gnu-ld with --with-gnu-as.
      
      From-SVN: r143484
      a729d731
    • Jonathan Wakely's avatar
      thread (__thread_data_base::__run): Make non-const. · 8b6ded8d
      Jonathan Wakely authored
      	* include/std/thread (__thread_data_base::__run): Make non-const.
      	* testsuite/30_threads/thread/cons/5.cc: New.
      
      From-SVN: r143483
      8b6ded8d
    • Ben Elliston's avatar
      * Makefile.in (bitmap.o-warn): Remove goal. · 9d2cc6f0
      Ben Elliston authored
      From-SVN: r143482
      9d2cc6f0
    • Kazu Hirata's avatar
      extend.texi, [...]: Fix typos. · a640c13b
      Kazu Hirata authored
      	* doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
      	doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
      	Follow spelling conventions.
      
      From-SVN: r143481
      a640c13b
    • Ben Elliston's avatar
      bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate C++ warning... · dba2cc0c
      Ben Elliston authored
      bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate C++ warning about implicit conversion from void * to...
      
      	* bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
      	C++ warning about implicit conversion from void * to struct
      	bitmap_head_def *.
      	(bitmap_obstack_free): Likewise for bitmap_element *.
      
      From-SVN: r143480
      dba2cc0c
    • GCC Administrator's avatar
      Daily bump. · 3ab4dfd4
      GCC Administrator authored
      From-SVN: r143478
      3ab4dfd4
  4. Jan 17, 2009
  5. Jan 16, 2009
Loading