aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-28libstdc++: Test error handling in std::printJonathan Wakely2-0/+51
2024-02-28libstdc++: Fix std::print for CygwinJonathan Wakely4-5/+5
2024-02-28libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>Jonathan Wakely1-0/+3
2024-02-28libstdc++: Add more [[nodiscard]] to <stacktrace>Jonathan Wakely1-5/+31
2024-02-28testsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462]Jakub Jelinek1-2/+2
2024-02-28testsuite: Fix gcc.dg/tree-ssa/builtin-snprintf-6.c XPASS on i?86 -m64 [PR91567]Rainer Orth1-1/+1
2024-02-28testsuite: Add testcase for recently fixed PR [PR114075]Jakub Jelinek1-0/+31
2024-02-28Only emulate integral vectors.Juergen Christ1-1/+2
2024-02-28graphite: Fix non-INTEGER_TYPE integral comparison handling [PR114041]Jakub Jelinek3-2/+53
2024-02-28gimple-fold: Use bitwise vector types rather than barely supported huge integ...Jakub Jelinek4-4/+73
2024-02-28testsuite: Add c23-stdarg-4.c test variant where all functions return large s...Jakub Jelinek1-0/+217
2024-02-28c++: Revert deferring emission of inline variables [PR114013]Nathaniel Shead2-4/+33
2024-02-28Daily bump.GCC Administrator5-1/+117
2024-02-27analyzer: use correct format code for string literal indices [PR110483,PR111802]David Malcolm1-1/+1
2024-02-27i386: psrlq is not used for PERM<a,{0},1,2,3,4> [PR113871]Uros Bizjak3-2/+40
2024-02-27Fix internal error on non-byte-aligned reference in GIMPLE DSEEric Botcazou3-24/+89
2024-02-27OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,fr...Tobias Burnus9-56/+446
2024-02-27analyzer: fix ICE on floating-point bounds [PR111881]David Malcolm2-0/+14
2024-02-27arm: warn about deprecation of iwmmx in mmintrin.hRichard Earnshaw1-0/+3
2024-02-27tree-optimization/114074 - CHREC multiplication and undefined overflowRichard Biener5-16/+74
2024-02-27expand: Add trivial folding for bit query builtins at expansion time [PR114044]Jakub Jelinek4-5/+110
2024-02-27tree-optimization/114081 - dominator update for prologue peelingRichard Biener2-22/+95
2024-02-27testsuite: Fix gcc.dg/attr-weakref-1.c on Solaris/x86 with as [PR70582]Rainer Orth1-0/+6
2024-02-27Daily bump.GCC Administrator8-1/+195
2024-02-26AVR: Tag optimization options as "Optimization".Georg-Johann Lay1-4/+4
2024-02-26AVR: Dead code removal.Georg-Johann Lay1-7/+2
2024-02-26Fortran: do not evaluate polymorphic functions twice in assignment [PR114012]Harald Anlauf2-0/+85
2024-02-26varasm: Handle private COMDAT function symbol reference in readonly data sect...Jakub Jelinek4-1/+215
2024-02-26c: Improve some diagnostics for __builtin_stdc_bit_* [PR114042]Jakub Jelinek2-42/+63
2024-02-26Update gcc sv.po, zh_CN.poJoseph Myers2-263/+211
2024-02-26tree-optimization/114099 - virtual LC PHIs and early exit vectRichard Biener2-22/+33
2024-02-26tree-optimization/114068 - missed virtual LC PHI after vect peelingRichard Biener3-13/+87
2024-02-26Add myself to write after approval and DCO.Juergen Christ1-0/+2
2024-02-26Finalization of object allocated by anonymous access designating local typeEric Botcazou4-12/+88
2024-02-26x86: Check interrupt instead of noreturn attributeH.J. Lu2-3/+31
2024-02-26i386: Enable _BitInt support on ia32Jakub Jelinek1-3/+1
2024-02-26testsuite: xfail gcc.c-torture/compile/pr61159.c on Solaris/x86 with as [PR61...Rainer Orth1-1/+1
2024-02-26match.pd: Guard 2 simplifications on integral TYPE_OVERFLOW_UNDEFINED [PR114090]Jakub Jelinek2-4/+44
2024-02-26fold-const: Avoid infinite recursion in +-*&|^minmax reassociation [PR114084]Jakub Jelinek2-10/+53
2024-02-26middle-end/114070 - folding breaking VEC_COND expansionRichard Biener3-7/+26
2024-02-26i386: Fix up x86_function_profiler -masm=intel support [PR114094]Jakub Jelinek2-1/+11
2024-02-25x86: Properly implement AMX-TILE load/store intrinsicsH.J. Lu5-2/+101
2024-02-26Daily bump.GCC Administrator7-1/+119
2024-02-26Merge dmd, druntime ceff48bf7d, phobos dcbfbd43aIain Buclaw36-792/+1417
2024-02-25libgfortran: Propagate user defined iostat and iomsg.Jerry DeLisle3-2/+60
2024-02-25PR modula2/113749 m2 enabled build times out on i686-gnu-hurdGaius Mulley52-280/+735
2024-02-25Daily bump.GCC Administrator4-1/+63
2024-02-24vect: Tighten check for impossible SLP layouts [PR113205]Richard Sandiford2-0/+23
2024-02-24Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some moreJakub Jelinek17-31/+32
2024-02-24bitint: Handle VIEW_CONVERT_EXPRs between large/huge BITINT_TYPEs and VECTOR/...Jakub Jelinek2-17/+310