aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-22runtime: remove scase.releasetime fieldIan Lance Taylor3-16/+12
2020-12-22c++: Handle array members in build_comparison_op [PR93480]Jakub Jelinek3-5/+162
2020-12-22arm&aarch64: subdivide the type attribute "alu_shfit_imm"Qian Jianhua38-62/+170
2020-12-22i386: Fix __builtin_floor with FE_DOWNWARD rounding direction [PR96793]Uros Bizjak2-5/+48
2020-12-22c++: Fix build with clangGerald Pfeifer1-0/+2
2020-12-21c++: Add some asserts in mangle.cJason Merrill1-2/+8
2020-12-21c++: Fix demangling of <unresolved-name>Jason Merrill3-22/+72
2020-12-22Fix Typo.liuhongt1-1/+1
2020-12-21-fdump-go-spec: don't crash if DECL_ORIGINAL_TYPE is NULLIan Lance Taylor1-0/+2
2020-12-21Go frontend: ensure mpfr exponent range is large enough for GoIan Lance Taylor1-0/+10
2020-12-22Daily bump.GCC Administrator9-1/+131
2020-12-22gimplify: Gimplify value in gimplify_init_ctor_eval_range [PR98353]Jakub Jelinek2-1/+22
2020-12-21c++: Fix demangling of qualified-id after '.'Jason Merrill2-4/+19
2020-12-21c++: Fix demangling of x.operator typeJason Merrill2-1/+13
2020-12-21Darwin : Update the kernel version to macOS version mapping.Iain Sandoe1-2/+15
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka7-4/+33
2020-12-21c++: Windows rename [PR 98412]Nathan Sidwell1-2/+12
2020-12-21bootstrap: std:stoul non-portable [PR 98412]Nathan Sidwell4-6/+18
2020-12-21libcody: Include <netinet/in.h> as neededGerald Pfeifer1-0/+1
2020-12-21libcody: Add ranlibNathan Sidwell4-0/+96
2020-12-21libcody: to_string is not always available [PR 98412]Nathan Sidwell1-1/+7
2020-12-21libcody: Add netinet.hNathan Sidwell1-0/+1
2020-12-21c++tools: Fix exe suffix [PR 98409]Nathan Sidwell1-1/+1
2020-12-21gcc-changelog: new error for quoted utf8 filenamesMartin Liska3-0/+39
2020-12-21gcc-changelog: add Unicode test-caseMartin Liska2-0/+32
2020-12-21fold-const: Fix up a buffer overflow in native_encode_initializer [PR98407]Jakub Jelinek2-3/+13
2020-12-21openmp: Fix up handling of addressable temporaries in simd lb, b and incr exp...Jakub Jelinek2-3/+38
2020-12-20libgo: adjust sysinfo scripts for changed -fdump-go-specNikhil Benesch4-92/+22
2020-12-21Daily bump.GCC Administrator6-1/+36
2020-12-20gcc: xtensa: implement bswapsi2, bswapdi2 and helpersMax Filippov4-0/+75
2020-12-20libstdc++: Fix indentation in <semaphore>Jonathan Wakely1-1/+2
2020-12-20doc: Fix a typo [PR98400]Jakub Jelinek1-1/+1
2020-12-20Set DECL_ARTIFICIAL on gfortran internal variables.Thomas Koenig1-0/+3
2020-12-20Correct coarray indices for test case.Thomas Koenig1-8/+8
2020-12-20Daily bump.GCC Administrator3-1/+42
2020-12-19expr: Fix up constant_byte_string bitfield handling [PR98366]Jakub Jelinek3-123/+103
2020-12-19d: Fix ICE in in force_decl_die, at dwarf2out.c with -gdwarf-2 -gstrict-dwarf...Iain Buclaw8-0/+94
2020-12-19bswap: Fix up a thinko with empty CONSTRUCTORs [PR98378]Jakub Jelinek1-0/+2
2020-12-19Daily bump.GCC Administrator8-1/+303
2020-12-18compiler: check for floating-point exponent overflowIan Lance Taylor6-12/+22
2020-12-18Re: [r11-6232 Regression] FAIL: gcc.dg/pr97750.cAndrew MacLeod1-2/+2
2020-12-18openmp: Don't optimize shared to firstprivate on task with depend clauseJakub Jelinek2-0/+59
2020-12-18openmp: Fix g++.dg/gomp/declare-target-3.C testcase when offloading is disabledKwok Cheung Yeung1-7/+7
2020-12-18libcc1: Fix up libcc1 configure [PR98330]Jakub Jelinek2-2/+2
2020-12-18aarch64: SVE: ICE in expand_direct_optab_fn [PR98177]Przemyslaw Wirkus5-4/+44
2020-12-18libstdc++: Fix mistake in PR98374 change [PR98377]Patrick Palka1-1/+1
2020-12-18libstdc++: Fix build failure on AArch64 ILP32 [PR98370]Patrick Palka1-1/+1
2020-12-18libstdc++: Fix build failure due to missing <langinfo.h> [PR98374]Patrick Palka1-1/+5
2020-12-18libstdc++: Check FE_TONEAREST is defined before using itPatrick Palka2-6/+6
2020-12-18openmp: Implicitly add 'declare target' directives for dynamic initializers i...Kwok Cheung Yeung9-5/+118