public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/2] Repost of patches for solving the build on Fedora 36 problem
 2023-02-22 10:13 UTC  (3+ messages)
` [PATCH 2/2] Rework 128-bit complex multiply and divide

New template for 'cpplib' made available
 2023-02-22  9:54 UTC 

[PATCH] cgraph: Handle BUILT_IN_UNREACHABLE_TRAP like BUILT_IN_UNREACHABLE in more spots [PR106258]
 2023-02-22  9:52 UTC  (2+ messages)

[PATCH] LoongArch: Change the value of macro TRY_EMPTY_VM_SPACE from 0x8000000000 to 0x1000000000
 2023-02-22  9:49 UTC  (7+ messages)

[PATCH] RISC-V: When the TARGET_COMPUTE_MULTILIB hook is implemented, check the version of each extension
 2023-02-22  9:43 UTC 

[PATCH] cygwin: Don't try to support multilibs [PR107998]
 2023-02-22  9:25 UTC 

[PATCH] c++: Don't recurse on DECL_INITIAL for DECL_EXPR on non-VAR_DECLs [PR108606]
 2023-02-22  9:06 UTC 

[PATCH] vect: Check that vector factor is a compile-time constant
 2023-02-22  8:20 UTC  (2+ messages)

[PATCH] libstdc++: Limit allocations in _Rb_tree
 2023-02-22  6:08 UTC  (3+ messages)
  ` [PATCH] libstdc++: Limit allocations in _Rb_tree 1/2
    ` [PATCH] libstdc++: Limit allocations in _Rb_tree 2/2

Factory Direct Scooter
 2023-02-22  1:57 UTC 

[PATCH 1/2] c++: factor out TYPENAME_TYPE substitution
 2023-02-22  0:05 UTC  (7+ messages)

Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option (was: Rust front-end patches v4)
 2023-02-21 23:20 UTC  (13+ messages)
              ` Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere (was: Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option)
                ` [PING] Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere
                    ` [PING, v2] "

C++ modules and AAPCS/ARM EABI clash on inline key methods
 2023-02-21 22:27 UTC  (6+ messages)

[pushed] analyzer: stop exploring the path after certain diagnostics [PR108830]
 2023-02-21 22:07 UTC 

[PATCH] Fortran: reject invalid CHARACTER length of derived type components [PR96024]
 2023-02-21 22:00 UTC  (2+ messages)

[COMMITTED] gcc: xtensa: fix PR target/108876
 2023-02-21 21:56 UTC 

[PATCH] c++: constant non-copy-init is manifestly constant [PR108243]
 2023-02-21 20:18 UTC  (2+ messages)

[PATCH] c++: more mce_false folding from cp_fully_fold_init [PR108243]
 2023-02-21 19:10 UTC 

[PATCH] Fortran: improve checking of character length specification [PR96025]
 2023-02-21 18:11 UTC  (4+ messages)

[PATCH] Fix RTL simplifications of FFS, POPCOUNT and PARITY
 2023-02-21 15:39 UTC  (2+ messages)

[PATCH+wwwdocs 0/8] A small Texinfo refinement
 2023-02-21 14:59 UTC  (3+ messages)
` Ping: "
  ` Ping^2: "

[committed] libphobos: Merge upstream phobos e5a521ab2
 2023-02-21 14:53 UTC 

[V2][PATCH] Fixing PR107411
 2023-02-21 14:46 UTC 

[PATCH 2/2] ipa-cp: Improve updating behavior when profile counts have gone bad
 2023-02-21 14:42 UTC 

[PATCH 1/2] ipa-cp: Fix various issues in update_specialized_profile (PR 107925)
 2023-02-21 14:42 UTC 

[PATCH] gimplify size expressions in parameters for all types [PR107557] [PR108423]
 2023-02-21 14:37 UTC  (4+ messages)

[committed] d: Merge upstream dmd, druntime 09faa4eacd, phobos 13ef27a56
 2023-02-21 14:35 UTC 

[committed] d: Only handle the left-to-right evaluation of a call expression during gimplify
 2023-02-21 14:23 UTC 

