public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] lra, v2: emit caller-save register spills before call insn [PR116028]
 2025-03-21 13:00 UTC 

[PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
 2025-03-21 12:56 UTC 

[PATCH 0/1][RFC] middle-end: target support checks for vectorizable_induction
 2025-03-21 12:52 UTC  (3+ messages)
` [PATCH 1/1][RFC] Induction vectorizer: prevent ICE for scalable types

[PATCH] gimple: sccopy: Don't increment i after vec::unordered_remove()
 2025-03-21 12:47 UTC  (4+ messages)

[PATCH] nvptx: In offloading compilation, special-case certain host-setup symbol aliases [PR101544]
 2025-03-21 12:37 UTC  (4+ messages)

[Fortran, Patch, PR119380, v1] Fix freeing procedure pointers in components
 2025-03-21 12:33 UTC  (3+ messages)

[PATCH 1/3] libstdc++: Use formatting locale for std::time_put formats
 2025-03-21 12:33 UTC  (10+ messages)
` [PATCH 2/3] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
` [PATCH 3/3] libstdc++: Fix localized %c formatting for non-UTC times [PR117214]
` [PATCH v2 1/3] libstdc++: Use formatting locale for std::time_put formats

[PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
 2025-03-21 12:31 UTC  (6+ messages)
` [PATCH v2 2/2] PR119376: Disable clang musttail

[PATCH][v3] Simple cobol.dg testsuite
 2025-03-21 12:27 UTC  (6+ messages)
` COBOL: Implementation of STOP RUN / GOBACK [was: [PATCH][v3] Simple cobol.dg testsuite]
    ` COBOL: Implementation of STOP RUN / GOBACK

[Patch] testsuite/lib/libgomp.exp: compile with -fdiagnostics-plain-output
 2025-03-21 12:15 UTC  (2+ messages)

[PATCHSET] Update Rust frontend 21/03/2024 3/4
 2025-03-21 12:07 UTC  (147+ messages)
` [COMMITTED 001/146] gccrs: Fix bad recursive operator overload call
` [COMMITTED 002/146] gccrs: Insert trait names during toplevel resolution 2.0
` [COMMITTED 003/146] gccrs: Fix variable shadowing in late "
` [COMMITTED 004/146] gccrs: Add a newline to the end of nr2/exclude
` [COMMITTED 005/146] gccrs: Rename some PathIdentSegment functions
` [COMMITTED 006/146] gccrs: Use name resolution 2.0 in TraitItemReference
` [COMMITTED 007/146] gccrs: Use name resolver 2.0 in CompileTraitItem
` [COMMITTED 008/146] gccrs: Improve path handling while testing name resolution 2.0
` [COMMITTED 009/146] gccrs: Fix name resolution 2.0 definition lookups in unsafe checker
` [COMMITTED 010/146] rust: Desugar IfLet* into MatchExpr
` [COMMITTED 011/146] gccrs: Use name resolution 2.0 in TraitResolver
` [COMMITTED 012/146] gccrs: Resolve SelfParam in name resolution 2.0
` [COMMITTED 013/146] gccrs: add test case to show method resolution is working
` [COMMITTED 014/146] gccrs: Make TyTy::TupleType::get_unit_type cache its return value
` [COMMITTED 015/146] gccrs: fix bad type inferencing on path's
` [COMMITTED 016/146] gccrs: Remove usage of Resolver::get_builtin_types
` [COMMITTED 017/146] gccrs: Improve handling of struct expressions in nr2.0
` [COMMITTED 018/146] gccrs: fix bad type inference on local patterns
` [COMMITTED 019/146] gccrs: Use name resolver 2.0 in VisibilityResolver
` [COMMITTED 020/146] gccrs: Use name resolver 2.0 for module descendance checks
` [COMMITTED 021/146] gccrs: Reorganize the CPU feature detection
` [COMMITTED 022/146] gccrs: fix ICE for placeholder which is not setup
` [COMMITTED 023/146] gccrs: fix typechecking of Fn trait calls using ADT types
` [COMMITTED 024/146] gccrs: Improve handling of implicit Self parameter in AST
` [COMMITTED 025/146] gccrs: add test case to show issue is fixed
` [COMMITTED 026/146] gccrs: hir: Mark AttrVec::get_outer_attrs as override
` [COMMITTED 027/146] gccrs: typecheck: Remove unused parameter in TyTyCheckCallExpr
` [COMMITTED 028/146] gccrs: asm: Fix clang warnings
` [COMMITTED 029/146] gccrs: Fix bad handling for recursive type query
` [COMMITTED 030/146] gccrs: Push ribs by kind rather than by value
` [COMMITTED 031/146] gccrs: Improve handling of static items in toplevel 2.0
` [COMMITTED 032/146] gccrs: Refactor HIR to reduce the amount of raw pointers
` [COMMITTED 033/146] gccrs: Refactor HIR with optionals, references & newtypes
` [COMMITTED 034/146] gccrs: Refactor hir to avoid raw pointers and unneeded fwd
` [COMMITTED 035/146] gccrs: Fixes some tests appearing with a moved variant
` [COMMITTED 036/146] gccrs: Fix Generic type retrieval
` [COMMITTED 037/146] gccrs: FnParam cloning now keeps projections
` [COMMITTED 038/146] gccrs: Refactor optional initializers
` [COMMITTED 039/146] gccrs: Fix FnParam pattern location ternary logic
` [COMMITTED 040/146] gccrs: Add optional template arguments to please GCC4.8
` [COMMITTED 041/146] gccrs: Use default constructor for default arguments
` [COMMITTED 042/146] gccrs: Use a reference wrapper to please GCC 4.8
` [COMMITTED 043/146] gccrs: Use nr2.0 in PrivacyReporter
` [COMMITTED 044/146] gccrs: Handle type path segments during late resolution 2.0
` [COMMITTED 045/146] gccrs: Use nr2.0 in typechecker
` [COMMITTED 046/146] gccrs: Clean up some system includes
` [COMMITTED 047/146] gccrs: fix crashes in hir dump since move to references
` [COMMITTED 048/146] gccrs: empty match expressions should resolve to !
` [COMMITTED 049/146] gccrs: Prevent execution of some nr1.0 functions with nr2.0
` [COMMITTED 050/146] gccrs: Prepend crate name to functions with nr2
` [COMMITTED 051/146] gccrs: fix crash in hir dump with missing guards
` [COMMITTED 052/146] gccrs: improve handling of Self Type paths
` [COMMITTED 053/146] gccrs: allow casts from numeric types to floats
` [COMMITTED 054/146] gccrs: ensure packed and aligned is applied properly
` [COMMITTED 055/146] gccrs: lang-items: Move comment about arithmetic lang items
` [COMMITTED 056/146] gccrs: mappings: Move lang_item definitions to .cc
` [COMMITTED 057/146] gccrs: hir: Remove duplicate function in TraitItemFunc
` [COMMITTED 058/146] gccrs: stacked-contexts: Add peek() method
` [COMMITTED 059/146] gccrs: ast: Use StackedContexts class in ContextualASTVisitor
` [COMMITTED 060/146] gccrs: Remove bad assertion in name resolution
` [COMMITTED 061/146] gccrs: constant evaluation like these are coercion sites
` [COMMITTED 062/146] gccrs: add checks for division by zero and left shift overflow
` [COMMITTED 063/146] gccrs: add test case to show issue is fixed
` [COMMITTED 064/146] gccrs: fix crash in hir dump
` [COMMITTED 065/146] gccrs: lang-items: Store NodeId mappings for lang items
` [COMMITTED 066/146] gccrs: lang-items: Add lang-items AST collector
` [COMMITTED 067/146] gccrs: attributes: Add class for sharing methods on attributes
` [COMMITTED 068/146] gccrs: type-check: Remove unused capture in nr2.0
` [COMMITTED 069/146] gccrs: Fix ForeverStack::find_starting_point output parameter
` [COMMITTED 070/146] gccrs: ast: Add LangItemPath class
` [COMMITTED 071/146] gccrs: derive(Copy): Use new LangItemPath
` [COMMITTED 072/146] gccrs: hir: Start adapting visitors to accept multiple kinds of Paths
` [COMMITTED 073/146] gccrs: nr1.0: Resolve lang item paths properly
` [COMMITTED 074/146] gccrs: hir: Lower lang-item paths
` [COMMITTED 075/146] gccrs: nr2.0: Resolve lang item paths properly
` [COMMITTED 076/146] gccrs: lang-item: Remove unused NodeId from LangItemPath
` [COMMITTED 077/146] gccrs: fix bad not expression in rust
` [COMMITTED 078/146] gccrs: implement the TuplePattern and use it for function patterns
` [COMMITTED 079/146] gccrs: Made changes to AST::TraitImpl constructor for TypePath
` [COMMITTED 080/146] gccrs: add ptr to int and int to ptr type cast rules
` [COMMITTED 081/146] gccrs: typecheck-path: Fix typo (reciever -> receiver)
` [COMMITTED 082/146] gccrs: parser: Add testcases for multiline strings
` [COMMITTED 083/146] gccrs: resolve: Name resolve trait bounds properly
` [COMMITTED 084/146] gccrs: typecheck: Add note about erorring out on additional trait bounds
` [COMMITTED 085/146] gccrs: lang-item: Add Sync trait
` [COMMITTED 086/146] gccrs: lang-item: Add Option::{None, Some}, Iterator::next, IntoIter::into_iter
` [COMMITTED 087/146] gccrs: lang-items: Collect trait functions that are lang items
` [COMMITTED 088/146] gccrs: ast: Add new constructors for PathInExpression
` [COMMITTED 089/146] gccrs: ast-builder: Add more methods
` [COMMITTED 090/146] gccrs: Fix NR2.0 compiler ICE caused by Generics in Enums
` [COMMITTED 091/146] gccrs: nr2.0: Handle "Self" properly in trait definitions
` [COMMITTED 092/146] gccrs: ast: Add EnumItem::Kind
` [COMMITTED 093/146] gccrs: Remove Rust::make_unique
` [COMMITTED 094/146] gccrs: lower: Correctly lower parenthesized types
` [COMMITTED 095/146] gccrs: tychk: Add more support for additional trait bounds in functions
` [COMMITTED 096/146] gccrs: nr2.0: Resolve type aliases inside trait definitions
` [COMMITTED 097/146] gccrs: ast: Add new Kind enums for more precise downcasting
` [COMMITTED 098/146] gccrs: use StackedContexts for block context
` [COMMITTED 099/146] gccrs: fix ICE during HIR dump
` [COMMITTED 100/146] gccrs: nr2.0: Improve default, top-level, and late resolvers
` [COMMITTED 101/146] gccrs: fix ICE in borrows to invalid expressions
` [COMMITTED 102/146] gccrs: add support for lang_item eq and PartialEq trait
` [COMMITTED 103/146] gccrs: fix ICE with hir dump on closure
` [COMMITTED 104/146] gccrs: nr2.0: Resolve Self inside impl blocks
` [COMMITTED 105/146] gccrs: cleanup our enum type layout to be closer to rustc
` [COMMITTED 106/146] gccrs: Allow float type to be casted as integer type
` [COMMITTED 107/146] gccrs: match arms are a LUB
` [COMMITTED 108/146] gccrs: rust/intrinsic: add try intrinsic and panic strategy options
` [COMMITTED 109/146] gccrs: rust/intrinsic: add new "catch_unwind" variant of API
` [COMMITTED 110/146] gccrs: add two more tests to test try-catch (unwind) code generation
` [COMMITTED 111/146] gccrs: Visit the trait paths of trait implementations
` [COMMITTED 112/146] gccrs: improve mutability checks
` [COMMITTED 113/146] gccrs: gcc/rust/ChangeLog:
` [COMMITTED 114/146] gccrs: Add ForeverStackStore
` [COMMITTED 115/146] gccrs: testsuite: Fix missing handling of little endian
` [COMMITTED 116/146] gccrs: Fix scan-gimple testcases on LE platforms
` [COMMITTED 117/146] gccrs: Revert "gcc/rust/ChangeLog:"
` [COMMITTED 118/146] gccrs: Add missing name resolution to static items in blocks
` [COMMITTED 119/146] gccrs: nr2.0: Early resolve pending eager macro invocations
` [COMMITTED 120/146] gccrs: Remove dead code related to external functions
` [COMMITTED 121/146] gccrs: ast: Fix warning about copy elision for moved expr
` [COMMITTED 122/146] gccrs: attributes: Add #[derive] as a built-in attribute
` [COMMITTED 123/146] gccrs: collect-lang-items: Display attribute upon error finding it
` [COMMITTED 124/146] gccrs: ast: Refactor how lang item paths are handled
` [COMMITTED 125/146] gccrs: tychk: resolve lang item type paths properly
` [COMMITTED 126/146] gccrs: lower: Properly lower non-generic lang item type path segments
` [COMMITTED 127/146] gccrs: lang-items: Collect struct lang items
` [COMMITTED 128/146] gccrs: lang-item: Add LangItem::PrettyString
` [COMMITTED 129/146] gccrs: mappings: Add get_lang_item_node
` [COMMITTED 130/146] gccrs: ast-collector: Adapt to lang item type path segments
` [COMMITTED 131/146] gccrs: ast-collector: Fix tuple struct pattern collection
` [COMMITTED 132/146] gccrs: lang-items: Mark Clone trait as a lang item in testsuite
` [COMMITTED 133/146] gccrs: builder: Allow generating struct statements
` [COMMITTED 134/146] gccrs: derive(Clone): Manually generate AssertParamIsCopy struct for unions
` [COMMITTED 135/146] gccrs: derive(Clone): Mark PhantomData as a lang item
` [COMMITTED 136/146] gccrs: derive(Copy): Use copy lang item when deriving Copy
` [COMMITTED 137/146] gccrs: ast-builder: Add new methods around type paths
` [COMMITTED 138/146] gccrs: derive(Clone): Use lang item for PhantomData in Clone
` [COMMITTED 139/146] gccrs: derive(Clone): Add note about Clone::clone()
` [COMMITTED 140/146] gccrs: derive(Clone): Improve existing testcase
` [COMMITTED 141/146] gccrs: derive(Clone): Add deriving of simple enum variants
` [COMMITTED 142/146] gccrs: ast-builder: Add new methods for building structs
` [COMMITTED 143/146] gccrs: derive(Clone): Implement clone for enum tuple variants
` [COMMITTED 144/146] gccrs: derive(Clone): Implement derive clone for enum struct variants
` [COMMITTED 145/146] gccrs: derive(Clone): Add lang item typepaths failure testcases to nr2 exclude
` [COMMITTED 146/146] gccrs: nr2.0: late: Better format PathInExpression resolution

Contents of PO file 'gcc-15.1-b20250316.fr.po'
 2025-03-21 12:07 UTC 

New French PO file for 'gcc' (version 15.1-b20250316)
 2025-03-21 12:07 UTC 

New French PO file for 'gcc' (version 15.1-b20250316)
 2025-03-21 11:57 UTC 

Contents of PO file 'gcc-15.1-b20250316.fr.po'
 2025-03-21 11:57 UTC 

[PATCH] opcodes: fix wrong code in expand_binop_directly [PR117811]
 2025-03-21 11:46 UTC  (3+ messages)

[PATCH] aarch64: Add support for -mcpu=olympus
 2025-03-21 11:43 UTC  (2+ messages)

[PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
 2025-03-21 10:37 UTC  (3+ messages)

[PATCH 00/10] testsuite: aarch64: arm: Fixes in effective-targets
 2025-03-21 10:26 UTC  (22+ messages)
` [PATCH 01/10] testsuite: arm: remove duplicate -mcpu=unset in arm_v8_1_lob_ok
` [PATCH 02/10] testsuite: aarch64: arm: move saturating_arithmetic_autovect tests to simd/
` [PATCH 03/10] testsuite: aarch64: restore torture options in bf16_dup.c
` [PATCH 04/10] testsuite: aarch64: restore torture options in vml[as]_float_not_used.c
` [PATCH 05/10] testsuite: aarch64: arm: Remove redundant dg-do run in advsimd-intrinsics tests
` [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
` [PATCH 07/10] testsuite: aarch64: arm: Enable vld1x?.c and vst1x?.c on arm [PR71233]
` [PATCH 08/10] testsuite: aarch64: arm: Fix -mcpu=unset support in some effective targets
` [PATCH 09/10] testsuite: aarch64: arm: Fix -mfpu=auto support in fp16_neon_ok
` [PATCH 10/10] testsuite: aarch64: arm: Fix -mcpu=unset -mfpu=auto support in more effective targets

[PATCH] icf: Punt for musttail call flag differences in ICF [PR119376]
 2025-03-21 10:23 UTC  (2+ messages)

[PATCH] fnsplit: Set musttail call during function splitting if there are musttail calls [PR119376]
 2025-03-21 10:23 UTC  (2+ messages)

[PATCH] inliner: Silently drop musttail flag on calls during inlining unless the inlined routine was musttail called [PR119376]
 2025-03-21 10:21 UTC  (2+ messages)

[PATCH] cobol: Address some iconv issues
 2025-03-21 10:14 UTC  (2+ messages)
` cobol: default iconv encoding (was: [PATCH] cobol: Address some iconv issues.)

[PATCH] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
 2025-03-21 10:10 UTC 

[PATCH 2/4] cfgloopmanip: Add infrastructure for scaling of multi-exit loops [PR117790]
 2025-03-21 10:04 UTC  (8+ messages)

[PATCH] libiberty, gcc: Add memrchr to libiberty and use it [PR119283]
 2025-03-21 10:00 UTC 

[PATCH 0/2] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
 2025-03-21  9:59 UTC  (7+ messages)
` [PATCH 2/2] "
    ` [PATCH] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).