aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-17libstdc++: Make self-move well-defined for containers [PR 85828]Jonathan Wakely16-19/+356
2020-08-17libgo: correctly handle AIX FAT library creationClément Chigot6-15/+29
2020-08-17ipa: fix bit CPP when combined with IPA bit CPMartin Liska3-1/+49
2020-08-17AArch64: Add if condition in aarch64_function_value [PR96479]Peixin Qiao2-2/+6
2020-08-17Fortran: Add support for OpenMP's nontemporal clauseTobias Burnus6-1/+63
2020-08-17Fix up flag_cunroll_grow_size handling in presence of optimize attr [PR96535]Jakub Jelinek4-33/+49
2020-08-17[testsuite, nvptx] Borrow ia64-sync-*.c test-cases in gcc.target/nvptxTom de Vries4-0/+9
2020-08-17Fix gcc.dg/ia64-sync-5.c for architectures with unsigned char as default (PR ...Kwok Cheung Yeung1-3/+3
2020-08-17[testsuite] Add effective target large_initializerTom de Vries3-2/+15
2020-08-17[nvptx] Fix array dimension in nvptx_assemble_decl_beginTom de Vries1-2/+2
2020-08-17MAINTAINERS: Update my email addressSenthil Kumar Selvaraj1-1/+1
2020-08-17testsuite: Fix gcc.target/arm/stack-protector-1.c for Cortex-MChristophe Lyon1-2/+2
2020-08-17testsuite: Fix gcc.target/arm/multilib.exp use of gcc_optsChristophe Lyon1-1/+1
2020-08-17x86_64: Use peephole2 to eliminate redundant moves.Roger Sayle1-0/+10
2020-08-17Replace std::vector<> usage in ipa-fnsummary.c with GCC's vec<>.Aldy Hernandez2-10/+12
2020-08-17IBM Z: Fix PR96308Andreas Krebbel2-0/+32
2020-08-17IBM Z: Fix PR96456Andreas Krebbel3-3/+21
2020-08-17Re: PR96493, powerpc local call linkage failureAlan Modra1-1/+3
2020-08-17Daily bump.GCC Administrator5-1/+184
2020-08-17libstdc++: Implement DR 526 on [forward_]list remove_if/unique [PR 91620]François Dumont6-124/+382
2020-08-17internal/syscall/unix: restore ppc build tagIan Lance Taylor2-2/+2
2020-08-17testsuite: remove xfail flifetime-dse[24].CDavid Edelsohn2-2/+0
2020-08-17[testsuite] Add missing require-effective-target directives in gcc.dgTom de Vries40-20/+66
2020-08-17libstdc++: Fix failing tests for AIXJonathan Wakely2-0/+6
2020-08-17libstdc++: Make Networking TS work without gthreads [PR 89760]Jonathan Wakely3-38/+87
2020-08-17libstdc++: Make net::system_context tag type constructor explicitJonathan Wakely1-1/+1
2020-08-17libstdc++: Fix net::system_context stop conditionJonathan Wakely2-1/+43
2020-08-17libstdc++: Fix <stop_token> to compile without gthreadsJonathan Wakely1-5/+5
2020-08-17libstdc++: Make std::this_thread functions work without gthreadsJonathan Wakely9-32/+127
2020-08-17c-family: Fix ICE in get_atomic_generic_size [PR96545]Jakub Jelinek2-1/+39
2020-08-17expr: Optimize noop copies [PR96539]Jakub Jelinek2-0/+22
2020-08-17tree: Fix up get_narrower [PR96549]Jakub Jelinek2-1/+13
2020-08-17Do not combine PRED_LOOP_GUARD and PRED_LOOP_GUARD_WITH_RECURSIONJan Hubicka2-6/+32
2020-08-17Add debug counter for IPA bits CP.Martin Liska2-3/+9
2020-08-17Daily bump.GCC Administrator7-1/+178
2020-08-17c++: Add unfixed test [PR88003]Marek Polacek1-0/+13
2020-08-17runtime: revert eqtype for AIXClément Chigot13-21/+107
2020-08-17testsuite: Introduce dg-ice.Marek Polacek4-2/+65
2020-08-17i386: Improve code generation of smin(x,0) with -m32.Roger Sayle2-1/+28
2020-08-17libstdc++: Fix build for targets without lstat [PR 94681]Jonathan Wakely2-2/+2
2020-08-17libstdc++: Fix compatibility support in unique_ptr pretty printerJonathan Wakely2-4/+6
2020-08-17Fix NULL pointer dereference in doloop_contained_function_call.Thomas Koenig2-1/+60
2020-08-17c++: Fix constexpr evaluation of SPACESHIP_EXPR [PR96497]Jakub Jelinek2-2/+9
2020-08-17c++: constraints and address of template-idPatrick Palka6-5/+25
2020-08-17libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem-ts [PR 94681]Jonathan Wakely2-350/+347
2020-08-17libstdc++: Implement LWG 561 for std::inserterJonathan Wakely2-6/+50
2020-08-17libstdc++: Check __cpp_exceptions in basic_string::reserve()Jonathan Wakely1-0/+2
2020-08-17Declare gt_* functions inline in value-range.h.Aldy Hernandez1-3/+3
2020-08-17Simplify X * C1 == C2 with wrapping overflowMarc Glisse5-35/+68
2020-08-17libstdc++: Use _wstat64 for Windows [PR 95749]Jonathan Wakely1-3/+3