aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Fortran: error recovery for invalid types in array constructors [PR107000]Harald Anlauf3-6/+76
2022-10-08Merge branch 'master' into devel/sphinxMartin Liska289-1447/+10847
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill12-62/+138
2022-10-08Daily bump.GCC Administrator8-1/+279
2022-10-07c++: fixes for derived-to-base reference binding [PR107085]Marek Polacek7-12/+60
2022-10-07Set discriminators for call stmts on the same line within the same basic block.Eugene Rozenfeld1-0/+32
2022-10-07Use array_at_struct_end_p in __builtin_object_size [PR101836]Qing Zhao9-9/+487
2022-10-07Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_arrayQing Zhao14-28/+350
2022-10-07Specialize paths to version.h in _vxworks-versions.hOlivier Hainque1-5/+14
2022-10-07analyzer: extract bits from integer constants [PR105783]David Malcolm3-1/+94
2022-10-07c++ modules: ICE with bitfield in class templatePatrick Palka2-1/+13
2022-10-07c++: catch parm initialization tweakJason Merrill1-11/+12
2022-10-07IPA: support -flto + -flive-patching=inline-cloneMartin Liska3-4/+13
2022-10-07c++ modules: static var in inline function [PR104433]Patrick Palka3-0/+20
2022-10-07gimplify: prevent some C++ temporary elisionJason Merrill2-7/+33
2022-10-07tree-optimization/107153 - autopar SSA update issueRichard Biener3-2/+22
2022-10-07gcc: Fix comment typoJonathan Wakely1-1/+1
2022-10-07Reduce DF computation at -O0Eric Botcazou1-4/+9
2022-10-07Convert nonzero mask back to tree.Aldy Hernandez2-27/+77
2022-10-07fix clang warningsMartin Liska4-20/+20
2022-10-07remove dead variablesMartin Liska2-5/+3
2022-10-07Fix comment typosJakub Jelinek5-5/+5
2022-10-07c++: Improve handling of foreigner namespace attributesJakub Jelinek7-27/+123
2022-10-07Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7Olivier Hainque1-1/+1
2022-10-07Introduce DWARF_VERSION_DEFAULT and redefine for VxWorksOlivier Hainque6-13/+25
2022-10-07undef offsetof before defining it in stddef.hOlivier Hainque1-0/+1
2022-10-06compiler: better arg type checking for selected builtinsThan McIntosh2-2/+7
2022-10-07Daily bump.GCC Administrator9-1/+444
2022-10-06c++: fix broken conversion in coroutinesJason Merrill2-1/+5
2022-10-06[PR107170] Avoid copying incompatible types in legacy VRP.Aldy Hernandez2-11/+21
2022-10-06analyzer: fix another ICE in PR 107158David Malcolm2-28/+114
2022-10-06analyzer: fixes to call_summary_replay::dump_to_ppDavid Malcolm1-2/+8
2022-10-06openmp: Map holds clause to IFN_ASSUME for FortranTobias Burnus3-1/+132
2022-10-06c: C2x typeofJoseph Myers13-23/+406
2022-10-06c++: remove optimize_specialization_lookup_pPatrick Palka4-118/+59
2022-10-06Fix wrong code generated by unroll-and-jam passEric Botcazou2-2/+45
2022-10-06Minor cleanup in DF codeEric Botcazou1-10/+14
2022-10-06middle-end/107115 - avoid bogus redundant store removal during RTL expansionRichard Biener2-1/+40
2022-10-06aarch64: Remove redundant zero-extends with LDARKyrylo Tkachov2-0/+44
2022-10-06aarch64: Add test for LDAR generation from __atomic_load_nKyrylo Tkachov1-0/+66
2022-10-06aarch64: update Ampere-1 core definitionPhilipp Tomsich1-1/+1
2022-10-06aarch64: fix off-by-one in reading cpuinfoPhilipp Tomsich3-2/+25
2022-10-06tree-optimization/107107 - tail-merging VN wrong-codeRichard Biener2-14/+28
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou7-61/+605
2022-10-06ada: Minor potential bug in sem_ch6.adbSteve Baird1-1/+1
2022-10-06ada: Reject conditional goto in lock-free protected subprogramsPiotr Trojanek1-1/+1
2022-10-06ada: Cleanup related to lock-free protected subprogramsPiotr Trojanek3-11/+9
2022-10-06ada: hardened conditionals: exemplify codegen changesAlexandre Oliva2-4/+94
2022-10-06ada: hardened booleans: exemplify codegen changesAlexandre Oliva2-7/+48
2022-10-06ada: stack scrubbing: exemplify codegen changesAlexandre Oliva2-2/+103