[committed] d: Set doing_semantic_analysis_p before calling functionSemantic3
 2023-02-21 14:19 UTC 

[committed] libphobos: Add @nogc to gcc.backtrace and gcc.libbacktrace modules
 2023-02-21 14:14 UTC 

[PATCH] rs6000: fmr gets used instead of faster xxlor [PR93571]
 2023-02-21 14:09 UTC  (6+ messages)

Rust front-end update
 2023-02-21 12:53 UTC  (105+ messages)
` [committed 001/103] gccrs: Fix missing dead code analysis ICE on local enum definition
` [committed 002/103] gccrs: visibility: Rename get_public_vis_type -> get_vis_type
` [committed 003/103] gccrs: dump: Emit visibility when dumping items
  ` Update copyright years. (was: [committed 003/103] gccrs: dump: Emit visibility when dumping items)
` [committed 004/103] gccrs: Add catch for recusive type queries
` [committed 005/103] gccrs: testing: try loop in const function
` [committed 006/103] gccrs: ast: dump assignment and compound assignment expr
` [committed 007/103] gccrs: ast: dump If expressions
` [committed 008/103] gccrs: builtins: Move implementation into source file
` [committed 009/103] gccrs: Track DefId on ADT variants
` [committed 010/103] gccrs: Ensure uniqueness on Path probe's
` [committed 011/103] gccrs: Support looking up super traits for trait items
` [committed 012/103] gccrs: ast: dump: add emit_generic_params helper
` [committed 013/103] gccrs: ast: dump: add format_{tuple,struct}_field helpers
` [committed 014/103] gccrs: ast: dump structs, enums and unions
` [committed 015/103] gccrs: intrinsics: Add data prefetching intrinsics
` [committed 016/103] gccrs: fix ICE on missing closing paren
` [committed 017/103] gccrs: mappings: Add MacroInvocation -> MacroRulesDef mappings
` [committed 018/103] gccrs: rust-ast-resolve-item: Add note about resolving glob uses
` [committed 019/103] gccrs: ast: Add accept_vis() method to `GenericArg`
` [committed 020/103] gccrs: early-name-resolver: Add simple macro name resolution
` [committed 021/103] gccrs: Support type resolution on super traits on dyn objects
` [committed 022/103] gccrs: Add mappings for fn_once lang item
` [committed 023/103] gccrs: Add ABI mappings for rust-call to map to ABI::RUST
` [committed 024/103] gccrs: Method resolution must support multiple candidates
` [committed 025/103] gccrs: ast: dump: fix extra newline in block without tail
` [committed 026/103] gccrs: ast: dump: minor fixups to IfExpr formatting
` [committed 027/103] gccrs: ast: dump: ComparisonExpr and LazyBooleanExpr
` [committed 028/103] gccrs: ast: dump: ArrayExpr
` [committed 029/103] gccrs: ast: dump: various simple Exprs
` [committed 030/103] gccrs: ast: dump: RangeExprs
` [committed 031/103] gccrs: Refactor TraitResolver to not require a visitor
` [committed 032/103] gccrs: ast: dump TypeAlias
` [committed 033/103] gccrs: Support outer attribute handling on trait items just like normal items
` [committed 034/103] gccrs: dump: Emit visibility when dumping items
` [committed 035/103] gccrs: dump: Dump items within modules
` [committed 036/103] gccrs: dump: Fix module dumping
` [committed 037/103] gccrs: ast: Module: unloaded module and inner attributes
` [committed 038/103] gccrs: dump: Dump macro rules definition
` [committed 039/103] gccrs: Add check for recursive trait cycles
` [committed 040/103] gccrs: ast: Refactor ASTFragment -> Fragment class
` [committed 041/103] gccrs: rust: Replace uses of ASTFragment -> Fragment
` [committed 042/103] gccrs: ast: Improve Fragment API
` [committed 043/103] gccrs: Add missing fn_once_output langitem
` [committed 044/103] gccrs: Refactor expression hir lowering into cc file
` [committed 045/103] gccrs: Formatting cleanup in HIR lowering pattern
` [committed 046/103] gccrs: Add name resolution for closures
` [committed 047/103] gccrs: Refactor method call type checking
` [committed 048/103] gccrs: Add closures to lints and error checking
` [committed 049/103] gccrs: Initial Type resolution for closures
` [committed 050/103] gccrs: Closure support at CallExpr
` [committed 051/103] gccrs: Add missing name resolution to Function type-path segments
` [committed 052/103] gccrs: Add missing hir lowering to function "
` [committed 053/103] gccrs: Add missing type resolution for function type segments
` [committed 054/103] gccrs: Support Closure calls as generic trait bounds
` [committed 055/103] gccrs: Implement the inline visitor
` [committed 056/103] gccrs: rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
` [committed 057/103] gccrs: builtins: Rename all bang macro handlers
` [committed 058/103] gccrs: intrinsics: Add `sorry_handler` intrinsic handler
` [committed 059/103] gccrs: constexpr: Add `rust_sorry_at` in places relying on init values
` [committed 060/103] gccrs: intrinsics: Add early implementation for atomic_store_{seqcst, relaxed, release}
` [committed 061/103] gccrs: intrinsics: Add unchecked operation intrinsics
` [committed 062/103] gccrs: intrinsics: Use lambdas for wrapping_<op> intrinsics
` [committed 063/103] gccrs: intrinsics: Cleanup error handling around atomic_store_*
` [committed 064/103] gccrs: intrinsics: Implement atomic_load intrinsics
` [committed 065/103] gccrs: ast: visitor pattern -> overload syntax compatibility layer
` [committed 066/103] gccrs: ast: transform helper methods to visits and add methods to simplify repeated patterns
` [committed 067/103] gccrs: ast: refer correctly to arguments in docs-strings
` [committed 068/103] gccrs: ast: Dump unit struct
` [committed 069/103] gccrs: add lang item "phantom_data"
` [committed 070/103] gccrs: add Location to AST::Visibility
` [committed 071/103] gccrs: typecheck: Fix overzealous `delete` call
` [committed 072/103] gccrs: ast: add visit overload for references
` [committed 073/103] gccrs: ast: Dump where clause and recursively needed nodes
` [committed 074/103] gccrs: ast: Dump slice type
` [committed 075/103] gccrs: ast: Dump array type
` [committed 076/103] gccrs: ast: Dump raw pointer type
` [committed 077/103] gccrs: ast: Dump never type
` [committed 078/103] gccrs: ast: Dump tuple type
` [committed 079/103] gccrs: ast: Dump inferred type
` [committed 080/103] gccrs: ast: Dump bare function type
` [committed 081/103] gccrs: ast: Dump impl trait type one bound
` [committed 082/103] gccrs: ast: Dump impl trait type
` [committed 083/103] gccrs: ast: Dump trait object type
` [committed 084/103] gccrs: ast: Dump parenthesised type
` [committed 085/103] gccrs: ast: Dump trait object type one bound
` [committed 086/103] gccrs: ast: Dump type param type
` [committed 087/103] gccrs: ast: Dump generic parameters
` [committed 088/103] gccrs: ast: Remove unused include in rust-ast-dump.cc
` [committed 089/103] gccrs: ast: Dump remove /* stmp */ comment to not clutter the dump
` [committed 090/103] gccrs: ast: Dump no comma after self in fn params if it is the last one
` [committed 091/103] gccrs: Remove default location. Add visibility location to create_* functions
` [committed 092/103] gccrs: Improve lexer dump
` [committed 093/103] gccrs: Get rid of make builtin macro
` [committed 094/103] gccrs: Refactor name resolver to take a Rib::ItemType
` [committed 095/103] gccrs: Add closure binding's tracking to name resolution
` [committed 096/103] gccrs: Add capture tracking to the type info for closures
` [committed 097/103] gccrs: Add initial support for argument capture of closures
` [committed 098/103] gccrs: Fix undefined behaviour issues on macos
` [committed 099/103] gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for debug info
` [committed 100/103] gccrs: Cleanup unused parameters to fix the bootstrap build
` [committed 101/103] gccrs: Repair 'gcc/rust/lang.opt' comment
` [committed 102/103] gccrs: const evaluator: Remove get_nth_callarg
` [committed 103/103] gccrs: add math intrinsics

