aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-11[Ada] Remove redundant guard against an empty component listPiotr Trojanek1-4/+0
2021-10-11[Ada] RTEMS: use default stack checking emulation packagePatrick Bernardi2-114/+2
2021-10-11[Ada] Do not clear Analyzed flag in expand if already set by preanalysisMarc Poulhiès1-1/+14
2021-10-11[Ada] Simplify code for checks within an initialization procedurePiotr Trojanek1-3/+1
2021-10-11[Ada] Fix crash on array component with Default_ValuePiotr Trojanek3-9/+12
2021-10-11[Ada] Size of time_t in newer verions of VxWorks7Doug Rupp1-2/+6
2021-10-11opts: Remove AUTODETECT_VALUE usage.Martin Liska2-6/+6
2021-10-11Remove usage of IRA_REGION_AUTODETECTMartin Liska3-6/+2
2021-10-11libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler5-3/+56
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek10-2/+136
2021-10-11IBM Z: Provide rawmemchr{qi,hi,si} expanderStefan Schulze Frielinghaus6-26/+203
2021-10-11ldist: Recognize strlen and rawmemchr like loopsStefan Schulze Frielinghaus12-31/+855
2021-10-11options: use cl_optimization_hash.Martin Liska1-18/+1
2021-10-11[PR/target 100316] Allow constant address for __builtin___clear_cache.Kito Cheng2-6/+22
2021-10-11Adjust testcase for O2 vectorization enabling.liuhongt1-1/+1
2021-10-11Daily bump.GCC Administrator4-1/+31
2021-10-10Fortran: handle initialization of derived type parameter arrays from scalarHarald Anlauf2-3/+32
2021-10-10var-tracking: Fix a wrong-debug issue caused by my r10-7665 var-tracking chan...Jakub Jelinek1-1/+2
2021-10-10tree-optimization: [PR102622]: wrong code due to signed one bit integer and "...Andrew Pinski2-9/+41
2021-10-10Daily bump.GCC Administrator7-1/+108
2021-10-09Fortran: accept both old and new-style relational operators in USE, ONLYHarald Anlauf2-4/+203
2021-10-09testsuite: Add missing comment for some dg-warningKewen Lin6-9/+9
2021-10-09Adjust more testcases for O2 vectorization enabling.liuhongt27-27/+29
2021-10-09openmp: Add support for OpenMP 5.1 structured-block-sequencesJakub Jelinek8-30/+173
2021-10-09Refine movhfcc.liuhongt4-6/+67
2021-10-09Daily bump.GCC Administrator12-1/+586
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely67-189/+18
2021-10-09libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]Jonathan Wakely1-4/+0
2021-10-09libstdc++: Define std::wstring_convert unconditionally [PR 98725]Jonathan Wakely1-4/+0
2021-10-09libstdc++: Enable type traits for wchar_t unconditionally [PR98725]Jonathan Wakely3-11/+1
2021-10-09libstdc++: Enable vstring for wchar_t unconditionally [PR98725]Jonathan Wakely3-6/+0
2021-10-09libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]Jonathan Wakely7-27/+5
2021-10-09libstdc++: Move test that depends on wchar_t I/O to wchar_t sub-directoryJonathan Wakely1-0/+0
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely13-5/+53
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely25-26/+66
2021-10-09libstdc++: Access std::pair members without tuple-like helpersJonathan Wakely3-76/+56
2021-10-09libstdc++: Avoid instantiation of _Hash_node before it's neededJonathan Wakely2-9/+17
2021-10-08Fortran: Add diagnostic for F2018:C839 (TS29113:C535c)Sandra Loosemore6-68/+236
2021-10-08[PR102627] Use at least natural mode during splitting hard reg live rangeVladimir N. Makarov2-2/+44
2021-10-08libstdc++: Detect miscompilation of src/c++11/limits.ccJonathan Wakely1-0/+4
2021-10-08Grow non_null_ref bitmap when num_ssa_names increases.Aldy Hernandez1-0/+3
2021-10-08Implement irange::debug()Aldy Hernandez2-0/+8
2021-10-08libstdc++: Reduce header dependencies of <algorithm> in C++20 [PR 92546]Jonathan Wakely1-1/+3
2021-10-08libsanitizer: Add AM_CCASFLAGS to Makefile.amH.J. Lu12-0/+12
2021-10-08loop: Fix profile updates after unrolling [PR102385]Richard Sandiford8-37/+140
2021-10-08opts: include missing header files.Martin Liska2-0/+2
2021-10-08Come up with OPTION_SET_P macro.Martin Liska53-167/+192
2021-10-08libstdc++: Restore debug checks in uniform container erasure functionsJonathan Wakely12-103/+45
2021-10-08libstdc++: Implement ostream insertion for chrono::durationJonathan Wakely2-0/+153
2021-10-08openmp: Fix up declare target handling for vars with DECL_LOCAL_DECL_ALIAS [P...Jakub Jelinek2-59/+117