aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-08-07c++: Add testcase for CWG2576 [PR120778]Jakub Jelinek1-0/+47
2025-08-07c++, c: Introduce -Wkeyword-macro warning/pedwarn - part of C++26 P2843R3 [PR...Jakub Jelinek29-8/+1098
2025-08-07s390: Add _BitInt supportStefan Schulze Frielinghaus5-8/+243
2025-08-07Daily bump.GCC Administrator7-1/+407
2025-08-06testsuite: fix escaping of square bracketsSam James1-1/+1
2025-08-07i386: Fix invalid RTX mode in the unnamed rotate splitter.Uros Bizjak2-8/+12
2025-08-06[hardbool] implement OP=, ++ and --, volatile and atomicsAlexandre Oliva6-21/+164
2025-08-06install: Replace bzip2 by xzGerald Pfeifer1-1/+1
2025-08-06i386: Add missing PTA_POPCNT and PTA_LZCNT with PTA_ABMYangyu Chen1-17/+17
2025-08-06gcc: drop placement new workaround for old bootstrap compilersSam James4-74/+3
2025-08-06c2y: Evaluate size expression only in the active branch of conditional operat...Martin Uecker2-45/+370
2025-08-06Simplify vect_supportable_dr_alignmentRichard Biener1-34/+3
2025-08-06c++: mangling cNTTP object w/ implicit non-trailing zeros [PR121231]Patrick Palka5-2/+171
2025-08-06c++: improve constexpr type mismatch diagnosticJason Merrill2-5/+18
2025-08-06Record gather/scatter scale and base in the SLP treeRichard Biener4-27/+79
2025-08-06Use proper alias type for gather/scatter with SLPRichard Biener1-10/+10
2025-08-06Allow fully masked loops with legacy gather/scatterRichard Biener2-4/+5
2025-08-06bitint: Fix build [PR121413]Jakub Jelinek1-1/+2
2025-08-06AArch64: Fix test for vector length safetyTejas Belagod1-4/+4
2025-08-06bitint: Do not optimize away conversion to _BitInt before a VCEYang Yujie2-2/+35
2025-08-06bitint: Zero-extend the result of a signed->unsigned widening castYang Yujie2-0/+59
2025-08-06bitint: Make sure BEXTC checks extension when optimizedYang Yujie1-15/+13
2025-08-06bitint: Avoid extending ABI-extended large/huge _BitInts on loadYang Yujie1-8/+27
2025-08-06bitint: Fix up INTEGER_CST PHI handling [PR121413]Jakub Jelinek2-3/+52
2025-08-06bitint: Fix up handling of uninitialized mul/div/float cast operands [PR121127]Jakub Jelinek2-3/+27
2025-08-06gengtype: Include system.h earlier in gengtype-lex.cc [PR121386]Jakub Jelinek2-11/+3
2025-08-06fortran: cleanup duplicate tests for c_f_pointer_shape_driverYuao Ma5-94/+49
2025-08-06c++: Add test for vt/ff in line commentsJakub Jelinek2-0/+24
2025-08-06c: Fix ICE on invalid code involving bit fields [PR121217]Martin Uecker2-0/+22
2025-08-06RISC-V: Read extension data from riscv-ext*.def for arch-canonicalizeKito Cheng1-81/+482
2025-08-06RISC-V: Support -march=unsetKito Cheng8-3/+55
2025-08-06openmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung11-44/+306
2025-08-06openmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung21-49/+807
2025-08-05Fortran: Fix runtime bogus diagnostic with ';'Jerry DeLisle1-0/+28
2025-08-06Daily bump.GCC Administrator6-1/+3147
2025-08-05c++: clobber object on placement new [PR121068]Jason Merrill4-16/+133
2025-08-05fortran: Remove overwrite of polymorphic associate variable offsetMikael Morin1-18/+0
2025-08-05fortran: Remove array bound update after constructor expansionMikael Morin1-1/+0
2025-08-05fortran: Remove premature initialization of a function result's spanMikael Morin1-8/+0
2025-08-05fortran: Remove default initialization of local pointers's spanMikael Morin1-14/+0
2025-08-05fortran: Remove redundant initialisation of associate variable spanMikael Morin1-10/+0
2025-08-05fortran: Remove span overwrite with pointer assignmentsMikael Morin2-5/+25
2025-08-05x86: Get the widest vector mode from STORE_MAX_PIECES for memsetH.J. Lu2-2/+14
2025-08-05AVR: Allow combination of sign_extend with ashift.Georg-Johann Lay2-1/+46
2025-08-05fortran: Remove unused field use_offsetMikael Morin3-7/+0
2025-08-05gccrs: Add read-only check on HIRRyutaro Okada3-0/+321
2025-08-05gccrs: Call base class's accept_vis methodRyutaro Okada1-4/+4
2025-08-05gccrs: Add check before calling `get_trait_ref()`Ryutaro Okada1-1/+2
2025-08-05gccrs: Remove undefined behavior with static_castOwen Avery1-2/+2
2025-08-05gccrs: Recognize rustc_args_required_const attributeOwen Avery2-0/+6