aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-02-10options: fix cl_target_option_print_diff() with stringsEric Biggers1-1/+1
2023-02-10c++: Fix up handling of references to anon union members in initializers [PR5...Jakub Jelinek2-0/+35
2023-02-10openmp: Fix up OpenMP expansion of non-rectangular loops [PR108459]Jakub Jelinek1-2/+2
2023-02-10c: Don't emit DEBUG_BEGIN_STMTs for K&R function argument declarations [PR105...Jakub Jelinek2-0/+18
2023-02-10fortran: Fix up function types for realloc and sincos{,f,l} builtins [PR108349]Jakub Jelinek1-18/+20
2023-02-10openmp: Fix up finish_omp_target_clauses [PR108286]Jakub Jelinek1-1/+3
2023-02-10c++: Error recovery in merge_default_template_args [PR108206]Jakub Jelinek2-0/+7
2023-02-10generic-match-head: Don't assume GENERIC folding is done only early [PR108237]Jakub Jelinek2-2/+17
2023-02-10expr: Fix up store_expr into SUBREG_PROMOTED_* target [PR108264]Jakub Jelinek2-0/+30
2023-02-10tree-ssa-dom: can_infer_simple_equiv fixes [PR108068]Jakub Jelinek4-6/+50
2023-02-10phiopt: Drop SSA_NAME_RANGE_INFO in maybe equal case [PR108166]Jakub Jelinek2-0/+32
2023-02-10cse: Fix up CSE const_anchor handling [PR108193]Jakub Jelinek2-5/+29
2023-02-10openmp: Don't try to destruct DECL_OMP_PRIVATIZED_MEMBER vars [PR108180]Jakub Jelinek1-0/+5
2023-02-10testsuite: Fix up pr64536.c for LLP64 targets [PR108151]Jakub Jelinek1-2/+2
2023-02-10testsuite: Fix up pr64536.c for LLP64 targets [PR108151]Jakub Jelinek1-2/+2
2023-02-10loop-invariant: Split preheader edge if the preheader bb ends with jump [PR10...Jakub Jelinek2-0/+19
2023-02-10c++: Ensure !!var is not an lvalue [PR107065]Jakub Jelinek3-3/+24
2023-02-10into-ssa: Fix emitting debug stmts after asm goto [PR108095]Jakub Jelinek2-26/+53
2023-02-10ivopts: Fix IP_END handling for asm goto [PR107997]Jakub Jelinek2-0/+30
2023-02-10cfgbuild: Fix DEBUG_INSN handling in find_bb_boundaries [PR106719]Jakub Jelinek2-2/+60
2023-02-10i386: Fix up ix86_abi handling [PR106875]Jakub Jelinek3-4/+7
2023-02-10asan: Fix up error recovery for too large frames [PR107317]Jakub Jelinek2-0/+19
2023-02-10testsuite: Fix up broken testcase [PR107127]Jakub Jelinek1-0/+1
2023-02-10c: Fix compile time hog in c_genericize [PR107127]Jakub Jelinek2-2/+14
2023-02-10Daily bump.GCC Administrator3-1/+18
2023-02-09Fortran: error handling of global entity appearing in COMMON block [PR103259]Steve Kargl2-3/+20
2023-02-09openmp: Add support for the 'present' modifierKwok Cheung Yeung24-35/+679
2023-02-09OpenMP/Fortran: Partially fix non-rect loop nests [PR107424]Tobias Burnus5-49/+222
2023-02-09Fortran/OpenMP: Fix -fopenmp-simd for 'omp assume(s)'Tobias Burnus4-0/+43
2023-02-09'gfortran.dg/gomp/allocate-4.f90' -> 'libgomp.fortran/allocate-5.f90'Thomas Schwinge2-117/+2
2023-02-09'{c-c++-common,gfortran.dg}/gomp/uses_allocators-*' -> 'libgomp.{c-c++-common...Thomas Schwinge7-235/+7
2023-02-09'c-c++-common/gomp/alloc-pinned-1.c' -> 'libgomp.c-c++-common/alloc-pinned-1.c'Thomas Schwinge2-28/+2
2023-02-09Fix 'omp_allocator_handle_kind' example in 'gfortran.dg/gomp/allocate-4.f90'Thomas Schwinge2-1/+11
2023-02-09Daily bump.GCC Administrator3-1/+18
2023-02-08Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107]Harald Anlauf2-0/+18
2023-02-08Daily bump.GCC Administrator3-1/+63
2023-02-07Fix PR 108582: ICE due to PHI-OPT removing a still in use ssa_name.Andrew Pinski2-0/+63
2023-02-07tree-optimization/108522 Use component_ref_field_offsetSiddhesh Poyarekar2-11/+77
2023-02-07tree-optimization/108522 Use COMPONENT_REF offset when availableSiddhesh Poyarekar2-1/+19
2023-02-07amdgcn: Pass -mstack-size through to runtimeAndrew Stubbs2-0/+24
2023-02-07Daily bump.GCC Administrator3-1/+26
2023-02-06amdgcn, libgomp: Manually allocated stacksAndrew Stubbs11-112/+180
2023-02-06c++: equivalence of non-dependent calls [PR107461]Patrick Palka6-6/+59
2023-02-06Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus13-22/+214
2023-02-06Daily bump.GCC Administrator3-1/+57
2023-02-05fortran: Set name for *LOC default BACK argument [PR108450]Mikael Morin2-0/+34
2023-02-05Fortran: error recovery on invalid array section [PR108609]Harald Anlauf2-2/+6
2023-02-05Fortran: fix ICE in compare_bound_int [PR108527]Harald Anlauf2-15/+24
2023-02-05Daily bump.GCC Administrator1-1/+1
2023-02-04Daily bump.GCC Administrator3-1/+18