aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-06ada: Spurious error on nested call using the prefix notationJavier Miranda1-3/+4
2022-12-06ada: Suppress warning for specific constant valid conditionEric Botcazou1-1/+39
2022-12-06ada: Fix spurious error in checking of SPARK elaborationEric Botcazou1-1/+23
2022-12-06ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou18-411/+706
2022-12-06ada: Small adjustment to special resolution of membership testEric Botcazou1-7/+11
2022-12-06ada: Use larger type for membership test of universal valueEric Botcazou2-33/+106
2022-12-06ada: Accessibility code reorganization and bug fixesJustin Squirek27-2414/+2577
2022-12-06ada: Add Codepeer Exemption + simplify TO_C code.Liaiss Merzougue1-9/+6
2022-12-06arm: Fix MVE's vcmp vector-scalar patterns [PR107987]Andre Vieira2-4/+17
2022-12-06i386: Fix up expander conditions on cbranchbf4 and cstorebf4 [PR107969]Jakub Jelinek2-2/+14
2022-12-06testsuite: Use -mnofpu for rx-*-* in ieee testsuite [PR107046]Jakub Jelinek1-0/+3
2022-12-06tree-optimization/104475 - improve access diagnosticsRichard Biener2-5/+20
2022-12-06range-op-float: Improve binary reverse operationsJakub Jelinek1-4/+29
2022-12-06range-op-float: Fix up ICE in lower_bound [PR107975]Jakub Jelinek2-0/+21
2022-12-06libgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status itemTobias Burnus1-1/+2
2022-12-06tree-optimization/104165 - bougs -Warray-bounds, add testcaseRichard Biener1-0/+27
2022-12-06testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/MacOS ABI.Iain Sandoe9-15/+340
2022-12-06aarch64: Use dup and zip1 for interleaving elements in vector initializer.Prathamesh Kulkarni2-0/+69
2022-12-06Daily bump.GCC Administrator4-1/+105
2022-12-05middle-end/40635 - SSA update losing PHI arg loationsRichard Biener2-4/+40
2022-12-05tree-optimization/106868 - bogus -Wdangling-pointer diagnosticRichard Biener2-36/+30
2022-12-05match.pd: Don't fold nan < x etc. for -ftrapping-math [PR106805]Jakub Jelinek6-4/+101
2022-12-05range-op-float: Fix up multiplication and division reverse operation [PR107879]Jakub Jelinek2-8/+91
2022-12-05tree-optimization/107833 - invariant motion of uninit usesRichard Biener7-113/+187
2022-12-05plugins/107964 - install contracts.hScott Snyder1-1/+1
2022-12-05tree-optimization/107956 - ICE with NULL call LHSAndrew Pinski1-0/+2
2022-12-04gimple-fold: Refine gimple_fold_partial_load_store_mem_ref [PR107412]Kewen Lin1-8/+7
2022-12-05Daily bump.GCC Administrator6-1/+80
2022-12-04Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]Harald Anlauf2-1/+25
2022-12-04Fortran: fix typo in documentation of intrinsic FLOOR [PR107870]Harald Anlauf1-30/+30
2022-12-04Fortran: error recovery handling invalid CLASS variable [PR107899]Harald Anlauf2-1/+14
2022-12-04c++: pack in requires-expr parm list [PR107417]Patrick Palka3-24/+22
2022-12-04libstdc++, Darwin: Limit recursive mutex init to OS versions needing it.Iain Sandoe1-1/+5
2022-12-04libstdc++, Darwin: Fix weak attribute to use __weak__ instead of weak.Iain Sandoe1-5/+5
2022-12-04libsanitizer, Darwin: Restrict build to Darwin 16 or newer.Iain Sandoe1-1/+1
2022-12-04coroutines: Do not promote temporaries that will be elided.Iain Sandoe6-0/+441
2022-12-04Daily bump.GCC Administrator3-1/+23
2022-12-03c++: substituting CONST_DECL_USING_P enumerators [PR103081]Patrick Palka3-6/+36
2022-12-02[testsuite] [riscv] skip ssa-sink-18.cAlexandre Oliva1-2/+5
2022-12-02[testsuite] [riscv] uninit-pred-9_b bogus warningAlexandre Oliva1-1/+1
2022-12-03Daily bump.GCC Administrator6-1/+174
2022-12-02Fortran: intrinsic MERGE shall use all its arguments [PR107874]Harald Anlauf1-7/+15
2022-12-02analyzer: introduce struct event_loc_infoDavid Malcolm15-197/+211
2022-12-02analyzer: fixes to region creation messages [PR107851]David Malcolm21-172/+396
2022-12-02testsuite: Adjust dg-error for -fimplicit-constexprMarek Polacek4-7/+8
2022-12-02c++: Set the locus of the function result declBernhard Reutner-Fischer5-12/+53
2022-12-02Fix a few incorrect accesses.Andrew MacLeod2-4/+4
2022-12-02driver: fix validate_switches logicJason Merrill2-3/+8
2022-12-02LRA: Check hard reg availability of pseudo and its subreg for pseudo reloadVladimir N. Makarov2-1/+24
2022-12-02Improve ix86_expand_fast_convert_bf_to_sf with new extendbfsf2_1.liuhongt2-7/+21