aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-03-24Daily bump.GCC Administrator5-1/+80
2024-03-23PR modula2/114444 trunc float malformed error cause ICEGaius Mulley1-3/+3
2024-03-23PR modula2/114443 missing quote cause ICEGaius Mulley2-0/+10
2024-03-23analyzer: fix ICE and false positive with -Wanalyzer-deref-before-check [PR11...David Malcolm4-0/+60
2024-03-23hppa: Fix LO_SUM DLTIND14R address support in PRINT_OPERAND_ADDRESSJohn David Anglin2-3/+11
2024-03-23bitint: Fix bitfield loads in handle_cast [PR114433]Jakub Jelinek2-1/+29
2024-03-23bitint: Handle complex types in build_bitint_stmt_ssa_conflicts [PR114425]Jakub Jelinek2-28/+72
2024-03-23predcom: Punt for steps which aren't multiples of access size [PR111683]Jakub Jelinek3-1/+81
2024-03-22xtensa: Add supplementary split pattern for "*addsubx"Takayuki 'January June' Suwa1-0/+14
2024-03-23Daily bump.GCC Administrator7-1/+359
2024-03-22Fortran: no size check passing NULL() without MOLD argument [PR55978]Harald Anlauf2-0/+80
2024-03-22AVR: Adjust message for SIGNAL and INTERRUPT usageGeorg-Johann Lay1-3/+9
2024-03-22RISC-V: Require a extension for ztso testcases with atomic insnsPatrick O'Neill17-0/+17
2024-03-22amdgcn: Adjust GFX10/GFX11 cache coherencyAndrew Stubbs1-31/+55
2024-03-22amdgcn: Prefer V32 on RDNA devicesAndrew Stubbs1-0/+26
2024-03-22analyzer: look through casts in taint sanitization [PR112974,PR112975]David Malcolm4-0/+122
2024-03-22analyzer: add SARIF property bags to taint diagnosticsDavid Malcolm1-3/+47
2024-03-22amdgcn: Add gfx1103 targetAndrew Stubbs10-15/+41
2024-03-22c++: direct-init of an array of class type [PR59465]Marek Polacek4-3/+82
2024-03-22vect: more oversized bitmask fixupsAndrew Stubbs2-16/+44
2024-03-22fortran: Ignore use statements on error [PR107426]Mikael Morin6-2/+65
2024-03-22fortran: Fix specification expression error with dummy procedures [PR111781]Mikael Morin6-50/+140
2024-03-22testsuite: Declare fortran array bound variablesMikael Morin8-8/+12
2024-03-22RISC-V: Introduce gcc attribute riscv_rvv_vector_bits for RVVPan Li21-2/+698
2024-03-22s390: testsuite: Fix backprop-6.cStefan Schulze Frielinghaus1-3/+4
2024-03-22testsuite: Fix up depobj-3.c test on i686-linux [PR112724]Jakub Jelinek1-0/+2
2024-03-22Another ICE after conflicting types of redeclaration [PR109619]Andrew Pinski2-6/+20
2024-03-22testsuite: vect: Remove dg-final in gcc.dg/vect/bb-slp-32.c [PR96147]Rainer Orth1-2/+0
2024-03-22testsuite: i386: Skip gcc.target/i386/avx512cd-vpbroadcastmb2q-2.c etc. with ...Rainer Orth2-0/+2
2024-03-22ubsan: Don't -fsanitize=null instrument __seg_fs/gs pointers [PR111736]Jakub Jelinek2-2/+39
2024-03-22bitint: Some bitint store fixes [PR114405]Jakub Jelinek2-6/+193
2024-03-22s390: testsuite: Fix abs-4.cStefan Schulze Frielinghaus1-3/+4
2024-03-22RISC-V: Don't add fractional LMUL types to V_VLS for XTheadVectorChristoph Müllner2-6/+69
2024-03-21[committed] Fix RISC-V missing stack tieJeff Law1-1/+16
2024-03-22RISC-V: Bugfix function target attribute pollutionPan Li5-7/+240
2024-03-22RISC-V: Bugfix ICE for __attribute__((target("arch=+v"))Pan Li6-10/+114
2024-03-22Move pr114396.c from gcc.target/i386 to gcc.c-torture/execute.liuhongt1-3/+3
2024-03-22PR modula2/114422 Attempting to declare a set of unknown type causes ICEGaius Mulley4-1/+26
2024-03-22Daily bump.GCC Administrator7-1/+218
2024-03-21analyzer: fix ignored constraints involving casts [PR113619]David Malcolm2-7/+46
2024-03-21PR modula2/113836 gm2 does not dump gimple or quadruples to fileGaius Mulley24-561/+2139
2024-03-21PR modula2/114418 missing import of TSIZE from system causes ICEGaius Mulley3-11/+53
2024-03-21Fortran: improve array component description in runtime error message [PR30802]Harald Anlauf3-48/+142
2024-03-21c++: explicit inst of template method not generated [PR110323]Marek Polacek3-1/+71
2024-03-21amdgcn: Comment correctionAndrew Stubbs1-2/+2
2024-03-21amdgcn: Ensure gfx11 is running in cumodeAndrew Stubbs1-0/+1
2024-03-21amdgcn: Clean up device memory in gcn-runAndrew Stubbs1-1/+7
2024-03-21libgcc: Fix up bitint division [PR114397]Jakub Jelinek1-0/+44
2024-03-21Fix runtime error for nonlinear iv vectorization(step_mult).liuhongt2-1/+106
2024-03-21tree-optimization/111736 - avoid address sanitizing of __seg_gsRichard Biener2-0/+27