public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc r14-8863] gccrs: Fix inconsistent formatting
 2024-02-07 12:45 UTC 

[gcc r14-8862] gccrs: Add missing visitors for AST::Function
 2024-02-07 12:44 UTC 

[gcc r14-8861] gccrs: Add checks for Trait functions
 2024-02-07 12:44 UTC 

[gcc r14-8860] gccrs: Use AssociatedItem in place of TraitItem
 2024-02-07 12:44 UTC 

[gcc r14-8859] gccrs: fix bug in pattern check for tuples
 2024-02-07 12:44 UTC 

[gcc r14-8858] gccrs: Add testcase to show issue is already fixed
 2024-02-07 12:44 UTC 

[gcc r14-8857] gccrs: Move the Implementation of implitem lowering into its own file
 2024-02-07 12:44 UTC 

[gcc r14-8856] gccrs: refactor inference variable computation into a seperate method
 2024-02-07 12:44 UTC 

[gcc r14-8855] gccrs: remove similar hack in type paths as we had in path expressions
 2024-02-07 12:44 UTC 

[gcc r14-8854] gccrs: remove old generics hack to reuse generic symbols from previous seg
 2024-02-07 12:44 UTC 

[gcc r14-8853] gccrs: Fix ICE accessing empty vector without check
 2024-02-07 12:44 UTC 

[gcc r14-8852] gccrs: add test cases to prove type inference is working
 2024-02-07 12:44 UTC 

[gcc r14-8851] gccrs: add testcase to prove issue has already been fixed
 2024-02-07 12:43 UTC 

[gcc r14-8850] gccrs: Set the default ABI to C for extern blocks and extern functions
 2024-02-07 12:43 UTC 

[gcc r14-8849] gccrs: TyTy: Store reference to type before any substitutions
 2024-02-07 12:43 UTC 

[gcc r14-8848] gccrs: TyTy: Store region constraints
 2024-02-07 12:43 UTC 

[gcc r14-8847] gccrs: Typecheck: add regions (lifetimes) to TyTy
 2024-02-07 12:43 UTC 

[gcc r14-8846] gccrs: HIR: Add mising getter
 2024-02-07 12:43 UTC 

[gcc r14-8845] gccrs: TyTy: Region (lifetime) representation
 2024-02-07 12:43 UTC 

[gcc r14-8844] gccrs: Typecheck: lifetime interning and resolution tool
 2024-02-07 12:43 UTC 

[gcc r14-8843] gccrs: Implement quick-check for Unicode
 2024-02-07 12:43 UTC 

[gcc r14-8842] gccrs: Parse normal functions with `self` parameter correctly
 2024-02-07 12:43 UTC 

[gcc r14-8841] Apply TLC to vect_analyze_early_break_dependences
 2024-02-07 12:31 UTC 

[gcc r14-8840] middle-end: fix ICE when destination BB for stores starts with a label [PR113750]
 2024-02-07 10:59 UTC 

[gcc r14-8839] middle-end: fix ICE when moving statements to empty BB [PR113731]
 2024-02-07 10:59 UTC 

[gcc r14-8838] middle-end: add additional runtime test for [PR113467]
 2024-02-07 10:57 UTC 

[gcc r13-8293] aarch64: Avoid out-of-range shrink-wrapped saves [PR111677]
 2024-02-07 10:41 UTC 

[gcc r14-8837] range-op: Fix up ABSU_EXPR handling [PR113756]
 2024-02-07  9:59 UTC 

[gcc r14-8836] testsuite: Don't xfail gcc.dg/debug/dwarf2/inline5.c
 2024-02-07  9:04 UTC 

[gcc r14-8835] wide-int: Fix mul_internal overflow handling [PR113753]
 2024-02-07  8:45 UTC 

[gcc r14-8834] RISC-V: Bugfix for RVV overloaded intrinisc ICE when empty args
 2024-02-07  1:19 UTC 

[gcc r13-8292] Daily bump
 2024-02-07  0:21 UTC 

[gcc r12-10139] Daily bump
 2024-02-07  0:21 UTC 

[gcc r11-11227] Daily bump
 2024-02-07  0:20 UTC 

[gcc r14-8833] Daily bump
 2024-02-07  0:18 UTC 

[gcc r14-8832] c++: Disallow this specifier except for parameter declarations [PR113788]
 2024-02-06 21:35 UTC 

