public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Contents of PO file 'gcc-11.1-b20210207.de.po'
 2021-02-26  0:32 UTC 

New German PO file for 'gcc' (version 11.1-b20210207)
 2021-02-26  0:32 UTC 

[RFC][patch for gcc12][version 1] add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-02-25 23:56 UTC  (4+ messages)

[RFC] ldist: Recognize rawmemchr loop patterns
 2021-02-25 23:49 UTC  (5+ messages)

[PATCH] avoid -Warray-bounds checks for vtable assignments (PR 98266)
 2021-02-25 23:47 UTC  (14+ messages)
            ` PING "

[PATCH] c++: ICE with deduction guide in checking type-dep [PR99009, PR97034]
 2021-02-25 22:41 UTC  (4+ messages)

[PATCH] c++: abbreviated function template return type rewriting [PR98990]
 2021-02-25 22:28 UTC  (3+ messages)

[PATCH] c++: const_cast of null pointer in constant expr [PR99176]
 2021-02-25 21:24 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: Implement P1102R2 - Down with ()!
 2021-02-25 21:22 UTC  (2+ messages)

[PATCH, V2] Add conversions between _Float128 and Decimal
 2021-02-25 21:14 UTC  (8+ messages)

[PATCH] c++: Fix operator() lookup in lambdas [PR95451]
 2021-02-25 21:13 UTC  (2+ messages)

[PATCH] c++: Fix pretty printing of context of local class [PR99213]
 2021-02-25 19:36 UTC  (5+ messages)
` [PATCH] c++: Fix call to push_tinst_level during satisfaction [PR99214]

[PATCH] arm: force use of r4 for __gnu_cmse_nonsecure_call when !FPCXT [PR99271]
 2021-02-25 17:24 UTC 

[PATCH 1/4] libstdc++: More efficient date from days
 2021-02-25 16:57 UTC  (7+ messages)

c++: Rename new -flang-note-module-read option [PR 99166]
 2021-02-25 16:57 UTC 

[PATCH] openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]
 2021-02-25 16:38 UTC  (10+ messages)
  ` [WIP] "

Committed, pr95690.f90: move error line for CRIS
 2021-02-25 16:35 UTC 

c++tools: Make NETWORKING define check consistent [PR 98318]
 2021-02-25 16:32 UTC 

[PATCH,rs6000] [v2] Optimize pcrel access of globals
 2021-02-25 16:28 UTC  (6+ messages)

[committed] [PR99233] testsuite: Run test pr96264.c only for little endian target
 2021-02-25 16:27 UTC 

[PATCH][committed]middle-end slp: Don't traverse tree on (nil) nodes
 2021-02-25 16:23 UTC 

[PATCH] coroutines : Remove throwing_cleanup marks from the ramp [PR95822]
 2021-02-25 16:19 UTC  (2+ messages)

[PATCH] clear more front end VLA bounds from IL (PR 97172)
 2021-02-25 16:15 UTC  (4+ messages)

[PATCH] c++: Fix CTAD from single-element initializer list [PR99103]
 2021-02-25 16:02 UTC  (2+ messages)

[committed] libstdc++: Document library versioning for GCC 11
 2021-02-25 15:36 UTC 

[committed] libstdc++: Do not assume std::FILE is complete [PR 99270]
 2021-02-25 15:36 UTC 

[PATCH 0/7] [og10] openacc: Arrays/derived types/character type backports
 2021-02-25 15:30 UTC  (6+ messages)
` [PATCH 1/7] [og10] openacc: Dereference BT_CLASS data pointers but not BT_DERIVED pointers
` [PATCH 2/7] [og10] openacc: Use class_pointer instead of pointer attribute for class types
` [PATCH 3/7] [og10] openacc: Character types and mixed arrays/derived type tests
` [PATCH 4/7] [og10] Fortran: OpenMP/OpenACC diagnose substring rejections better
` [OG10] backport an additional commit – was: [PATCH 0/7] [og10] openacc: Arrays/derived types/character type backports

[PATCH] coroutines : Call promise CTOR with parm copies [PR97587]
 2021-02-25 13:41 UTC  (2+ messages)

c++: Fix typo in module-mapper [PR 98318]
 2021-02-25 13:00 UTC 

[PATCH] First do add_noreturn_fake_exit_edges in connect_infinite_loops_to_exit
 2021-02-25 12:59 UTC 

