1. 30 Nov, 2012 2 commits
  2. 29 Nov, 2012 34 commits
  3. 28 Nov, 2012 4 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