[PATCH] [testsuite][arm] Fix cmse-15.c expected output
2022-10-03 14:36 UTC (2+ messages)
[PATCH] vect: while_ult for integer mask
2022-10-03 14:27 UTC (7+ messages)
[PATCH] PR tree-optimization/107109 - Don't process undefined range
2022-10-03 14:14 UTC
[committed] c: Adjust LDBL_EPSILON for C2x for IBM long double
2022-10-03 13:12 UTC
[PATCH] arm: Add missing early clobber to MVE vrev64q_m patterns
2022-10-03 12:50 UTC (2+ messages)
[PATCH RFC] c++: streamline process for adding new builtin trait
2022-10-03 12:48 UTC (7+ messages)
[COMMITTED] libsanitizer: Fix Solaris 11.3 compilation of sanitizer_procmaps_solaris.cpp [PR105531]
2022-10-03 11:57 UTC
[committed] libstdc++: Fix tests broken by C++23 P2266R3 "Simpler implicit move"
2022-10-03 11:46 UTC
[PATCH][DOCS] changes: mentioned ignore -gz=zlib-gnu option
2022-10-03 11:44 UTC (4+ messages)
` [PATCH v2][DOCS] "
[COMMITTED] Do not compare incompatible ranges in ipa-prop
2022-10-03 11:08 UTC (4+ messages)
` [COMMITTED] Do not compare nonzero masks for varying
` [COMMITTED] Avoid comparing ranges when sub-ranges is 0
` [COMMITTED] Do not pessimize range in set_nonzero_bits
[PATCH] libstdc++: Use ///< for inline documentation
2022-10-03 10:25 UTC (4+ messages)
[patch, RFC. Fortran] Some clobbering for INTENT(OUT) arrays
2022-10-03 9:05 UTC (2+ messages)
[PATCH] gcc/config/t-i386: add build dependencies on i386-builtin-types.inc
2022-10-03 7:04 UTC (3+ messages)
` PING "
[patch] Fix thinko in powerpc default specs for -mabi
2022-10-03 6:47 UTC
[PATCH] Set discriminators for call stmts on the same line within the same basic block
2022-10-03 6:08 UTC
Adding a new thread model to GCC
2022-10-03 5:03 UTC (4+ messages)
[PATCH] RISC-V missing __builtin_lceil and __builtin_lfloor
2022-10-02 20:47 UTC (3+ messages)
[PATCH] Enable shrink wrapping for the RISC-V target
2022-10-02 20:32 UTC (2+ messages)
[Patch] libgomp/nvptx: Prepare for reverse-offload callback handling
2022-10-02 18:13 UTC (7+ messages)
[Patch] Fortran: Add OpenMP's assume(s) directives
2022-10-02 17:47 UTC
[committed] tree-cfg: Fix a verification diagnostic typo [PR107121]
2022-10-02 14:44 UTC
[PATCH] c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]
2022-10-02 11:35 UTC (3+ messages)
` [PATCH] c++: Disallow jumps into statement expressions
Contents of PO file 'gcc-12.2.0.sv.po'
2022-10-02 9:22 UTC
New Swedish PO file for 'gcc' (version 12.2.0)
2022-10-02 9:22 UTC
[RFA] Avoid unnecessary load-immediate in coremark
2022-10-01 19:03 UTC (5+ messages)
[committed] More gimple const/copy propagation opportunities
2022-10-01 18:55 UTC (2+ messages)
[PATCH] or1k: Only define TARGET_HAVE_TLS when HAVE_AS_TLS
2022-10-01 17:53 UTC (3+ messages)
` [Buildroot] "
[PATCH] Fix gdb printers for std::string
2022-10-01 15:30 UTC (5+ messages)
[PATCH] testsuite: Windows paths use \ and not /
2022-10-01 11:02 UTC (10+ messages)
[PATCH] OpenACC: Fix struct-component-kind-1.c test
2022-10-01 8:35 UTC (2+ messages)
[PATCH] Process unsigned overflow relations for plus and minus in range-ops
2022-10-01 7:47 UTC (2+ messages)
[PATCH] Refine ranges using relations in GORI
2022-10-01 5:01 UTC (2+ messages)
[committed][PATCH] Improve Z flag handling on H8
2022-10-01 4:52 UTC
[pushed] c++: loop through array CONSTRUCTOR
2022-10-01 4:15 UTC
[pushed] c++: cast split_nonconstant_init return val to void
2022-10-01 4:14 UTC
[PATCH] Fix the build of record_edge_info()
2022-10-01 1:27 UTC (3+ messages)
[committed] Minor cleanup/prep in DOM
2022-10-01 0:50 UTC (3+ messages)
[PATCH] Document -fexcess-precision=16 in tm.texi
2022-09-30 22:58 UTC (4+ messages)
[PATCH RFC] c++: fix broken conversion in coroutines
2022-09-30 22:50 UTC (2+ messages)
[PATCH] RISC-V: Support -fexcess-precision=16
2022-09-30 22:23 UTC (2+ messages)
[committed] libstdc++: Remove <sstream> dependency from std::bitset::to_ulong() test
2022-09-30 20:57 UTC
[committed] libstdc++: Optimize operator>> for std::bitset
2022-09-30 20:57 UTC
[committed] libstdc++: Remove non-standard public members in std::bitset
2022-09-30 20:57 UTC
[PATCH] c++: make some cp_trait_kind switch statements exhaustive
2022-09-30 19:46 UTC (3+ messages)
[PATCH] i386, rs6000, ia64, s390: Fix C++ ICEs with _Float64x or _Float128 [PR107080]
2022-09-30 19:44 UTC (9+ messages)
` [PATCH] arm, aarch64, csky: Fix C++ ICEs with _Float16 and __fp16 [PR107080]
[PATCH] x86: Check corrupted return address when unwinding stack
2022-09-30 19:33 UTC (2+ messages)
[RFC PATCH] c++, i386, arm, aarch64, libgcc: std::bfloat16_t and __bf16 arithmetic support
2022-09-30 19:27 UTC (6+ messages)
[PATCH 00/10] c-family,libstdc++: P1642 and related changes
2022-09-30 18:15 UTC (12+ messages)
` [PATCH 01/10] libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]
` [PATCH 02/10] libstdc++: Filter out unconditional <stdio.h> default include
` [PATCH 03/10] libstdc++: Adjust precompiled headers for freestanding
` [PATCH 04/10] libstdc++: Mark headers that must be hosted as such [PR103626]
` [PATCH 05/10] c-family: Implement new `int main' semantics in freestanding
` [PATCH 06/10] libstdc++: Rework how freestanding install works [PR106953]
` [PATCH 07/10] libstdc++: Make some tests work on freestanding [PR103626]
` [PATCH 08/10] libstdc++: Add effective-target 'hosted' for testsuite [PR103626]
` [PATCH 09/10] libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]
` [PATCH 10/10] libstdc++: Disable hosted-only tests [PR103626]
[PATCH] Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]
2022-09-30 17:47 UTC (4+ messages)
[GCC13][Patch][V4][PATCH 0/2] Add a new option -fstrict-flex-array[=n] and attribute strict_flex_array(n) and use it in PR101836
2022-09-30 17:39 UTC (5+ messages)
` [GCC13][Patch][V4][PATCH 1/2] Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_arrays
[PATCH] openmp: Add begin declare target support
2022-09-30 16:37 UTC
[PATCH] undef offsetof before defining it in stddef.h
2022-09-30 16:35 UTC
C++ ABI
2022-09-30 16:32 UTC (3+ messages)
[PATCH v3] testsuite: Only run test on target if VMA == LMA
2022-09-30 16:27 UTC (2+ messages)
[PATCH] testsuite: Do not prefix linker script with "-Wl,"
2022-09-30 16:19 UTC (3+ messages)
` PING^1 "
[PATCH] Introduce DWARF_VERSION_DEFAULT (and redefine for VxWorks)
2022-09-30 16:17 UTC
[PATCH v2] testsuite: Only run test on target if VMA == LMA
2022-09-30 16:13 UTC (4+ messages)
Extend fold_vec_perm to fold VEC_PERM_EXPR in VLA manner
2022-09-30 16:08 UTC (13+ messages)
[patch] Prevent secondary warning from diagnostic tweak in gthr-vxworks.h
2022-09-30 15:59 UTC
[PATCH] arm: unified syntax for libgcc clear_cache
2022-09-30 15:30 UTC (3+ messages)
[V2 PATCH] RISC-V:Add '-m[no]-csr-check' option in gcc
2022-09-30 15:23 UTC (2+ messages)
[PATCH v3 00/11] OpenMP 5.0: Struct & mapping clause expansion rework
2022-09-30 15:01 UTC (10+ messages)
` [PATCH v3 06/11] OpenMP: Pointers and member mappings
[PATCH 1/2]middle-end: RFC: On expansion of conditional branches, give hint if argument is a truth type to backend
2022-09-30 14:33 UTC (13+ messages)
[committed] libstdc++: Add missing <bits/stl_algobase.h> include to <bitset>
2022-09-30 13:46 UTC
[PATCH] c-family: ICE with [[gnu::nocf_check]] [PR106937]
2022-09-30 13:12 UTC (2+ messages)
[PATCH v4] rs6000: Rework ELFv2 support for -fpatchable-function-entry* [PR99888]
2022-09-30 12:38 UTC (3+ messages)
[PATCH] Emit discriminators for inlined call sites
2022-09-30 12:32 UTC (2+ messages)
[PATCH] rs6000/test: Adjust pr104992.c with vect_int_mod [PR106516]
2022-09-30 12:25 UTC (3+ messages)
[PATCH] rs6000: Rework option -mpowerpc64 handling [PR106680]
2022-09-30 12:15 UTC (20+ messages)
[PATCH] testsuite: [arm] Relax expected register names in MVE tests
2022-09-30 12:02 UTC (4+ messages)
` [PATCH v2] "
[Patch] Fortran: Update use_device_ptr for OpenMP 5.1 [PR105318]
2022-09-30 11:40 UTC (4+ messages)
[PATCH] testsuite: Colon is reserved on Windows
2022-09-30 11:12 UTC (2+ messages)
[PATCH] tree-optimization/107095 - fix typo in .MASK_STORE DSE handling
2022-09-30 10:50 UTC
OpenMP: Generate SIMD clones for functions with "declare target"
2022-09-30 10:37 UTC (4+ messages)
` [PATCH v2] "
[patch] Refine INITFINI condition for vxworks crtstuff spec
2022-09-30 9:40 UTC
[PATCH] Optimize nested permutation to single VEC_PERM_EXPR [PR54346]
2022-09-30 9:36 UTC (4+ messages)
[Patch] OpenMP, libgomp, gimple: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_limit on offload devices
2022-09-30 9:35 UTC (5+ messages)
[patch] install.texi: gcn - update llvm reqirements, gcn/nvptx - newlib use version
2022-09-30 8:00 UTC
[PATCH] Add first-order recurrence autovectorization
2022-09-30 8:00 UTC
[PATCH] fixincludes: Fix up powerpc floatn.h tweaks [PR107059]
2022-09-30 7:20 UTC (2+ messages)
` [PATCH] fixincludes: Deal also with the _Float128x cases [PR107059]
[patch] Adjust LIBGCC2_INCLUDES for VxWorks and augment comment
2022-09-30 7:03 UTC
[PATCH] RISC-V: Introduce RVV header to enable builtin types
2022-09-30 6:58 UTC
[PATCH] diagnostics: Fix virtual location for -Wuninitialized [PR69543]
2022-09-30 6:10 UTC (2+ messages)
[Unfinished PATCH] Add first-order recurrence autovectorization
2022-09-30 6:08 UTC (4+ messages)
` "
[PATCH] RISC-V: Support --target-help for -mcpu/-mtune
2022-09-30 2:05 UTC
[pushed] c++: reduce redundant TARGET_EXPR
2022-09-30 1:28 UTC
[committed] c: C2x noreturn attribute
2022-09-29 23:00 UTC
[r13-2957 Regression] FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++98 at line 68 (test for errors, line 67) on Linux/x86_64
2022-09-29 22:54 UTC
[PATCH] Track value_relations in GORI
2022-09-29 22:36 UTC
[PATCH] Move class value_relation the header file
2022-09-29 22:35 UTC
[PATCH] btf: Add support to BTF_KIND_ENUM64 type
2022-09-29 22:35 UTC (3+ messages)
` [PATCH v2] "
[PATCH] Audit op1_range and op2_range for undefined LHS
2022-09-29 22:35 UTC
[PATCH] PR tree-optimization/102892 - Remove undefined behaviour from testcase
2022-09-29 22:34 UTC
[PATCH 1/2]middle-end: RFC: On expansion of conditional branches, give hint if argument is a truth type to backend
2022-09-29 20:49 UTC (9+ messages)
[PATCH] Don't ICE running selftests if errors were raised [PR99723]
2022-09-29 20:46 UTC (2+ messages)
c++: import/export NTTP objects
2022-09-29 19:27 UTC (2+ messages)
[pushed] c++: fix triviality of class with unsatisfied op=
2022-09-29 19:11 UTC
page: next (older) | prev (newer) | 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).