[PATCH] tree-optimization/108691 - remove trigger-happy assert
 2023-02-21 12:53 UTC  (2+ messages)

[Patch] Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings
 2023-02-21 11:57 UTC 

[PATCH] libstdc++: Add missing functions to <cmath> [PR79700]
 2023-02-21 11:22 UTC  (5+ messages)

[Patch] Fortran: Avoid SAVE_EXPR for deferred-len char types
 2023-02-21  9:44 UTC  (12+ messages)

[PATCH] tree-optimization/108868 - new testcase
 2023-02-21  9:33 UTC 

[PATCH] tree-optimization/108855 - new testcase
 2023-02-21  9:32 UTC 

[PATCH] libstdc++: Update Solaris baselines for GCC 13.0
 2023-02-21  8:33 UTC 

[PATCH] RISC-V: Bugfix for rvv bool mode precision adjustment
 2023-02-21  8:28 UTC  (5+ messages)

[PATCH] MIPS: Account for LWL/LWR in store_by_pieces_p
 2023-02-21  3:16 UTC 

[PATCH] Testsuite: Disable micromips for MSA tests
 2023-02-21  2:39 UTC 

[PATCH] xtensa: Enforce return address saving when -Og is specified
 2023-02-21  1:34 UTC  (2+ messages)