[gcc r14-8831] x86-64: Return 10_REG if there is no scratch register
 2024-02-06 19:03 UTC 

[gcc r14-8830] c++: add fixed test [PR94231]
 2024-02-06 16:49 UTC 

[gcc r14-8829] aarch64: Fix function multiversioning mangling
 2024-02-06 15:11 UTC 

[gcc r14-8828] aarch64: Fix build against libc++ in c++11 mode [PR113763]
 2024-02-06 14:59 UTC 

[gcc r13-8291] tree-optimization/112618 - unused .MASK_CALL
 2024-02-06 13:20 UTC 

[gcc r13-8290] tree-optimization/112505 - bit-precision induction vectorization
 2024-02-06 13:20 UTC 

[gcc r13-8289] tree-optimization/112495 - alias versioning and address spaces
 2024-02-06 13:20 UTC 

[gcc r13-8288] tree-optimization/110221 - SLP and loop mask/len
 2024-02-06 13:20 UTC 

[gcc r13-8287] middle-end/110176 - wrong zext (bool) <= (int) 4294967295u folding
 2024-02-06 13:19 UTC 

[gcc r14-8827] c++: add auto_diagnostic_group to early_check_defaulted_comparison
 2024-02-06 13:13 UTC 

[gcc r14-8826] RISC-V: Fix infinite compilation of VSETVL PASS
 2024-02-06 12:49 UTC 

[gcc r14-8825] asan: Don't fold some strlens with -fsanitize=address [PR110676]
 2024-02-06 12:00 UTC 

[gcc r14-8824] lower-bitint: Encode address space qualifiers in VIEW_CONVERT_EXPRs [PR113736]
 2024-02-06 12:00 UTC 

[gcc r14-8823] tree-ssa-math-opts: Fix up convert_{mult, plusminus}_to_widen [PR113759]
 2024-02-06 12:00 UTC 

[gcc r14-8822] libssp: Fix gets-chk.c compilation on Solaris
 2024-02-06 10:46 UTC 

[gcc r14-8821] AArch64: aarch64_class_max_nregs mishandles 64-bit structure modes [PR112577]
 2024-02-06 10:40 UTC 

[gcc r14-8820] libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700]
 2024-02-06  9:21 UTC 

[gcc r13-8286] libstdc++: /dev/null is not accessible on Windows
 2024-02-06  8:26 UTC 

[gcc r14-8819] libgcc: fix SEH C++ rethrow semantics [PR113337]
 2024-02-06  8:24 UTC 

[gcc r14-8818] libstdc++: /dev/null is not accessible on Windows
 2024-02-06  8:23 UTC 

[gcc r12-10138] c++: defaulted op== for incomplete class [PR107291]
 2024-02-06  3:41 UTC 

[gcc r13-8285] c++: defaulted op== for incomplete class [PR107291]
 2024-02-06  3:41 UTC 

[gcc r14-8817] c++: defaulted op== for incomplete class [PR107291]
 2024-02-06  2:29 UTC 

[gcc r14-8816] LoongArch: libsanitizer: Enable Lsan and Tsan for loongarch64
 2024-02-06  1:39 UTC 

[gcc(refs/users/meissner/heads/work157-vsubreg)] Merge commit 'refs/users/meissner/heads/work157-vsubreg' of git+ssh://gcc.gnu.org/git/gcc into me/wo
 2024-02-06  0:49 UTC 

[gcc(refs/users/meissner/heads/work157-vsubreg)] Add ChangeLog.vsubreg and update REVISION
 2024-02-06  0:49 UTC 

[gcc/meissner/heads/work157-vsubreg] (5 commits) Merge commit 'refs/users/meissner/heads/work157-vsubreg' of
 2024-02-06  0:49 UTC 

[gcc(refs/users/meissner/heads/work157-vpair)] Merge commit 'refs/users/meissner/heads/work157-vpair' of git+ssh://gcc.gnu.org/git/gcc into me/work
 2024-02-06  0:47 UTC 

[gcc(refs/users/meissner/heads/work157-vpair)] Add ChangeLog.vpair and update REVISION
 2024-02-06  0:47 UTC 

[gcc/meissner/heads/work157-vpair] (5 commits) Merge commit 'refs/users/meissner/heads/work157-vpair' of g
 2024-02-06  0:47 UTC 

