[C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120)
[gcc.git] / libstdc++-v3 / libsupc++ /
2020-02-20 Jonathan Wakelylibstdc++: Remove std::type_info::operator!= for C++20
2020-02-19 Jonathan Wakelylibstdc++: Simplify std::three_way_comparable_with...
2020-02-19 Jonathan Wakelylibstdc++: Simplify std::totally_ordered (LWG 3331)
2020-02-17 Jonathan Wakelylibstdc++: P1964R2 Wording for boolean-testable
2020-02-17 Jonathan Wakelylibstdc++ P1956R1 On the names of low-level bit manipul...
2020-02-07 Jonathan Wakelylibstdc++: Optimize C++20 comparison category types
2020-01-29 Jonathan Wakelylibstdc++: Simplify constraints on std::compare_three_way
2020-01-29 Jonathan Wakelylibstdc++: Make std::compare_three_way check if <=...
2020-01-24 Jonathan Wakelylibstdc++: Simplify construction of comparison category...
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-17 Jonathan Wakelylibstdc++: Fix freestanding build PR 92376)
2020-01-06 Jonathan Wakelylibstdc++: Define __cpp_lib_three_way_comparison condit...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-12 Jonathan Wakelylibstdc++: Simplify std::common_comparison_category
2019-12-03 Jonathan Wakelylibstdc++: Implement spaceship for std::pair (P1614R2)
2019-11-13 Jonathan Wakelylibsupc++: Implement comparison algorithms for C++20
2019-11-08 Jonathan Wakelylibstdc++: define std::common_comparison_category for...
2019-11-07 Jason MerrillImplement D1959R0, remove weak_equality and strong_equa...
2019-11-06 Jonathan Wakelylibstdc++: Add compare_three_way and install <compare...
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-10-18 Jonathan WakelyPR libstdc++/92143 adjust for OS X aligned_alloc behaviour
2019-09-10 Christophe Lyon[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c...
2019-07-29 Jonathan WakelyPR libstdc++/51333 Define recursive_init_error construc...
2019-05-31 Jonathan WakelyPR libstdc++/90682 allow set_terminate(0) and set_unexp...
2019-05-14 Rainer OrthRemove obsolete Solaris 10 support
2019-05-10 Jonathan WakelyImprove API docs for <memory> and <new>
2019-05-04 Jonathan WakelyImprove API docs for <system_error> header
2019-05-02 Jonathan WakelyMiscellaneous API doc improvements
2019-04-23 Ramana Radhakrishnanre PR target/89093 (C++ exception handling clobbers...
2019-03-11 Jonathan WakelyPR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAX
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-02-13 Jonathan WakelyPR libstdc++/89345 Only define std::destroying_delete...
2019-01-21 Ulrich DrepperFix after P0600.
2019-01-15 Jonathan WakelyFix missing or incorrect feature test macros
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-09-05 Jonathan Wakely* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen...
2018-08-24 Marc Glissenew(nothrow) is malloc-like
2018-08-13 Jonathan WakelyMinor optimisations in operator new(size_t, align_val_t)
2018-08-10 Jonathan WakelyPR libstdc++/68210 adjust operator new and delete for...
2018-08-10 Martin LiskaRemove not needed __builtin_expect due to malloc predictor.
2018-08-08 Jonathan WakelyPrevent internal aligned_alloc clashing with libc version
2018-08-07 Jonathan WakelyPR libstdc++/86861 Meet precondition for Solaris memalign
2018-07-31 Jonathan WakelyDon't unconditionally define feature test macros in...
2018-07-30 Jonathan WakelyAdd workaround for aligned_alloc bug on AIX
2018-07-17 Jonathan WakelyPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-07-05 Jonathan WakelyPR libstdc++/85831 define move constructors and operato...
2018-05-18 Jason MerrillSome libstdc++ fixes for -Wdeprecated-copy.
2018-05-17 Jonathan WakelyPR libstdc++/85812 fix memory leak in std::make_excepti...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-05 Jason MerrillCorrect noexcept mismatch in declarations.
2017-12-01 Jonathan WakelyAdd [[noreturn]] attributes to fix warning
2017-11-24 Jonathan WakelyAdd [[nodiscard]] attribute to std::launder
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-09-20 Jonathan WakelyPR libstdc++/81469 deprecate std::uncaught_exception...
2017-09-20 Jonathan WakelyRemove non-standard std::copy_exception function
2017-09-13 Jonathan WakelyPR libstdc++/81835 fix broken URLs in libstdc++ docs
2017-07-19 Volker Reicheltnew (bad_array_new_length): Remove redundant semicolon...
2017-06-02 Jonathan WakelyRemove libsupc++ makefile targets setting -std=gnu...
2017-06-02 Richard Bienerre PR libstdc++/80721 (Sorting/Merging of free EH-emerg...
2017-04-19 Jonathan Wakely* libsupc++/new: Update comment on #endif directive.
2017-04-19 Jonathan WakelyPR libstdc++/80446 cope with libc defining __has_builtin
2017-03-02 Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-01-26 Jonathan WakelyPR libstdc++/79190 add fallback aligned_alloc implement...
2017-01-26 Jakub Jelinekupdate-copyright.py: Add libhsail-rt to self.default_di...
2017-01-17 Jonathan WakelyPR79114 use decayed type in std::throw_with_nested...
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-04 Jonathan WakelyPR78968 add configure check for __cxa_thread_atexit...
2017-01-04 Pauli NieminenSupport exception propagation without lock-free atomic int
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-15 Jonathan WakelyPR 59406 note that FNV hash functions are incorrect
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-28 Jonathan WakelyImplement std::launder for C++17
2016-10-26 Bernd Edlingerre PR libstdc++/78110 (freestanding libstdc++ fails...
2016-10-21 Jonathan WakelyUse global operator new in std::make_exception_ptr
2016-10-12 Jonathan WakelyRemove 'return' from noreturn function
2016-10-11 Jonathan WakelySimplify std::rethrow_if_nested definition
2016-10-10 Jonathan WakelyUse noexcept instead of _GLIBCXX_USE_NOEXCEPT
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-16 Jonathan WakelyReplace modulus with mask operation in over-aligned new
2016-09-16 Jonathan WakelyAdjust arguments to aligned_alloc or posix_memalign
2016-09-11 Jonathan WakelyFix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-08-22 Gleb Natapovlibstdc++/68297 avoid throw/catch in make_exception_ptr
2016-07-20 Jonathan WakelyUse static pointer to member when catching nullptr
2016-07-15 Jonathan Wakelyc++/58796 Make nullptr match exception handlers of...
2016-07-12 Jonathan WakelyRemove unused operator delete overloads (LWG 2458)
2016-03-24 Jonathan Wakelylibstdc++/69945 Add __gnu_cxx::__freeres hook
2016-03-18 Uros Bizjak* libsupc++/guard.cc: Revert my last commit.
2016-03-18 Uros BizjakRevert:
2016-01-15 Torvald Riegellibstdc++: Make certain exceptions transaction_safe.
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-11 Ville Voutilainenre PR libstdc++/68139 (rethrow_if_nested should tolerat...
2015-11-11 Jonathan Wakely* libsupc++/new_handler.cc: Fix for explicit constructo...
2015-11-11 Ville VoutilainenLWG 2510, make the default constructors of library...
2015-11-11 Jonathan Wakelyre PR libstdc++/64651 (std::rethrow_exception not found...
next