Skip to content
Snippets Groups Projects
  1. Dec 18, 2008
  2. Dec 17, 2008
  3. Dec 16, 2008
  4. Dec 15, 2008
  5. Dec 14, 2008
  6. Dec 13, 2008
    • Benjamin Kosnik's avatar
      atomic.cc: Revert last change. · 1a6e6753
      Benjamin Kosnik authored
      2008-12-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/atomic.cc: Revert last change.
      	* include/bits/atomic_2.h: Move cassert include to...
      	* include/c_global/cstdatomic: ...here.
      	* testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust line numbers.
      	* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
      
      From-SVN: r142742
      1a6e6753
    • Sebastian Pop's avatar
      pr38409.c: Fixed commit problem. · 521f3e99
      Sebastian Pop authored
      	* gcc.dg/graphite/pr38409.c: Fixed commit problem.
      
      From-SVN: r142741
      521f3e99
    • Uros Bizjak's avatar
      sse-12.c: Include x86intrin.h. · 98c62941
      Uros Bizjak authored
      	* gcc.target/i386/sse-12.c: Include x86intrin.h.
      	(dg-options): Use -mavx instead of -msse4. Add -maes -mpclmul.
      	* gcc.target/i386/sse-13.c: Include x86intrin.h. Define immintrin.h
      	intrinsics that require immediate arguments.
      	(dg-options): Use -mavx instead of -msse4.
      	* gcc.target/i386/sse-14.c: Include x86intrin.h. Define immintrin.h
      	intrinsics that require immediate arguments.
      	(test_3): New macro.
      	(dg-options): Use -mavx instead of -msse4.
      	* g++.dg/other/i386-2.C: Include x86intrin.h.
      	(dg-options): Use -mavx instead of -msse4.
      	* g++.dg/other/i386-3.C: Include x86intrin.h.
      	(dg-options): Use -mavx instead of -msse4.
      
      From-SVN: r142739
      98c62941
    • Benjamin Kosnik's avatar
      Makefile.am: Remove -x c++ for atomic build rules. · 7581b88a
      Benjamin Kosnik authored
      2008-12-12  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/Makefile.am: Remove -x c++ for atomic build rules.
      	* src/Makefile.in: Regenerate.
      	* src/atomic.cc: Move mutex include before cstdatomic.
      
      From-SVN: r142738
      7581b88a
    • H.J. Lu's avatar
      re PR libstdc++/37144 (A bug in... · 81ff169c
      H.J. Lu authored
      re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp)
      
      2008-12-12  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR libstdc++/37144
      	* testsuite/util/regression/trait/assoc/type_trait.hpp
      	(regression_test_type_traits): Add const to pair_type_rebind.
      
      From-SVN: r142736
      81ff169c
    • Benjamin Kosnik's avatar
      atomic.cc: Correct guards to match mutex.cc. · b0c2c850
      Benjamin Kosnik authored
      2008-12-12  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/atomic.cc: Correct guards to match mutex.cc.
      
      From-SVN: r142735
      b0c2c850
    • GCC Administrator's avatar
      Daily bump. · d9db9855
      GCC Administrator authored
      From-SVN: r142732
      d9db9855
    • Rainer Emrich's avatar
      re PR bootstrap/38383 (fails to build cross gcc for target hppa64-hp-hpux11.00) · 67df8b1f
      Rainer Emrich authored
      	PR bootstrap/38383
      	* pa64-hpux.h (LINK_GCC_C_SEQUENCE_SPEC): Don't hardcode search path
      	for the milli.a library.
      
      From-SVN: r142729
      67df8b1f
  7. Dec 12, 2008
    • Andrew Pinski's avatar
      re PR target/24779 (Python miscompilation - TOC reload) · a893ac80
      Andrew Pinski authored
      
      2008-12-12  Andrew Pinski  <andrew_pinskia@playstation.sony.com>
                  Peter Bergner <bergner@vnet.ibm.com>
      
              PR target/24779
              * config/rs6000/rs6000.md (call_indirect_aix32): Move the load of the
              TOC into the call pattern.
              (call_indirect_aix64): Likewise.
              (call_value_indirect_aix32): Likewise.
              (call_value_indirect_aix64): Likewise.
              (call_indirect_nonlocal_aix32_internal): New insn and split patterns
              to split off the load of the TOC.
              (call_indirect_nonlocal_aix32): Enable only after reload.
              (call_indirect_nonlocal_aix64_internal): New insn and split patterns
              to split off the load of the TOC.
              (call_indirect_nonlocal_aix64): Enable only after reload.
              (call_value_indirect_nonlocal_aix32_internal): New insn and split
              patterns to split off the load of the TOC.
              (call_value_indirect_nonlocal_aix32): Enable only after reload.
              (call_value_indirect_nonlocal_aix64_internal): New insn and split
              patterns to split off the load of the TOC.
              (call_value_indirect_nonlocal_aix64): Enable only after reload.
      
      
      
      Co-Authored-By: default avatarPeter Bergner <bergner@vnet.ibm.com>
      
      From-SVN: r142727
      a893ac80
    • Uros Bizjak's avatar
      re PR testsuite/38163 (gcc.dg/tree-ssa/loop-3.c failure at -m64 on i686-apple-darwin9) · 9bf6b5c1
      Uros Bizjak authored
      	PR testsuite/38163
      	* gcc.dg/tree-ssa/loop-3.c: Compile only on nonpic x86 targets.
      	Remove dg-skip-if directive.
      
      From-SVN: r142726
      9bf6b5c1
Loading