[gcc(refs/users/meissner/heads/work157-vcombo)] Merge commit 'refs/users/meissner/heads/work157-vcombo' of git+ssh://gcc.gnu.org/git/gcc into me/wor
 2024-02-06  0:46 UTC 

[gcc(refs/users/meissner/heads/work157-vcombo)] Add ChangeLog.vcombo and update REVISION
 2024-02-06  0:46 UTC 

[gcc/meissner/heads/work157-vcombo] (5 commits) Merge commit 'refs/users/meissner/heads/work157-vcombo' of
 2024-02-06  0:46 UTC 

[gcc(refs/users/meissner/heads/work157-test)] Merge commit 'refs/users/meissner/heads/work157-test' of git+ssh://gcc.gnu.org/git/gcc into me/work1
 2024-02-06  0:45 UTC 

[gcc(refs/users/meissner/heads/work157-test)] Add ChangeLog.test and update REVISION
 2024-02-06  0:45 UTC 

[gcc/meissner/heads/work157-test] (5 commits) Merge commit 'refs/users/meissner/heads/work157-test' of gi
 2024-02-06  0:45 UTC 

[gcc(refs/users/meissner/heads/work157-pnext)] Merge commit 'refs/users/meissner/heads/work157-pnext' of git+ssh://gcc.gnu.org/git/gcc into me/work
 2024-02-06  0:44 UTC 

[gcc(refs/users/meissner/heads/work157-pnext)] Add ChangeLog.pnext and update REVISION
 2024-02-06  0:43 UTC 

[gcc/meissner/heads/work157-pnext] (5 commits) Merge commit 'refs/users/meissner/heads/work157-pnext' of g
 2024-02-06  0:43 UTC 

[gcc(refs/users/meissner/heads/work157-dmf)] Merge commit 'refs/users/meissner/heads/work157-dmf' of git+ssh://gcc.gnu.org/git/gcc into me/work15
 2024-02-06  0:42 UTC 

[gcc(refs/users/meissner/heads/work157-dmf)] Add ChangeLog.dmf and update REVISION
 2024-02-06  0:42 UTC 

[gcc/meissner/heads/work157-dmf] (5 commits) Merge commit 'refs/users/meissner/heads/work157-dmf' of git
 2024-02-06  0:42 UTC 

[gcc(refs/users/meissner/heads/work157)] Update ChangeLog.*
 2024-02-06  0:38 UTC 

[gcc(refs/users/meissner/heads/work157)] PR target/112886, Add %S<n> to print_operand for vector pair support
 2024-02-06  0:37 UTC 

[gcc(refs/users/meissner/heads/work157)] Power10: Add options to disable load and store vector pair
 2024-02-06  0:37 UTC 

[gcc r13-8284] Daily bump
 2024-02-06  0:22 UTC 

[gcc r12-10137] Daily bump
 2024-02-06  0:21 UTC 

[gcc r11-11226] Daily bump
 2024-02-06  0:20 UTC 

[gcc r14-8815] Daily bump
 2024-02-06  0:19 UTC 

[gcc r14-8814] riscv: Fix compiler warning in thead.cc
 2024-02-05 23:22 UTC 

[gcc r13-8283] c++: prvalue of array type [PR111286]
 2024-02-05 22:25 UTC 

[gcc r13-8282] varasm: check float size [PR109359]
 2024-02-05 22:25 UTC 

[gcc r12-10136] varasm: check float size [PR109359]
 2024-02-05 22:25 UTC 

[gcc r12-10135] c++: prvalue of array type [PR111286]
 2024-02-05 22:25 UTC 

[gcc r13-8281] Update gcc zh_CN.po
 2024-02-05 21:35 UTC 

[gcc r14-8813] c++: -frounding-math test [PR109359]
 2024-02-05 21:35 UTC 

[gcc r14-8812] Update gcc zh_CN.po
 2024-02-05 21:34 UTC 

[gcc r14-8811] c++: prvalue of array type [PR111286]
 2024-02-05 21:33 UTC 

[gcc(refs/users/meissner/heads/work157-orig)] Add REVISION
 2024-02-05 21:03 UTC 

[gcc] Created branch 'meissner/heads/work157-orig' in namespace 'refs/users'
 2024-02-05 21:02 UTC 

[gcc(refs/users/meissner/heads/work157-test)] Add ChangeLog.test and update REVISION
 2024-02-05 21:02 UTC 