[PATCH] rs6000: mark tieable between INT and FLOAT
 2023-02-21  1:32 UTC  (2+ messages)

[PATCH] i386: Introduce general_x64constmem_operand predicate
 2023-02-20 22:21 UTC 

[committed] powerpc: Another umaddditi4 fix [PR108862]
 2023-02-20 21:09 UTC 

[PATCH] Fixing PR107411
 2023-02-20 17:45 UTC  (5+ messages)

[PATCH RFC 1/3] c++: add __is_deducible trait [PR105841]
 2023-02-20 16:58 UTC  (2+ messages)

[committed] libstdc++: Fix uses of non-reserved names in simd header
 2023-02-20 16:36 UTC  (2+ messages)

[PATCH] [arm] disable aes-1742098 mitigation for a72 combine tests
 2023-02-20 15:43 UTC  (2+ messages)

[committed] RISC-V: prefetch.* only take base register with zero-offset for the address
 2023-02-20 15:36 UTC 

[PATCH 00/17] openmp, nvptx, amdgcn: 5.0 Memory Allocators
 2023-02-20 14:59 UTC  (5+ messages)
` [PATCH 08/17] openmp: -foffload-memory=pinned
      ` Prototype 'GOMP_enable_pinned_mode' (was: [PATCH 08/17] openmp: -foffload-memory=pinned)

[PATCH] libstdc++: Update baseline symbols for riscv64-linux
 2023-02-20 14:36 UTC  (2+ messages)

Blockchain Consulting
 2023-02-20 14:18 UTC 

[PATCH] libgomp, openmp: pinned memory
 2023-02-20 13:53 UTC  (17+ messages)
                    ` Attempt to register OpenMP pinned memory using a device instead of 'mlock' (was: [PATCH] libgomp, openmp: pinned memory)
                        ` [og12] "
                              ` [og12] Attempt to not just register but allocate OpenMP pinned memory using a device (was: [og12] Attempt to register OpenMP pinned memory using a device instead of 'mlock')

Rust frontend patches v2
 2023-02-20 13:33 UTC  (3+ messages)
` [PATCH Rust front-end v2 32/37] gccrs: Add config-lang.in
  ` Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace' (was: [PATCH Rust front-end v2 32/37] gccrs: Add config-lang.in)

RISC-V: Add divmod instruction support
 2023-02-20 13:32 UTC  (8+ messages)

[PATCH] [arm] adjust tests for quotes around +cdecp<N>
 2023-02-20 13:15 UTC  (2+ messages)

[PATCH] tree-optimization/108793 - niter compute type mismatch
 2023-02-20 13:08 UTC 

[PATCH] libstdc++: Some baseline_symbols.txt updates
 2023-02-20 11:54 UTC 

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).