aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Update gcc sv.po.Joseph Myers1-434/+287
2021-03-15c++: Fix 2 testcases [PR 99601]Nathan Sidwell2-3/+3
2021-03-15libstdc++-v3: Update VTV vars for libtool link commands [PR99172]Caroline Tice3-2/+14
2021-03-15coroutines : Convert await_ready () expressions to bool [PR99047].Iain Sandoe2-1/+90
2021-03-15coroutines : Handle rethrow from unhandled_exception [PR98704].Iain Sandoe2-21/+145
2021-03-15coroutines : Handle for await expressions in for stmts [PR98480].Iain Sandoe5-0/+428
2021-03-15coroutines : Avoid generating empty statements [PR96749].Iain Sandoe3-20/+123
2021-03-15libstdc++, testsuite, Darwin : Adjust for names used in system headers.Iain Sandoe1-0/+5
2021-03-15libstdc++, Darwin, ppc : Add new long double symbols.Iain Sandoe1-0/+3
2021-03-15tree-optimization/98834 - fix optimization regression with _b_c_pRichard Biener2-1/+82
2021-03-15libstdc++: Implement missing operator overloads in max_size_type.hPatrick Palka2-2/+112
2021-03-15analyzer: fix missing comma in initializerMartin Liska1-1/+1
2021-03-15znver3 tuning part 1Jan Hubicka2-1/+135
2021-03-15Handle EXEC_IOLENGTH in doloop_contained_procedure_code.Thomas Koenig3-0/+36
2021-03-15Fortran: Fix problem with allocate initialization [PR99545].Paul Thomas2-1/+41
2021-03-15OpenMP: Fix 'omp declare target' handling for vars [PR99509]Tobias Burnus3-6/+59
2021-03-15Fix -Wstring-concatenation warning.Martin Liska1-1/+1
2021-03-14testsuite: fix typo in testcase pr99492.cDavid Edelsohn1-3/+3
2021-03-15Daily bump.GCC Administrator4-1/+25
2021-03-14PR fortran/99112 - ICE with runtime diagnostics for SIZE intrinsic functionHarald Anlauf3-10/+59
2021-03-14i386: Some more -mavx512vl -mno-avx512bw fixes [PR99321]Uros Bizjak1-34/+24
2021-03-14Daily bump.GCC Administrator5-1/+47
2021-03-13PR tree-optimization/99489 - ICE calling strncat after strcatMartin Sebor2-1/+42
2021-03-13Fortran: Fix for class defined operators [PR99125].Paul Thomas3-3/+27
2021-03-13match.pd: Don't optimize vector X + (X << C) -> X * (1 + (1 << C)) if there i...Jakub Jelinek2-2/+21
2021-03-12misc/cgo/testcarchive: don't use == for string equality in C codeIan Lance Taylor2-2/+2
2021-03-12MAINTAINERS: Add myself for write after approvalEugene Rozenfeld1-0/+1
2021-03-12sim: drop dep on configure-gdbMike Frysinger2-2/+0
2021-03-13Daily bump.GCC Administrator8-1/+152
2021-03-12c++: ICE with using-decl [PR 99238]Nathan Sidwell5-45/+52
2021-03-12Fix memory constraint bug in SPARC back-endEric Botcazou4-20/+16
2021-03-12Fortran/OpenMP: Accept implicit-save DATA vars for threadprivate [PR99514]Tobias Burnus2-5/+16
2021-03-12Fortran/OpenMP: Fix use_device_{ptr,addr} with assumed-size array [PR98858]Tobias Burnus2-1/+92
2021-03-12Fortran: Fix libgfortran I/O race with newunit_free [PR99529]Tobias Burnus2-9/+24
2021-03-12i386: Hopefully last set of -mavx512vl -mno-avx512bw fixes [PR99321]Jakub Jelinek4-239/+332
2021-03-12c++: Fix up calls to immediate functions returning reference [PR99507]Jakub Jelinek2-0/+10
2021-03-12analyzer: document new paramMartin Liska1-0/+4
2021-03-12gcc-changelog: allow ChangeLog deletion in a commitMartin Liska5-2/+40
2021-03-12Daily bump.GCC Administrator7-1/+284
2021-03-11compiler: create temporaries for heap variablesIan Lance Taylor6-56/+99
2021-03-11analyzer: new implementation of shortest feasible path [PR96374]David Malcolm20-106/+1366
2021-03-11analyzer: support reverse direction in shortest-paths.hDavid Malcolm3-37/+125
2021-03-11analyzer: gracefully handle impossible paths in shortest-paths.hDavid Malcolm2-24/+83
2021-03-11libstdc++: Add a fallback 128-bit integer class type and use itPatrick Palka3-24/+332
2021-03-11libstdc++: Remove Ryu's uint128_t aliasesPatrick Palka4-9/+3
2021-03-11libstdc++: Add a LOCAL_PATCHES file to Ryu source directoryPatrick Palka1-0/+1
2021-03-11libstdc++: Factor out uses of __int128 into a type aliasPatrick Palka1-9/+16
2021-03-11aix: Use lcomm for TLS static data.David Edelsohn4-9/+5
2021-03-11c++: Fix unhiding friend with imports [PR 99248]Nathan Sidwell5-3/+19
2021-03-11libstdc++: Make barrier::arrival_token a move-only class typeJonathan Wakely1-6/+18