1. 01 Dec, 2011 6 commits
    • re PR c++/51009 (ICE in verify_gimple_stmt) · 04f7a48e
      	PR c++/51009
      	* name-lookup.c (push_to_top_level): Set stmts_are_full_exprs_p.
      	* decl.c (build_aggr_init_full_exprs): Just assert that it's true.
      	(check_initializer): Here too.
      
      From-SVN: r181872
      Jason Merrill committed
    • re PR other/51272 (ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file… · 06dd33ac
      re PR other/51272 (ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/)
      
      	PR other/51272
      	* config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
      	(_ITM_deregisterTMCloneTable): Likewise.
      	(__register_frame_info): Fix unused warning.
      	(__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
      	pthread_default_stacksize_np): Likewise.
      	* config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
      
      From-SVN: r181870
      John David Anglin committed
    • acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros. · a152e96f
      2011-11-30  Benjamin Kosnik  <bkoz@redhat.com>
      
              * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove
              size-specific macros. _GLIBCXX_ATOMIC_BUILTINS_1,
              _GLIBCXX_ATOMIC_BUILTINS_2, _GLIBCXX_ATOMIC_BUILTINS_4,
              _GLIBCXX_ATOMIC_BUILTINS_8. Use _GLIBCXX_ATOMIC_BUILTINS to
              indicate use of C++11 atomic builtins.
              * config.h.in: Regenerate.
              * configure: Regenerate.
              * include/Makefile.am (bits_sup_headers): Add atomic_lockfree_defines.h.
              * include/Makefile.in: Regenerate.
              * libsupc++/Makefile.am: Compile C++11 support with -std=gnu++0x.
              * libsupc++/Makefile.in: Regenerate.
      
              * include/bits/atomic_base.h: Move lock-free property macros...
              * libsupc++/atomic_lockfree_defines.h: ...here.
              * include/std/future: Use C++11 macros.
              * libsupc++/eh_ptr.cc: Same.
              * libsupc++/eh_throw.cc: Same.
              * libsupc++/exception: Same.
              * libsupc++/exception_ptr.h: Same.
              * libsupc++/guard.cc: Same.
              * libsupc++/nested_exception.cc: Same.
              * libsupc++/nested_exception.h: Same.
              * src/future.cc: Same.
      
              * include/ext/atomicity.h: Use _GLIBCXX_ATOMIC_BUILTINS.
      
              * doc/doxygen/user.cfg.in
              * doc/xml/manual/concurrency_extensions.xml
      
              * testsuite/18_support/exception_ptr/lifespan.cc
              * testsuite/lib/libstdc++.exp
      
      From-SVN: r181869
      Benjamin Kosnik committed
    • re PR middle-end/50283 (FAIL: g++.dg/eh/simd-1.C execution test) · de21ce7f
      	PR middle-end/50283
      	* config/pa/pa.md (in_branch_delay): Disallow frame related insns.
      	(in_nullified_branch_delay): Likewise.
      	(in_call_delay): Likewise.
      
      From-SVN: r181868
      John David Anglin committed
    • Daily bump. · 48325d1c
      From-SVN: r181867
      GCC Administrator committed
  2. 30 Nov, 2011 23 commits
  3. 29 Nov, 2011 11 commits