]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-04-10  Richard Bienermiddle-end/119706 - allow POLY_INT_CST as is_gimple_mem...
2025-04-10  Iain Sandoelibgcobol: Allow libgcobol to use libquadmath [PR119244].
2025-04-10  Iain Sandoetestsuite, cobol: Add libquadmath paths.
2025-04-10  Richard SandifordAvoid using POINTER_DIFF_EXPR for overlap checks [PR119399]
2025-04-10  Kito ChengRISC-V: Fix the behavior for multilib-generator with...
2025-04-10  Kito ChengRISC-V: Include local riscv_vector.h in testsuite
2025-04-10  GCC AdministratorDaily bump.
2025-04-09  Patrick Palkalibstdc++: Fix constraint recursion in basic_const_iter...
2025-04-09  Patrick Palkac++: ICE with nested default targ lambdas [PR119574]
2025-04-09  Bob Dubnercobol: Proper comparison of alphanumeric to refmoded...
2025-04-09  Jakub Jelinekpretty-print: Fix format specifier description
2025-04-09  Jakub Jelinekmodula2: FIx a comment typo
2025-04-09  Jakub Jelineklibquadmath: Fix up THREEp96 constant in expq
2025-04-09  Jakub Jelinekh8300: Fix up bit test and jump splitter [PR119664]
2025-04-09  Joseph MyersUpdate gcc de.po
2025-04-09  Andrew Pinskiaarch64: Add sve testcase for PR 116595 [PR116595]
2025-04-09  Iain Buclawd: Fix forward referenced enums missing type names...
2025-04-09  Joseph MyersUpdate gcc.po files
2025-04-09  Harald AnlaufFortran: fix issue with impure elemental subroutine...
2025-04-09  Jeff Law[RISC-V] Fix more fallout from combine.c changes
2025-04-09  Uros Bizjaktestsuite/x86: Correctly escape asterisk in scan-assembler
2025-04-09  Jonathan Yongderef-before-check-pr113253.c: Fix bogus warnings on...
2025-04-09  Jeff Law[committed][RISC-V] Adjust expected output for rvv...
2025-04-09  Jakub Jelinekriscv: Fix r15-9270 fallout on RISC-V
2025-04-09  Richard Bienerrtl-optimization/119689 - compare-debug failure with LRA
2025-04-09  Iain Buclawd: Use CONSTRUCTOR_ZERO_PADDING_BITS in the D FE [PR117832]
2025-04-09  Pan LiRevert "RISC-V: Refine the testcases for cond_widen_com...
2025-04-09  Jakub Jelineklibcpp: Fix error recovery after use of __VA_ARGS__...
2025-04-09  Robin Dapptestsuite: Add -mabi to pr116595.C
2025-04-09  Robin Dappexpr: Use constant_lower_bound classifying constructor...
2025-04-09  Paul ThomasFortran: Fix some problems with the reduce intrinsic...
2025-04-09  Richard Bienerbootstrap/119680 - fix cross-compiler build with -...
2025-04-09  Tobias BurnusFortran: Add code gen for do,concurrent's LOCAL/LOCAL_I...
2025-04-09  Jason Merrillc++: lambda in concept [PR118698]
2025-04-09  Yang YujieLoongArch: Fix awk / sed usage for compatibility
2025-04-09  GCC AdministratorDaily bump.
2025-04-08  Richard Sandifordtestsuite: Update guality XFAILs for aarch64
2025-04-08  Richard Sandifordtestsuite: Fix gcc.dg/vect/pr99102.c command line
2025-04-08  Sandra LoosemoreDoc: Copy-edit text about -Wno-xxx [PR90468]
2025-04-08  Iain Buclawlibphobos: Merge with upstream phobos 35977c802
2025-04-08  Iain Buclawd: Fix infinite loop in isAliasThisTuple
2025-04-08  Jakub Jelinekcobol: Further fixes for cobol cross-compilation from...
2025-04-08  Jakub Jelineksimplify-rtx: Fix up POPCOUNT optimization [PR119672]
2025-04-08  Martin Ueckerc: fix checking for a tag for variably modified tagged...
2025-04-08  Tobias BurnusOpenMP: Fix append_args handling in modify_call_for_omp...
2025-04-08  Jason Merrillc++: self-dependent alias template [PR117530]
2025-04-08  Jakub Jelinekriscv: Fix a typo in config/riscv/freebsd.h [PR119678]
2025-04-08  Thomas SchwingeGCN, nvptx: Define '_Unwind_RaiseException', '_Unwind_R...
2025-04-08  Thomas SchwingeGCN, nvptx: Define '_Unwind_DeleteException'
2025-04-08  Thomas Schwingenvptx: In offloading compilation, special-case certain...
2025-04-08  Tobias Burnuslibgomp: Add -Wno-c-binding-type for omp_lib.f90 compil...
2025-04-08  Jakub Jelinekcse: Fix up delete_trivially_dead_insns [PR119594]
2025-04-08  Jakub Jelineklto: Add & ~CF_SET into lto-opts.cc [PR119625]
2025-04-08  Owen Averygccrs: nr2.0: Adjust test macro6.rs
2025-04-08  Owen Averygccrs: nr2.0: Adjust test issue-2812.rs
2025-04-08  Matty Kuhngccrs: fix ICE segfault with empty feature gate
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter to unchecked
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter in ContinueExpr
2025-04-08  Pierre-Emmanuel... gccrs: Change optional to expected for parse_loop_label
2025-04-08  Pierre-Emmanuel... gccrs: Adapt testcase to name resolution 2.0
2025-04-08  Pierre-Emmanuel... gccrs: Resolve labels within break or continue expressions
2025-04-08  Pierre-Emmanuel... gccrs: Fix unresolved label error message
2025-04-08  Pierre-Emmanuel... gccrs: Migrate error state to optionals
2025-04-08  Pierre-Emmanuel... gccrs: Update ast visitor with proper check for looplabel
2025-04-08  Pierre-Emmanuel... gccrs: Remove unused error constructor and getter
2025-04-08  Pierre-Emmanuel... gccrs: Make loop label truly optional
2025-04-08  Pierre-Emmanuel... gccrs: Visit loop label before predicate expression
2025-04-08  Pierre-Emmanuel... gccrs: Add check for label
2025-04-08  Pierre-Emmanuel... gccrs: Resolve labels
2025-04-08  Pierre-Emmanuel... gccrs: Revert part of 44ffe1193269
2025-04-08  Sri Ganesh... gccrs: refactoring rust_error_at "redefined multiple...
2025-04-08  Owen Averygccrs: nr2.0: Improve test script
2025-04-08  Owen Averygccrs: nr2.0: Remove duplicate self visit
2025-04-08  Philip Herrongccrs: Fix ICE for reserved lifetime name
2025-04-08  Arthur Cohengccrs: hir: Add default qualifier to function, lower...
2025-04-08  Arthur Cohengccrs: feature: Add min_specialization feature
2025-04-08  Philip Herrongccrs: Fix ICE when hitting invalid types for generics
2025-04-08  Philip Herrongccrs: Fix ICE on raw reference
2025-04-08  Philip Herrongccrs: Fix ICE on invalid match arms
2025-04-08  Philip Herrongccrs: Fix recusive type query and nullptr on type...
2025-04-08  Philip Herrongccrs: Fix ICE when there are 2 functions named main
2025-04-08  Philip Herrongccrs: Fix ICE when resolving lifetimes without name
2025-04-08  Philip Herrongccrs: Fix ICE when doing shift checks on const decl
2025-04-08  Owen Averygccrs: nr2.0: Handle global paths
2025-04-08  Ryutaro Okadagccrs: Evaluate the enum's discriminant in a const...
2025-04-08  Jonathan Wakelylibstdc++: Fix use-after-free in std::format [PR119671]
2025-04-08  Tejas Belagodlibgomp: Add AArch64 SVE target tests to libgomp.
2025-04-08  Tejas BelagodAArch64: Add OpenMP target compile error tests
2025-04-08  Tejas BelagodAArch64: Diagnose OpenMP offloading when SVE types...
2025-04-08  Tejas BelagodAdd function to strip pointer type and get down to...
2025-04-08  Richard Sandifordgomp: Various fixes for SVE types [PR101018]
2025-04-08  Haochen Jiangi386: Add PTA_AVX10_1_256 to PTA_DIAMONDRAPIDS
2025-04-08  Jin MaRISC-V: Disable unsupported vsext/vzext patterns for...
2025-04-08  GCC AdministratorDaily bump.
2025-04-07  Joseph MyersUpdate gcc sv.po
2025-04-07  Jonathan Wakelylibbacktrace: Use correct type in backtrace_atomic_stor...
2025-04-07  Jason Merrillc++: constinit and value-initialization [PR119652]
2025-04-07  Iain Sandoeaarch64, Darwin: Initial implementation of Apple cores...
2025-04-07  Jonathan Wakelylibstdc++: Remove stray pragma in new header [PR119642]
2025-04-07  Jonathan Wakelylibstdc++: Add new headers to <bits/stdc++.h> for PCH
next