[wwwdocs] Document new libstdc++ features
 2021-02-25 12:55 UTC 

[committed] libstdc++: Add std::to_underlying for C++23
 2021-02-25 11:54 UTC 

Fortran: Create CLASS(*) early to avoid ICE [PR99254]
 2021-02-25 11:16 UTC 

[PATCH] tree-optimization/99253 - fix reduction path check
 2021-02-25  9:28 UTC 

[PATCH] match.pd: Use single_use for (T)(A) + CST -> (T)(A + CST) [PR95798]
 2021-02-25  9:13 UTC  (5+ messages)

[PATCH] match.pd, expand: Fold VCE from integer with [0, 1] range to bool into NOP_EXPR [PR80635]
 2021-02-25  9:11 UTC  (8+ messages)
      ` [PATCH] vrp: Handle VCE in vrp_simplify_cond_using_ranges [PR80635]

[PATCH] Make the PR99220 fix more robust
 2021-02-25  8:41 UTC 

[PATCH] rs6000: Convert the vector element register to SImode [PR98914]
 2021-02-25  6:33 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] gcc.misc-tests/outputs.exp: assert unique test-names
 2021-02-25  5:17 UTC 

[PATCH] outputs.exp: skip @file -save-temps if target has -L or -I
 2021-02-25  5:11 UTC 

[PATCH] c++: Private parent access check for using decls [PR19377]
 2021-02-25  3:37 UTC  (15+ messages)

[PATCH] avoid -Wnonull for dynamic_cast (PR 99251)
 2021-02-25  3:13 UTC  (2+ messages)

[PATCH v3 0/6] RISC-V big endian support
 2021-02-25  2:46 UTC  (8+ messages)
` [PATCH v3 1/6] RISC-V: Support -mlittle-endian and -mbig-endian
` [PATCH v3 2/6] RISC-V: Add riscv{32,64}be with big endian as default
` [PATCH v3 3/6] RISC-V: Update soft-fp config for big-endian
` [PATCH v3 4/6] RISC-V: Fix trampoline generation on big endian
` [PATCH v3 5/6] RISC-V: Update shift-shift-5.c testcase for "
` [PATCH v3 6/6] RISC-V: Fix matches against subreg with a bytenum of 0 in riscv.md

[committed] analyzer: fix false positive on realloc [PR99193]
 2021-02-25  0:58 UTC 

[PATCH RFA] cgraph: flatten and same_body aliases [PR96078]
 2021-02-25  0:08 UTC  (3+ messages)

[committed] libstdc++: Define std::to_chars overloads for __ieee128 [PR 98389]
 2021-02-24 22:34 UTC  (3+ messages)

[PATCH] libstdc++: Fix __floating_to_chars_precision for __float128
 2021-02-24 22:22 UTC  (2+ messages)

[PATCH 5/7] [og10] Fortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simplify_contiguous
 2021-02-24 21:58 UTC  (3+ messages)
` [PATCH 6/7] [og10] openacc: Fix lowering for derived-type mappings through array elements
` [PATCH 7/7] [og10] openacc: Strided array sections and components of derived-type arrays

c++: Macro location fixes [PR 98718]
 2021-02-24 20:45 UTC 

[PATCH] Darwin, testsuite : Prune 'object file not found for object'
 2021-02-24 20:14 UTC 

[pushed] testsuite, coroutines : Make final_suspend calls noexcept
 2021-02-24 19:26 UTC 

[PATCH v2 0/5] RISC-V big endian support
 2021-02-24 19:23 UTC  (7+ messages)

[committed] openmp: Diagnose invalid teams nested in target construct [PR99226]
 2021-02-24 19:17 UTC 

[committed] libgcc: Avoid signed negation overflow in __powi?f2 [PR99236]
 2021-02-24 19:10 UTC 

[committed] [PR99123] inline-asm: Don't use decompose_mem_address to find used hard regs
 2021-02-24 19:01 UTC 

[PATCH 4/4] libstdc++: More efficient last day of month
 2021-02-24 18:54 UTC  (3+ messages)

[PATCH] libstdc++: Update baseline symbols for {aarch64,ia64,m68k,riscv64}-linux
 2021-02-24 17:54 UTC  (2+ messages)

Committed: cris: support -fstack-usage
 2021-02-24 17:40 UTC 

[PATCH 1/2] libstdc++: Robustify long double std::to_chars testcase [PR98384]
 2021-02-24 17:08 UTC  (5+ messages)

c++: modules & -fpreprocessed [PR 99072]
 2021-02-24 16:59 UTC 

[committed] libstdc++: Fix failing tests due to 'u' identifier in kernel header
 2021-02-24 16:38 UTC 

[Patch, fortran] PR99125 - [9/10/11 Regression] ICE: gimplification failed (gimplify.c:15068)
 2021-02-24 16:28 UTC  (2+ messages)

arm: Fix CMSE support detection in libgcc (PR target/99157)
 2021-02-24 15:41 UTC  (3+ messages)

[PATCH]middle-end slp: fix accidental resource re-use of slp_tree (PR99220)
 2021-02-24 15:12 UTC  (4+ messages)

[PATCH][comitted] Testsuite: Disable PR99149 test on big-endian
 2021-02-24 14:55 UTC 

[PATCH] slp: fix sharing of SLP only patterns. (PR99149)
 2021-02-24 14:20 UTC  (5+ messages)
` [PATCH v2] middle-end slp: fix sharing of SLP only patterns