[gcc] Created branch 'meissner/heads/work157-test' in namespace 'refs/users'
 2024-02-05 21:01 UTC 

[gcc(refs/users/meissner/heads/work157-vcombo)] Add ChangeLog.vcombo and update REVISION
 2024-02-05 21:01 UTC 

[gcc] Created branch 'meissner/heads/work157-vcombo' in namespace 'refs/users'
 2024-02-05 21:00 UTC 

[gcc(refs/users/meissner/heads/work157-vsubreg)] Add ChangeLog.vsubreg and update REVISION
 2024-02-05 21:00 UTC 

[gcc] Created branch 'meissner/heads/work157-vsubreg' in namespace 'refs/users'
 2024-02-05 20:59 UTC 

[gcc(refs/users/meissner/heads/work157-vpair)] Add ChangeLog.vpair and update REVISION
 2024-02-05 20:59 UTC 

[gcc] Created branch 'meissner/heads/work157-vpair' in namespace 'refs/users'
 2024-02-05 20:58 UTC 

[gcc(refs/users/meissner/heads/work157-pnext)] Add ChangeLog.pnext and update REVISION
 2024-02-05 20:58 UTC 

[gcc] Created branch 'meissner/heads/work157-pnext' in namespace 'refs/users'
 2024-02-05 20:57 UTC 

[gcc(refs/users/meissner/heads/work157-dmf)] Add ChangeLog.dmf and update REVISION
 2024-02-05 20:56 UTC 

[gcc] Created branch 'meissner/heads/work157-dmf' in namespace 'refs/users'
 2024-02-05 20:56 UTC 

[gcc(refs/users/meissner/heads/work157)] Add ChangeLog.meissner and REVISION
 2024-02-05 20:55 UTC 

[gcc] Created branch 'meissner/heads/work157' in namespace 'refs/users'
 2024-02-05 20:55 UTC 

[gcc(refs/users/meissner/heads/work156-orig)] Add REVISION
 2024-02-05 20:46 UTC 

[gcc] Created branch 'meissner/heads/work156-orig' in namespace 'refs/users'
 2024-02-05 20:45 UTC 

[gcc(refs/users/meissner/heads/work156-test)] Add ChangeLog.test and update REVISION
 2024-02-05 20:45 UTC 

[gcc] Created branch 'meissner/heads/work156-test' in namespace 'refs/users'
 2024-02-05 20:44 UTC 

[gcc(refs/users/meissner/heads/work156-vcombo)] Add ChangeLog.vcombo and update REVISION
 2024-02-05 20:44 UTC 

[gcc] Created branch 'meissner/heads/work156-vcombo' in namespace 'refs/users'
 2024-02-05 20:43 UTC 

[gcc(refs/users/meissner/heads/work156-vsubreg)] Add ChangeLog.vsubreg and update REVISION
 2024-02-05 20:43 UTC 

[gcc] Created branch 'meissner/heads/work156-vsubreg' in namespace 'refs/users'
 2024-02-05 20:42 UTC 

[gcc(refs/users/meissner/heads/work156-vpair)] Add ChangeLog.vpair and update REVISION
 2024-02-05 20:42 UTC 

[gcc] Created branch 'meissner/heads/work156-vpair' in namespace 'refs/users'
 2024-02-05 20:41 UTC 

[gcc(refs/users/meissner/heads/work156-power11)] Add ChangeLog.power11 and update REVISION
 2024-02-05 20:41 UTC 

[gcc] Created branch 'meissner/heads/work156-power11' in namespace 'refs/users'
 2024-02-05 20:40 UTC 

[gcc(refs/users/meissner/heads/work156-dmf)] Add ChangeLog.dmf and update REVISION
 2024-02-05 20:40 UTC 

[gcc] Created branch 'meissner/heads/work156-dmf' in namespace 'refs/users'
 2024-02-05 20:39 UTC 

[gcc(refs/users/meissner/heads/work156)] Add ChangeLog.meissner and REVISION
 2024-02-05 20:39 UTC 

[gcc] Created branch 'meissner/heads/work156' in namespace 'refs/users'
 2024-02-05 20:38 UTC 

[gcc] Created branch 'meissner/heads/work155-power11f' in namespace 'refs/users'
 2024-02-05 20:36 UTC 

[gcc(refs/users/meissner/heads/work155-dm)] Add ChangeLog.dm and update REVISION
 2024-02-05 20:36 UTC 

