aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Add -Wdangling-pointer [PR63272].Martin Sebor18-61/+2043
2022-01-15Add -Wuse-after-free [PR80532].Martin Sebor23-32/+1625
2022-01-15Fortran: fix ICE and wrong code with TRANSFER and CHARACTER(kind=4)Harald Anlauf3-4/+130
2022-01-15libstdc++: Fix ODR issues with different -m flagsMatthias Kretz9-188/+440
2022-01-15i386: Improve and optimize ix86_expand_sse_movccUros Bizjak2-78/+62
2022-01-15libgcc: Fix __gthr_i486_lock_cmp_xchg clobber for WindowsJonathan Yong2-23/+2
2022-01-15Daily bump.GCC Administrator12-1/+584
2022-01-14ada: Fix up handling of ghost units [PR104027]Andrew Pinski1-0/+5
2022-01-14analyzer: fix ICE when combining taint states has_ub and has_lbDavid Malcolm2-5/+66
2022-01-14analyzer: fix ICE in taint checker on unary ops [PR104029]David Malcolm3-1/+221
2022-01-14Fortran: always reject alternate return specifier as argument of intrinsicsHarald Anlauf2-1/+16
2022-01-14Fix reverse scalar storage order issues in IPA-SRAEric Botcazou6-29/+105
2022-01-14vect: Fix uninitialised variable PR104026Richard Sandiford1-0/+1
2022-01-14Fortran: fix ICE overloading elemental intrinsicsHarald Anlauf2-3/+29
2022-01-14Use enclosing object size if it's smaller than member [PR 101475].Martin Sebor4-35/+383
2022-01-14Test to verify -Wformat-overflow uses context-sensitive ranges.Martin Sebor1-0/+21
2022-01-14configure: Regenerate.Martin Liska1-2/+21
2022-01-14libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution testUros Bizjak1-3/+3
2022-01-14testsuite: fix dh-warning typo.Martin Liska1-2/+2
2022-01-14i386: Mark some of strict_low_part insn constraints earlyclobberedUros Bizjak1-9/+9
2022-01-14testsuite: rename 2 files.Martin Liska2-0/+0
2022-01-14testsuite: rename files in c-c++-common.Martin Liska1-0/+0
2022-01-14openmp: Fix ICE in [PR103705]Chung-Lin Tang3-2/+18
2022-01-14testsuite: Remove executable mode from source files.Martin Liska24-0/+0
2022-01-14vect: Check partial vector param for supports_partial_vectors [PR104015]Kewen Lin1-1/+2
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely99-138/+439
2022-01-14libgfortran: Partly revert my r12-6498 change to fix Solaris build [PR104006]Jakub Jelinek2-4/+4
2022-01-14c++: Avoid some -Wreturn-type false positives with const{expr,eval} if [PR103...Jakub Jelinek3-2/+51
2022-01-14c++: Reject in constant evaluation address comparisons of start of one var an...Jakub Jelinek2-1/+29
2022-01-14forwprop: Canonicalize atomic fetch_op op x to op_fetch or vice versa [PR98737]Jakub Jelinek3-1/+583
2022-01-14arc: Add DWARF2 alternate CFA column.Claudiu Zissulescu3-7/+44
2022-01-14arc: Update stack size computation when accumulator registers are available.Claudiu Zissulescu1-5/+4
2022-01-14libstdc++: Add C++20 std::make_shared enhancements (P0674R1)Jonathan Wakely8-18/+975
2022-01-14libstdc++: Ignore cv-quals when std::allocator<void> constructsJonathan Wakely2-2/+17
2022-01-14libstdc++: Use std::construct_at in std::common_iterator [PR103992]Jonathan Wakely2-4/+20
2022-01-14libstdc++: Document new std::random_device tokensJonathan Wakely2-0/+43
2022-01-14x86_64: Improvements to arithmetic right shifts of V1TImode values.Roger Sayle1-169/+96
2022-01-14ARM: fix -Wformat= errorMartin Liska1-1/+1
2022-01-14tree-optimization/104009: Conservative underflow estimate in object sizeSiddhesh Poyarekar5-9/+75
2022-01-14Fix ICE of unrecognizable insn. [PR target/104001]liuhongt2-6/+26
2022-01-13Add __attribute__ ((tainted_args))David Malcolm12-3/+791
2022-01-14Daily bump.GCC Administrator10-1/+440
2022-01-13toplevel: Remove incorrectly added fileJakub Jelinek1-0/+0
2022-01-13c++: warning for dependent template members [PR70417]Anthony Sharp6-47/+223
2022-01-13i386: Introduce V2QImode vectorized shifts [PR103861]Uros Bizjak3-4/+128
2022-01-13vect: Add bias parameter for partial vectorizationRobin Dapp8-35/+185
2022-01-13Add support for allocate clause (OpenMP 5.0).Hafiz Abid Qadeer13-158/+896
2022-01-13Allow more precision when querying from fold_const.Andrew MacLeod3-1/+29
2022-01-13Add relation to unsigned right shift.Andrew MacLeod2-0/+26
2022-01-13Fortran: fix error recovery on bad structure constructor in DATA statementHarald Anlauf3-4/+38