[PATCH] fold-const: Fix up ((1 << x) & y) != 0 folding for vectors [PR99225]
 2021-02-24 10:50 UTC  (2+ messages)

[patch] Revert: "Don't build insn-extract.o with rtl checking"
 2021-02-24  9:42 UTC 

[PATCH] c/99224 - avoid ICEing on invalid __builtin_next_arg
 2021-02-24  9:25 UTC 

add rv64im{,c,fc} multilibs
 2021-02-24  9:10 UTC  (5+ messages)

PR 96391? Can we fix it for gcc11?
 2021-02-24  7:35 UTC  (6+ messages)

[PATCH] rs6000: Fix MMA API - Add support for compatibility built-ins
 2021-02-23 23:18 UTC  (8+ messages)

[PATCH, rs6000] Rename variable for clarity
 2021-02-23 23:01 UTC  (2+ messages)

[PATCH] doc: c: c++: Document the C/C++ extended asm empty input constraints
 2021-02-23 22:24 UTC  (4+ messages)

[PATCH] [libstdc++] Refactor/cleanup of atomic wait implementation
 2021-02-23 21:57 UTC  (2+ messages)

[PATCH] PR libfortran/99218 - [8/9/10/11 Regression] matmul on temporary array accesses invalid memory
 2021-02-23 21:46 UTC 

[PATCH] handle bad __dynamic_cast more gracefully (PR 99074)
 2021-02-23 21:19 UTC  (5+ messages)

[PATCH, constexpr, coroutines ] Generic lambda coroutines cannot be constexpr [PR96251]
 2021-02-23 20:49 UTC  (4+ messages)

[Patch, fortran] PR99124 - [9/10/11 Regression] ICE in gfc_get_class_from_expr, at fortran/trans-expr.c:541
 2021-02-23 18:06 UTC  (4+ messages)

[PATCH, 0 of 3], Fix PowerPC test suite for IEEE 128-bit long double
 2021-02-23 16:56 UTC  (4+ messages)
` [PATCH 1/3] Add long double target-supports on PowerPC
` [PATCH 2/3] Force long double to be IBM 128-bit on PowerPC test, PR target/70117
` [PATCH 3/3] Force IBM long double for conversion test on PowerPC

[PATCH 0/3] PowerPC: Fix up tests for IEEE 128-bit long double
 2021-02-23 16:48 UTC  (4+ messages)
` [PATCH 1/3] PowerPC: Add long double target-supports

c++: typedef for linkage [PR 99208]
 2021-02-23 15:17 UTC 

[PATCH] IPA ICF + ASAN: do not merge vars with different alignment
 2021-02-23 15:05 UTC  (7+ messages)

[PATCH 3/4] libstdc++: More efficient is_leap
 2021-02-23 13:25 UTC 

[PATCH 2/4] libstdc++: More efficient days from date
 2021-02-23 13:24 UTC 

[PATCH v3 2/2] ada: add 128bit operation to MIPS N32 and N64
 2021-02-23 11:21 UTC  (2+ messages)

[PATCH][pushed] Fix UBSAN in __ubsan::Value::getSIntValue
 2021-02-23 10:15 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).