[gcc] Created branch 'meissner/heads/work155-dm' in namespace 'refs/users'
 2024-02-05 20:35 UTC 

[gcc(refs/users/meissner/heads/work155)] Add ChangeLog.meissner and REVISION
 2024-02-05 20:34 UTC 

[gcc] Created branch 'meissner/heads/work155' in namespace 'refs/users'
 2024-02-05 20:34 UTC 

[gcc r14-8810] libgo: bump libgo version for GCC 14 release
 2024-02-05 19:29 UTC 

[gcc r14-8809] compiler: add Type::message_name
 2024-02-05 19:26 UTC 

[gcc r14-8808] x86-64: Find a scratch register for large model profiling
 2024-02-05 19:08 UTC 

[gcc r14-8807] contrib: Fill in HOST{CC, CFLAGS, CXX, CXXFLAGS} in test_installed
 2024-02-05 17:58 UTC 

[gcc r14-8806] c: Avoid ICE with _BitInt(N) : 0 bitfield [PR113740]
 2024-02-05 17:58 UTC 

[gcc r14-8805] libitm: small update for C++20
 2024-02-05 15:32 UTC 

[gcc r14-8804] arm: Fix missing bti instruction for virtual thunks
 2024-02-05 14:04 UTC 

[gcc r14-8803] x86-64: Update gcc.target/i386/apx-ndd.c
 2024-02-05 12:54 UTC 

[gcc r13-8280] mips: Fix missing mode in neg<mode:MSA>2
 2024-02-05 12:23 UTC 

[gcc r12-10134] mips: Fix missing mode in neg<mode:MSA>2
 2024-02-05 12:22 UTC 

[gcc r11-11225] mips: Fix missing mode in neg<mode:MSA>2
 2024-02-05 12:21 UTC 

[gcc r14-8802] mips: Fix missing mode in neg<mode:MSA>2
 2024-02-05 12:20 UTC 

[gcc r11-11224] MIPS: Fix wrong MSA FP vector negation
 2024-02-05 11:45 UTC 

[gcc r12-10133] MIPS: Fix wrong MSA FP vector negation
 2024-02-05 11:43 UTC 

[gcc r13-8279] MIPS: Fix wrong MSA FP vector negation
 2024-02-05 11:42 UTC 

[gcc r14-8801] MIPS: Fix wrong MSA FP vector negation
 2024-02-05 11:41 UTC 

[gcc r14-8800] tree-optimization/113707 - ICE with VN elimination
 2024-02-05 10:07 UTC 

[gcc r14-8799] Vectorizer and address-spaces
 2024-02-05 10:06 UTC 

[gcc r14-8798] lower-bitint: Remove single label _BitInt switches [PR113737]
 2024-02-05  9:58 UTC 

[gcc r14-8797] i386: Clear REG_UNUSED and REG_DEAD notes from the IL at the end of vzeroupper pass [PR113059]
 2024-02-05  8:36 UTC 

[gcc r14-8796] target/113255 - avoid REG_POINTER on a pointer difference
 2024-02-05  7:35 UTC 

[gcc r14-8795] RISC-V: Add sifive-p450, sifive-p67 to -mcpu
 2024-02-05  2:11 UTC 

[gcc r14-8794] RISC-V: Support scheduling for sifive p400 series
 2024-02-05  2:11 UTC 

[gcc r13-8278] Daily bump
 2024-02-05  0:22 UTC 

[gcc r12-10132] Daily bump
 2024-02-05  0:21 UTC 

[gcc r11-11223] Daily bump
 2024-02-05  0:19 UTC 

[gcc r14-8793] Daily bump
 2024-02-05  0:18 UTC 

[gcc r14-8792] libstdc++: Replace padding bits with bit-fields in __format::_Spec
 2024-02-04 21:47 UTC 

[gcc r14-8791] libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols
 2024-02-04 21:42 UTC 

[gcc r14-8790] libstdc++: Add copyright and license text to new generated headers
 2024-02-04 21:42 UTC 

[gcc r14-8789] xtensa: Fix missing mode warning in "*eqne_zero_masked_bits"
 2024-02-04 21:27 UTC 

[gcc r14-8788] xtensa: Recover constant synthesis for HImode after LRA transition
 2024-02-04 21:26 UTC 

