aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Daily bump.GCC Administrator5-1/+154
2020-12-23PR middle-end/98160 - ICE in warn_dealloc_offset on member placement new and ...Martin Sebor2-1/+33
2020-12-23PR c++/98413 - ICE on placement new and member pointerMartin Sebor2-0/+26
2020-12-23mark some tests in gcc.target/arm as requiring "fpic" supportJoel Brobecker8-8/+16
2020-12-23c++: EOF location [PR 96045]Nathan Sidwell48-60/+59
2020-12-23c++: Fix initializing empty base from prvalue [PR97597]Jason Merrill4-2/+52
2020-12-23compiler: nil-checked pointers and index expressions can trapIan Lance Taylor2-7/+5
2020-12-23c++: Improve testcase [PR98332]Jason Merrill1-1/+3
2020-12-23c++: Fix up floating point complex handling in build_zero_init_1 [PR98353]Jakub Jelinek1-1/+1
2020-12-23c++: Fix constexpr array ICE [PR98332]Jason Merrill2-2/+7
2020-12-23Darwin : Adjust handling of MACOSX_DEPLOYMENT_TARGET for macOS 11.Iain Sandoe1-7/+16
2020-12-23compiler: remove references to slicecopy and slicestringcopyIan Lance Taylor3-11/+1
2020-12-23d: Force TYPE_MODE of classes and non-POD structs as BLKmodeIain Buclaw2-2/+31
2020-12-23i386: Fix __builtin_trunc with FE_DOWNWARD rounding direction [PR96793]Uros Bizjak2-13/+42
2020-12-23Add offset to allocatable shared coarrays.Thomas Koenig6-21/+93
2020-12-23Daily bump.GCC Administrator5-1/+956
2020-12-22compiler: initialize saw_send_stmt localsIan Lance Taylor2-3/+3
2020-12-22runtime: eliminate scase.kind fieldIan Lance Taylor5-63/+129
2020-12-22testsuite: C++ module testsNathan Sidwell833-0/+10400
2020-12-22c++: Module ICE fixNathan Sidwell1-1/+2
2020-12-22runtime: add "success" field to sudogIan Lance Taylor1-1/+1
2020-12-22runtime: omit nil-channel cases from selectgo's ordersIan Lance Taylor1-1/+1
2020-12-22runtime: remove scase.releasetime fieldIan Lance Taylor2-4/+3
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-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 Administrator4-1/+57
2020-12-22gimplify: Gimplify value in gimplify_init_ctor_eval_range [PR98353]Jakub Jelinek2-1/+22
2020-12-21Darwin : Update the kernel version to macOS version mapping.Iain Sandoe1-2/+15
2020-12-21c++: Windows rename [PR 98412]Nathan Sidwell1-2/+12
2020-12-21bootstrap: std:stoul non-portable [PR 98412]Nathan Sidwell2-6/+16
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 Benesch1-1/+1
2020-12-21Daily bump.GCC Administrator4-1/+25
2020-12-20gcc: xtensa: implement bswapsi2, bswapdi2 and helpersMax Filippov2-0/+35
2020-12-20Made the ALLOCATED intrinsic work with scalar coarrays.Thomas Koenig5-2/+138
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-20Fix allocation with source for coarrays.Thomas Koenig3-14/+72
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-19Make allocate with source work, some more offset fixes for implied this_image().Thomas Koenig7-5/+202