aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-19PR middle-end/98664 - inconsistent -Wfree-nonheap-object for inlined calls to...Martin Sebor6-18/+255
2021-01-19c++: Always check access during late-parsing of members [PR58993]Patrick Palka6-7/+69
2021-01-19c++: ICE when late parsing noexcept/NSDMI [PR98333]Marek Polacek2-23/+31
2021-01-19c++: Remove unused fnNathan Sidwell1-6/+3
2021-01-19c++: Fix null this pointer [PR 98624]Nathan Sidwell1-1/+1
2021-01-19alias: Fix offset checks involving section anchors [PR92294]Richard Sandiford1-16/+31
2021-01-19[PATCH, rs6000] Update pr88233.c test (pr91799)Will Schmidt1-1/+1
2021-01-19aarch64: Relax flags of saturation builtinsKyrylo Tkachov1-63/+63
2021-01-19aarch64: Remove testing of saturation cumulative QC bitKyrylo Tkachov41-1786/+753
2021-01-19[committed] Fix dwarf-float.c test in testsuiteJeff Law1-5/+5
2021-01-19ipa/98330 - avoid ICEing on call indirect callRichard Biener3-5/+21
2021-01-19middle-end/98638 - avoid SSA reference to stmts after SSA deconstructionRichard Biener1-0/+8
2021-01-19sparc,rtems: add __FIX_LEON3FT_TN0018 for affected targetsDaniel Hellstrom1-0/+2
2021-01-19ipa/97673 - fix input_location leakRichard Biener2-0/+21
2021-01-19OpenMP/Fortran: Fixes for {use,is}_device_ptrTobias Burnus6-23/+160
2021-01-19ipa-sra: Do not remove return values needed because of non-call EHMartin Jambor2-9/+38
2021-01-19Fix PR ada/98740Eric Botcazou1-5/+6
2021-01-19RISC-V: The 'multilib-generator' enhancement.Geng Qi2-6/+20
2021-01-18compiler: read embedcfg files, parse go:embed directivesIan Lance Taylor9-33/+234
2021-01-19Daily bump.GCC Administrator7-1/+239
2021-01-18[committed] Minor fix to pr41445-7 testcaseJeff Law1-2/+2
2021-01-18libbacktrace: don't fail tests if dwz failsIan Lance Taylor3-9/+17
2021-01-18libbacktrace: use correct directory/filename for DWARF 5Ian Lance Taylor1-31/+33
2021-01-18[PR97847] IRA: Skip abnormal critical edge splittingVladimir N. Makarov1-1/+11
2021-01-18c++: Add CTAD + pack expansion testcasePatrick Palka1-0/+6
2021-01-18widening_mul: Fix up signed multiplication overflow check handling [PR98727]Jakub Jelinek2-0/+21
2021-01-18aix: document dwarf 4 default (and TPF default)David Edelsohn1-2/+3
2021-01-18Skip asm goto tests on hppa*-*-*.John David Anglin2-0/+2
2021-01-18Avoid no-stack-protector-attr fails on hppa*-*-*.John David Anglin2-2/+2
2021-01-18analyzer: use "malloc" attributeDavid Malcolm17-128/+1354
2021-01-18libstdc++: Only test writing to wostream if supported [PR 98725]Jonathan Wakely1-0/+2
2021-01-18testsuite/97494 - adjust gcc.dg/vect/slp-11b.cRichard Biener1-7/+5
2021-01-18libgomp: enable linux-futex on riscv64Andreas Schwab1-0/+4
2021-01-18[arm,testsuite]: Fix options for vceqz_p64.c and vceqzq_p64.cChristophe Lyon2-2/+4
2021-01-18testsuite/97299 - fix test condition of gcc.dg/vect/slp-reduc-3.cRichard Biener1-1/+2
2021-01-18libstdc++: Fix narrow char test to use stringbuf not wstringbufJonathan Wakely1-1/+1
2021-01-18libstd++: : Add workaround for as Error: file number less than one error [PR9...Jakub Jelinek2-4/+4
2021-01-18RTEMS: Fix libgomp buildSebastian Huber1-0/+5
2021-01-18libgomp: Don't access gomp_sem_t as int using atomics unconditionallyJakub Jelinek5-2/+50
2021-01-17testsuite: powerpc fold-vec and sse updates.David Edelsohn12-12/+16
2021-01-17Fix ChangeLog entries.Jerry DeLisle2-2/+2
2021-01-18Daily bump.GCC Administrator4-1/+42
2021-01-17testsuite: Skip DWARF 5 testcases on AIX.David Edelsohn11-1/+12
2021-01-17aix: default to DWARF 4.David Edelsohn2-0/+6
2021-01-17Avoid assuming SSA_NAME_IDENTIFIER is nonnull.Martin Sebor1-11/+16
2021-01-17ipa: Adjust cgraph verifier to materialization on demand (PR 98222)Martin Jambor2-1/+22
2021-01-17Default to DWARF5Mark Wielaard2-4/+5
2021-01-17Daily bump.GCC Administrator10-1/+195
2021-01-16testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h.Jakub Jelinek1-1/+1
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung50-62/+1183