[gcc r14-8787] [committed] Reasonably handle SUBREGs in risc-v cost modeling
 2024-02-04 20:07 UTC 

[gcc r14-8786] LoongArch: Fix wrong LSX FP vector negation
 2024-02-04 15:01 UTC 

[gcc r14-8785] LoongArch: Avoid out-of-bounds access in loongarch_symbol_insns
 2024-02-04 15:01 UTC 

[gcc r14-8784] LoongArch: testsuite: Fix gcc.dg/vect/vect-reduc-mul_{1, 2}.c FAIL
 2024-02-04  9:33 UTC 

[gcc r14-8783] libphobos: Merge upstream phobos 37796e783
 2024-02-04  1:07 UTC 

[gcc r14-8782] d: Merge dmd, druntime a6f1083699, phobos 31dedd7da
 2024-02-04  0:32 UTC 

[gcc r13-8277] Daily bump
 2024-02-04  0:22 UTC 

[gcc r12-10131] Daily bump
 2024-02-04  0:21 UTC 

[gcc r11-11222] Daily bump
 2024-02-04  0:19 UTC 

[gcc r14-8781] Daily bump
 2024-02-04  0:18 UTC 

[gcc r14-8780] Fix xfail for 32-bit hppa*-*-* in gcc.dg/pr84877.c
 2024-02-03 21:06 UTC 

[gcc r14-8779] libgfortran: EN0.0E0 and ES0.0E0 format editing
 2024-02-03 17:33 UTC 

[gcc r14-8778] libatomic: Provide FPU exception defines for __hppa__
 2024-02-03 15:45 UTC 

[gcc r14-8777] MAINTAINERS: Update my e-mail address
 2024-02-03 14:10 UTC 

[gcc r14-8776] wide-int: Fix up wi::bswap_large [PR113722]
 2024-02-03 13:39 UTC 

[gcc r14-8775] ggc-common: Fix save PCH assertion
 2024-02-03 13:39 UTC 

[gcc r14-8774] d: Merge dmd. druntime e770945277, phobos 6d6e0b9b9
 2024-02-03 12:35 UTC 

[gcc r13-8276] Revert use of accumulator type in expansion of 'Reduce attribute
 2024-02-03 12:27 UTC 

[gcc r13-8275] Revert fix for reduction expression with overloaded reducer subprogram
 2024-02-03 12:02 UTC 

[gcc r14-8773] LoongArch: Fix an ODR violation
 2024-02-03 10:28 UTC 

[gcc r14-8772] libphobos: Merge upstream phobos c6e1f98fa
 2024-02-03 10:10 UTC 

[gcc r13-8274] Daily bump
 2024-02-03  0:22 UTC 

[gcc r12-10130] Daily bump
 2024-02-03  0:21 UTC 

[gcc r11-11221] Daily bump
 2024-02-03  0:19 UTC 

[gcc r14-8771] Daily bump
 2024-02-03  0:18 UTC 

[gcc r14-8770] c++: requires-exprs and partial constraint subst [PR110006]
 2024-02-03  0:07 UTC 

[gcc r14-8769] PR modula2/113730 Unexpected handling of mixed-precision integer arithmetic
 2024-02-03  0:04 UTC 

[gcc r14-8768] middle-end: check memory accesses in the destination block [PR113588]
 2024-02-02 23:56 UTC 

[gcc r14-8767] Fix some of vect-avg-*.c testcases
 2024-02-02 23:53 UTC 

[gcc r14-8766] d: Merge dmd, druntime bce5c1f7b5, phobos e4d0dd513
 2024-02-02 23:50 UTC 

[gcc r14-8765] d: Merge dmd, druntime d8e3976a58, phobos 7a6e95688
 2024-02-02 23:25 UTC 

[gcc r14-8764] d: Merge upstream dmd, druntime f1a045928e
 2024-02-02 23:20 UTC 

[gcc r14-8763] libgo: better error messages for unknown GOARCH/GOOS
 2024-02-02 23:10 UTC 

[gcc r14-8762] compiler: export the type "any" as a builtin
 2024-02-02 23:04 UTC 

[gcc r14-8761] libgcc: Fix up _BitInt division [PR113604]
 2024-02-02 21:16 UTC 

[gcc r14-8760] libgccjit: Implement sizeof operator
 2024-02-02 20:30 UTC 

[gcc r12-10129] c++: op== defaulted outside class [PR110084]
 2024-02-02 19: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).