aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Fortran: fix passing array component ref to polymorphic proceduresPeter Hill2-0/+58
2024-02-20rs6000: Update instruction counts due to combine changes [PR112103]Peter Bergner1-2/+2
2024-02-20AVR: Use types of exact size and signedness in built-ins.Georg-Johann Lay3-41/+39
2024-02-20AVR: extend.texi - Use @defbuiltin to document built-ins.Georg-Johann Lay1-16/+20
2024-02-20bpf: Add documentation for the -mcpu optionWill Hawkins1-0/+2
2024-02-20aarch64: Fix streaming-compatible code with -mtrack-speculation [PR113805]Richard Sandiford7-21/+291
2024-02-20testsuite: Fix up analyzer/torture/vector-extract-1.c test for i686 [PR113983]Jakub Jelinek1-0/+1
2024-02-20Fix testcase for platform without gnu/stubs-x32.hliuhongt1-1/+1
2024-02-20Daily bump.GCC Administrator7-1/+262
2024-02-19analyzer: fix -Wanalyzer-va-arg-type-mismatch false +ve on int types [PR111289]David Malcolm3-4/+142
2024-02-19analyzer, testsuite: add regression test [PR110520]David Malcolm1-0/+8
2024-02-19analyzer: Fix maybe_undo_optimize_bit_field_compare vs non-scalar types [PR11...Andrew Pinski2-0/+17
2024-02-19aarch64: Register rng builtins with uint64_t pointers.Iain Sandoe1-1/+2
2024-02-19Update .po filesJoseph Myers19-270130/+336597
2024-02-19GCN: Conditionalize 'define_expand "reduc_<fexpander>_scal_<mode>"' on '!TARG...Thomas Schwinge2-1/+5
2024-02-19GCN: Restore lost '__gfx90a__' target CPU definitionThomas Schwinge1-0/+6
2024-02-19c++: compound-requirement partial substitution [PR113966]Patrick Palka2-2/+18
2024-02-19Fix testism where __seg_gs was being used for all targetsAndre Simoes Dias Vieira1-3/+3
2024-02-19rtl-optimization/54052 - RTL SSA PHI insertion compile-time hogRichard Biener1-1/+6
2024-02-19PR modula2/113889 Incorrect constant string value if declared in a definition...Gaius Mulley24-953/+744
2024-02-19d: Add UTF BOM tests to gdc.dg testsuiteIain Buclaw12-0/+33
2024-02-19match.pd: Fix ICE on BIT_INSERT_EXPR of BIT_FIELD_REF folding [PR113967]Jakub Jelinek2-1/+17
2024-02-19RISC-V: Suppress the vsetvl fusion for conflict successorsJuzhe-Zhong2-0/+51
2024-02-19Daily bump.GCC Administrator3-1/+74
2024-02-18x86-64: Generate push2/pop2 only if the incoming stack is 16-byte alignedH.J. Lu2-6/+42
2024-02-18AVR: Improve documentation for -mmcu=.Georg-Johann Lay1-6/+16
2024-02-18AVR: Add examples for ISR macro to interrupt attribute doc.Georg-Johann Lay1-30/+41
2024-02-18testsuite: Mark non-optimized variants as expensiveDimitar Dimitrov1-0/+1
2024-02-18LoongArch: Remove redundant symbol type conversions in larchintrin.h.Lulu Cheng1-36/+33
2024-02-18LoongArch: Fix wrong return value type of __iocsrrd_h.Lulu Cheng1-1/+1
2024-02-18Daily bump.GCC Administrator5-1/+95
2024-02-17d: Merge dmd, druntime 9471b25db9, phobos 547886846.Iain Buclaw77-696/+1637
2024-02-17libgfortran: [PR105473] Fix checks for decimal='comma'.Jerry DeLisle1-0/+46
2024-02-17fortran: gfc_trans_subcomponent_assign fixes [PR113503]Jakub Jelinek3-10/+38
2024-02-17libgfortran: Fix namelist read.Jerry DeLisle1-0/+22
2024-02-17c++: wrong looser excep spec for dep noexcept [PR113158]Marek Polacek2-0/+48
2024-02-17Fortran: deferred length of character variables shall not get lost [PR113911]Harald Anlauf3-3/+109
2024-02-17testsuite: Fix up lra effective targetJakub Jelinek1-3/+10
2024-02-17Daily bump.GCC Administrator5-1/+142
2024-02-16Add -Wstrict-aliasing to vector-struct-1.C testcaseAndrew Pinski1-0/+1
2024-02-16Regenerate .pot filesJoseph Myers1-13150/+15869
2024-02-16c++: wrong looser exception spec with deleted fnMarek Polacek2-2/+23
2024-02-16c++: Add testcase for this PR [PR97990]Andrew Pinski1-0/+18
2024-02-16testsuite: Add support for scanning assembly with comparitorEdwin Lu2-0/+68
2024-02-16c++: add fixed testcase [PR111682]Patrick Palka1-0/+23
2024-02-16c++: implicit move with throw [PR113853]Marek Polacek6-12/+152
2024-02-16c++: Diagnose this specifier on template parameters [PR113929]Jakub Jelinek2-1/+15
2024-02-16gdbhooks: regex syntax errorJason Merrill1-1/+1
2024-02-16c++/modules: stream TREE_UNAVAILABLE and LAMBDA_EXPR_REGEN_INFOPatrick Palka1-0/+4
2024-02-16tree-optimization/113895 - consistency check fails in copy_reference_ops_from...Richard Biener4-2/+66