1. 29 Nov, 2012 32 commits
  2. 28 Nov, 2012 8 commits
    • re PR debug/36728 ([stack]: gdb doesn't work with stack alignment) · f5d30aa6
      	PR debug/36728
      	PR debug/55467
      	PR middle-end/55507
      	PR bootstrap/55511
      	* cselib.c (cselib_process_insn): If cselib_preserve_constants,
      	don't reset table and exit early on volatile insns and setjmp.
      	Reset table afterwards on setjmp.
      
      	* gcc.dg/guality/pr36728-1.c: Include "../nop.h", make sure the asm
      	are non-empty and add dependency between the first and second asm.
      	* gcc.dg/guality/pr36728-2.c: Likewise.
      	* gcc.dg/guality/pr36728-3.c: New test.
      	* gcc.dg/guality/pr36728-4.c: New test.
      
      From-SVN: r193911
      Jakub Jelinek committed
    • re PR other/54279 (first stage build with g++ fails with "." as the first component of $PATH) · 5d99894e
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
              * configure: Regenerate.
              * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
              * Makefile.in: Regenerate.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * Makefile.in (${QMTEST_DIR}/context): Use xg++ instead of g++.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * Make-lang.in (g++$(exeext)): Rename to
              (xg++$(exeext)): This.
              (g++-cross$(exeext)): Use xg++$(exeext) instead of g++$(exeext).
              (c++.start.encap): Likewise.
              (c++.install-common): Likewise.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * lib/g++.exp (g++_init): Search for xg++ instead of g++ in the build
              directories.
              * lib/obj-c++.exp (obj-c++_init): Likewise.
      
      2012-11-28  Andrew Pinski  <apinski@cavium.com>
      
              PR bootstrap/54279
              * scripts/testsuite_flags.in (--build-cxx): Use xg++ instead of g++.
              * testsuite/lib/libstdc++.exp (libstdc++_init): Likewise.
      
      From-SVN: r193910
      Andrew Pinski committed
    • re PR tree-optimization/55052 (vect-widening tests are failing and giving wrong results) · 373b9e78
      gcc/
      	PR rtl-optimization/55052
      	* simplify-rtx.c (simplify_subreg): Restore SCALAR_INT_MODE_P check.
      
      From-SVN: r193909
      Richard Sandiford committed
    • re PR fortran/52161 (Internal compiler errors with -fcheck=bounds in coarray tests) · 74c49505
      2012-11-28  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/52161
              * trans-stmt.c (gfc_trans_sync): Fix bound checking.
      
      
      2012-11-28  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/52161
              * coarray/sync_3.f90: New.
      
      From-SVN: r193908
      Tobias Burnus committed
    • re PR libgcc/48076 (Unsafe double checked locking in __emutls_get_address) · f4919e4a
      PR libgcc/48076
              * emutls.c (__emutls_get_address): Avoid race condition between
              obj->loc.offset read and emutls_key initialization.
      
      From-SVN: r193907
      Richard Henderson committed
    • target.def (use_blocks_for_decl_p): New hook. · 361a58da
              * target.def (use_blocks_for_decl_p): New hook.
              * varasm.c (use_blocks_for_decl_p): Apply hook as final condition.
              * doc/tm.texi.in (USE_BLOCKS_FOR_DECL_P): New description.
              * doc/tm.texi: Regenerated.
      
      From-SVN: r193906
      David Edelsohn committed
    • re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, … · 00efe3ea
      re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028,  gcc.c-torture/execute/991118-1.c, gcc.c-torture/execute/bf64-1.c, ICE)
      
      gcc/
      	PR middle-end/55438
      	* expmed.c (simple_mem_bitfield_p): New function, extracted from
      	store_bit_field_1 and extract_bit_field_1.  Use GET_MODE_ALIGNMENT
      	rather than bitsize when checking the alignment.
      	(store_bit_field_1, extract_bit_field_1): Call it.
      	* stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator):
      	Don't limit ALIGN_.  Assume that memory is mapped in chunks of at
      	least word size, regardless of BIGGEST_ALIGNMENT.
      	(bit_field_mode_iterator::get_mode): Use GET_MODE_ALIGNMENT rather
      	than unit when checking the alignment.
      	(get_best_mode): Use GET_MODE_ALIGNMENT.
      
      From-SVN: r193905
      Richard Sandiford committed
    • validate_failures.py: Use <target_alias> instead of <target>. · 1099bb0a
      	* testsuite-management/validate_failures.py: Use <target_alias> instead
      	of <target>.  Minor whitespace changes.
      
      From-SVN: r193904
      Doug Evans committed