aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-04Bugfix the scope name when generating constants.Gaius Mulley4-62/+70
2022-12-04c++: pack in requires-expr parm list [PR107417]Patrick Palka3-24/+22
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-03PR-107959 bugfix ICE detect attempt to create aggregate constant using bad typeGaius Mulley7-152/+189
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
2022-12-02gcc: regenerate configureMartin Liska1-2/+2
2022-12-02Daily bump.GCC Administrator7-1/+506
2022-12-02i386: Save/restore recog_data in ix86_vector_duplicate_value [PR106577]Jakub Jelinek2-0/+15
2022-12-02c++: Incremental fix for g++.dg/gomp/for-21.C [PR84469]Jakub Jelinek4-15/+81
2022-12-02c++: Deduce range for structured bindings if expression is not type dependent...Jakub Jelinek3-5/+68
2022-12-02match.pd: rewrite select to branchless expressionMichael Collison2-0/+50
2022-12-02Add --param max-unswitch-depthRichard Biener3-1/+10
2022-12-02PR59447: --with-dwarf2 implies "(or later)"Eric Gallager3-3/+5
2022-12-01analyzer: handle comparisons against negated symbolic values [PR107948]David Malcolm3-0/+65
2022-12-01analyzer: add test coverage for string opsDavid Malcolm2-0/+128
2022-12-02Fix ICE due to incorrect insn type.liuhongt2-1/+9
2022-12-01c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR107539]Patrick Palka4-6/+47
2022-12-01Bugfix to catch assigning a standard procedure function to a const.Gaius Mulley7-167/+218
2022-12-01varasm: Fix type confusion bugAlex Coplan1-1/+1
2022-12-01gcc: remove incpath.o from CXX_C_OBJSMartin Liska1-1/+1
2022-12-02RISC-V: Remove tail && mask policy operand for vmclr, vmset, vmld, vmstJu-Zhe Zhong2-3/+2
2022-12-02RISC-V: Add attributes for VSETVL PASSJu-Zhe Zhong5-48/+290
2022-12-02RISC-V: Add duplicate vector support.Ju-Zhe Zhong11-18/+881
2022-12-01amdgcn: Add preprocessor builtins for every processor typePaul-Antoine Arras2-14/+32
2022-12-01ada: Strip conversions for the implementation of storage modelsEric Botcazou1-0/+5
2022-12-01ada: Enforce Aggregate aspect legality ruleSteve Baird1-0/+6
2022-12-01ada: Further adjustments to User's Guide for PIE defaultEric Botcazou3-29/+21
2022-12-01ada: Fix misphrasing in commentRonan Desplanques1-1/+1
2022-12-01ada: Use the address type of a Storage_Model_Type for 'AddressGary Dismukes1-1/+28
2022-12-01ada: Fix minor issues in reference manualRonan Desplanques2-53/+53
2022-12-01ada: Minor updates to gnat/doc configurationJosue Nava Bello1-28/+72
2022-12-01arm: Fix MVE testsuite falloutsChristophe Lyon7-69/+69
2022-12-01tree-optimization/107937 - uninit predicate simplification fixupRichard Biener3-8/+63
2022-12-01tree-optimization/107935 - fixup equivalence handling in PHI VNRichard Biener2-1/+24
2022-12-01i386: Improve *concat<mode><dwi>3_{1,2,3,4} patterns [PR107627]Jakub Jelinek4-12/+89