public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[wwwdocs] Document zero width bit-field passing ABI changes in gcc-12/changes.html [PR104796]
 2022-03-30 12:13 UTC  (5+ messages)

[PATCH] gcov-tool: Allow merging of empty profile lists
 2022-03-30 11:56 UTC  (8+ messages)

[PATCH][nvptx, doc] Update misa and mptx, add march and march-map
 2022-03-30 11:45 UTC  (7+ messages)

[PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]
 2022-03-30 10:37 UTC  (2+ messages)

[GCC 9 backport] cplxlower: Avoid a transform when looking at a default definition
 2022-03-30 10:04 UTC  (2+ messages)

[PATCH] ubsan: Fix ICE due to -fsanitize=object-size [PR105093]
 2022-03-30  8:45 UTC  (2+ messages)

[PATCH] store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [PR105094]
 2022-03-30  8:09 UTC  (2+ messages)

[PATCH] Allow (void *) 0xdeadbeef accesses without warnings [PR99578]
 2022-03-30  8:04 UTC  (2+ messages)

[committed] openmp: Ensure DECL_CONTEXT of OpenMP iterators in templates [PR105092]
 2022-03-30  7:48 UTC 

[PATCH] c++: call complete_type after performing auto deduction [PR80351]
 2022-03-30  3:56 UTC  (4+ messages)

[PATCH, V2] Optimize vec_splats of constant vec_extract for V2DI/V2DF, PR target 99293
 2022-03-30  3:25 UTC 

[PATCH] c-family: ICE with -Wconversion and A ?: B [PR101030]
 2022-03-30  2:23 UTC  (4+ messages)

[PATCH] c++: ICE with aggregate assignment and DMI [PR104583]
 2022-03-30  2:19 UTC  (2+ messages)

New Croatian PO file for 'gcc' (version 12.1-b20220213)
 2022-03-30  1:27 UTC 

New Croatian PO file for 'gcc' (version 12.1-b20220213)
 2022-03-30  1:17 UTC 

[wwwdocs] [PATCH 0/4] Fix various typos
 2022-03-29 22:48 UTC  (2+ messages)

[committed] analyzer: skip constant pool in -fdump-analyzer-untracked [PR testsuite/105085]
 2022-03-29 21:54 UTC 

[PATCH] PR fortran/104210 - [11/12 Regression] ICE in gfc_zero_size_array, at fortran/arith.cc:1685
 2022-03-29 21:41 UTC 

[PATCH] c++/96765: warn when casting "this" to Derived* in Base ctor/dtor
 2022-03-29 21:00 UTC  (6+ messages)
  ` [PATCH v2] c++/96765: warn when casting Base* "
      ` [PATCH v3] c++: warn on undefined casts from Base to Derived ref/ptr [PR96765]

[PATCH] c++: Fox template-introduction tentative parsing in class bodies clear colon_corrects_to_scope_p [PR105061]
 2022-03-29 20:55 UTC  (2+ messages)

[PATCH] c++: ICE with failed __is_constructible constraint [PR100474]
 2022-03-29 20:53 UTC  (2+ messages)

[PATCH, committed] PR fortran/104571 - ICE in resolve_elemental_actual, at fortran/resolve.cc:2383
 2022-03-29 20:18 UTC 

[PATCH 0/3] rs6000: Move g++.dg powerpc tests to g++.target
 2022-03-29 20:16 UTC  (11+ messages)
` [PATCH 2/3] rs6000: Move g++.dg powerpc PR "
      ` [PING PATCH "
        ` [PING^2 "
` [PATCH 3/3] rs6000: Move more g++.dg powerpc "
  ` [PING PATCH "
    ` [PING^2 "

[PATCH] Pass PKG_CONFIG_PATH down from top-level Makefile
 2022-03-29 20:04 UTC  (2+ messages)

options: Fix 'enabledby_negargs' typo in 'LangEnabledBy' option property diagnostics (was: r193303 - in /trunk/gcc: ChangeLog opt-function...)
 2022-03-29 19:37 UTC  (3+ messages)
` options: Improve "

[committed] testsuite: Disable tests for C++23 that depend on std::unexpected
 2022-03-29 19:34 UTC 

[PATCH] PR fortran/50549 - should detect different type parameters in structure constructors
 2022-03-29 18:48 UTC  (7+ messages)

[PATCH] c++: Add new warning options for C++ language mismatches
 2022-03-29 18:13 UTC  (8+ messages)
        ` options, '-Wc++[...]-extensions': Remove undefined one-argument 'LangEnabledBy' option properties (was: [PATCH] c++: Add new warning options for C++ language mismatches)

[PATCH 0/2] provide simple detection of indeterminate pointers
 2022-03-29 18:00 UTC  (11+ messages)
` [PATCH 1/2] add -Wuse-after-free
      ` [PATCH v2 "
            ` Remove mysterious '-# Defining these options here in addition to common.opt is necessary' command-line option (was: [PATCH v2 1/2] add -Wuse-after-free)
            ` options: Remove 'gcc/c-family/c.opt:Wuse-after-free' option definition record "

committed: remove redundant -Wall from -Warray-bounds (PR 82063)
 2022-03-29 18:00 UTC  (3+ messages)
` options: Remove 'gcc/c-family/c.opt:Warray-bounds' option definition record (was: committed: remove redundant -Wall from -Warray-bounds (PR 82063))

[committed] c-family: Add -Wmisleading-indentation testcase [PR71637]
 2022-03-29 17:46 UTC 

[PATCH 0/4] Optimize vec_splats of vec_extract, PR target/99293
 2022-03-29 17:26 UTC  (12+ messages)
` [PATCH 1/4] Optimize vec_splats of constant vec_extract for V2DI/V2DF, PR target 99293
` [PATCH 2/4] Make vsx_splat_<mode>_reg use correct insn attributes, PR target/99293
` [PATCH 3/4] Make vsx_extract_<mode> use correct insn attributes, PR target 99293
` [PATCH 4/4] Allow vsx_extract_<mode> to use Altivec registers, PR target/99293

[PATCH 1/2] arm: correctly handle zero-sized bit-fields in AAPCS [PR102024]
 2022-03-29 16:46 UTC  (5+ messages)
` [PATCH 2/2] aarch64: correctly handle zero-sized bit-fields in AAPCS64 [PR102024]

[PATCH] gimple: Wrong -Wimplicit-fallthrough with if(1) [PR103597]
 2022-03-29 16:39 UTC  (2+ messages)

[committed] arm: temporarily disable 'local' pcs selection (PR96882)
 2022-03-29 16:04 UTC 

[committed][nvptx] Add __PTX_ISA_VERSION_{MAJOR,MINOR}__
 2022-03-29 14:17 UTC 

[PATCH] postscan_insn hook not called after input_asm
 2022-03-29 14:10 UTC 

[PATCH] libgcc, riscv: Add restore libcalls to be used by tail calling functions
 2022-03-29 14:08 UTC 

[PATCH, OpenMP 5.0] More implementation of the requires directive
 2022-03-29 13:42 UTC  (2+ messages)

[PATCH] testsuite: Allow setting gpp_std_list in configuration files
 2022-03-29 12:55 UTC  (2+ messages)

[committed][nvptx] Update help text for m64
 2022-03-29 12:36 UTC 

[committed][nvptx] Add march-map
 2022-03-29 12:03 UTC 

[committed][nvptx] Add march alias for misa
 2022-03-29 10:58 UTC 

[committed] libstdc++: Workaround for missing 'using enum' in Clang 12
 2022-03-29  9:11 UTC 

[committed] libstdc++: Fix incorrect preprocessor conditions in <version>
 2022-03-29  9:11 UTC 

[PATCH] combine: Don't record for UNDO_MODE pointers into regno_reg_rtx array [PR104985]
 2022-03-29  7:52 UTC 

analyzer/strndup-1.c: skip on *-*-vxworks*
 2022-03-29  7:13 UTC  (2+ messages)

gcc.dg/weak/typeof-2: arm may use constant pool
 2022-03-29  7:12 UTC  (2+ messages)

[PATCH] testsuite: fixup pr97521.c and pr96713.c on i686-*
 2022-03-29  7:09 UTC  (3+ messages)

[PATCH] testsuite: Check fpic support in pr103275.c
 2022-03-29  7:08 UTC  (3+ messages)

[PATCH][RFC] tree-optimization/101908 - avoid STLF fails when vectorizing
 2022-03-29  6:21 UTC  (5+ messages)

[committed] analyzer: ensure that we purge state when reusing a conjured_svalue [PR105087]
 2022-03-29  0:44 UTC 

[committed] analyzer: fix ICE with incorrect lookup of cgraph node [PR105074]
 2022-03-29  0:43 UTC 

New Croatian PO file for 'gcc' (version 12.1-b20220213)
 2022-03-28 23:32 UTC 

[COMMITTED] ctfout: use ctfc_get_num_ctf_vars instead
 2022-03-28 21:10 UTC 

[PATCH] c++: reject concept w/ multiple tparm lists [PR105067]
 2022-03-28 17:31 UTC  (2+ messages)

[PATCH] c++: ICE during constrained template friend matching [PR105064]
 2022-03-28 17:31 UTC  (2+ messages)

[committed][nvptx] Improve help description of misa and mptx
 2022-03-28 16:40 UTC 

[PATCH] x86: Also use Yw in *ssse3_pshufbv8qi3 clobber
 2022-03-28 16:37 UTC 

[aarch64] Implement determine_suggested_unroll_factor
 2022-03-28 14:59 UTC  (4+ messages)

[pushed] c++: hash table ICE with variadic alias [PR105003]
 2022-03-28 14:56 UTC 

[PATCH] Add condition coverage profiling
 2022-03-28 14:40 UTC  (6+ messages)

New Swedish PO file for 'gcc' (version 12.1-b20220213)
 2022-03-28 14:32 UTC 

[PATCH] x86: Use Yw constraint on *ssse3_pshufbv8qi3
 2022-03-28 13:38 UTC  (3+ messages)

[PATCH] tree-optimization/105080 - make sure SCEV is available for ranger
 2022-03-28 13:38 UTC  (5+ messages)

[pushed] c++: low -faligned-new [PR102071]
 2022-03-28 13:35 UTC 

[pushed] c++: visibility of local extern [PR103291]
 2022-03-28 13:34 UTC 

[pushed] c++: CTAD and member alias template [PR102123]
 2022-03-28 13:34 UTC 

[pushed] c++: member alias declaration [PR103968]
 2022-03-28 13:33 UTC 

[pushed] c++: CTAD and member function references [PR103943]
 2022-03-28 13:33 UTC 

[pushed] c++: missing aggregate base ctor [PR102045]
 2022-03-28 13:33 UTC 

[pushed] c++: mangling union{1} in template [PR104847]
 2022-03-28 13:32 UTC 

[pushed] c++: ICE with alias in pack expansion [PR103769]
 2022-03-28 13:30 UTC 

[PING^2] AArch64: add R30_REGNUM into shrink-wrapping separate
 2022-03-28 13:10 UTC 

[PATCH v10 00/12] Add LoongArch support
 2022-03-28 12:59 UTC  (2+ messages)

[PATCH] configure: Implement --enable-host-pie
 2022-03-28 12:26 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH][libgomp, testsuite] Fix hardcoded libexec in plugin/configfrag.ac
 2022-03-28 12:19 UTC  (6+ messages)

[committed] libstdc++: Fix typos in comments in tests
 2022-03-28 11:21 UTC 

[PATCH] gcc-changelog: Make This reverts stricter
 2022-03-28 10:43 UTC  (3+ messages)

[PATCH] tree-optimization/105070 - annotate bit cluster tests with locations
 2022-03-28  9:33 UTC 

[PATCH] target/102125 - alternative memcpy folding improvement
 2022-03-28  8:52 UTC 

Disable gathers on zen3 for vectors with few elements
 2022-03-28  8:41 UTC  (2+ messages)

[PATCH] gimple-fold: fix location of loads for memory ops [PR104308]
 2022-03-28  8:29 UTC  (2+ messages)

[PATCH] [i386] Fix typo in vec_setv8hi_0
 2022-03-28  8:09 UTC  (2+ messages)

[PATCH] add missing dg-require alias to gcc.dg/torture/pr100786.c
 2022-03-28  7:48 UTC 

[PATCH] predcom: Fix up component::component [PR105056]
 2022-03-28  7:47 UTC  (2+ messages)

[PATCH] [x86_64] Zhaoxin lujiazui enablement
 2022-03-28  7:25 UTC  (3+ messages)

[PATCH RFC] Fix ICE due to shared BLOCK node in coroutine generation [PR103328]
 2022-03-28  6:57 UTC  (3+ messages)

[PATCH] middle-end/100786 - constant folding from incompatible alias
 2022-03-28  6:34 UTC  (2+ messages)

try multi dest registers in default_zero_call_used_regs
 2022-03-27 22:21 UTC 

[committed] libstdc++: Define std::expected for C++23 (P0323R12)
 2022-03-27 17:58 UTC 

[PATCH] rs6000: Support UN[GL][ET] in rs6000_maybe_emit_maxc_minc [PR105002]
 2022-03-27 15:02 UTC  (2+ messages)

[PATCH] Ignore (possible) signed zeros in operands of FP comparisons
 2022-03-26 18:52 UTC  (9+ messages)

[PATCH] fortran: Fix up initializers of param(0) PARAMETERs [PR103691]
 2022-03-26 17:13 UTC  (6+ messages)

[committed] analyzer: fix ICE on memset of untracked region [PR105057]
 2022-03-26 13:08 UTC 

[PATCH] PR102024 - IBM Z: Add psabi diagnostics
 2022-03-26  9:48 UTC  (2+ messages)

[PATCH] x86: Use x constraint on KL patterns
 2022-03-26  6:51 UTC  (7+ messages)

[PATCH] x86: Use x constraint on SSSE3 patterns with MMX operands
 2022-03-26  6:42 UTC  (2+ messages)

[PATCH, stage 1] Fortran: Add support for OMP non-rectangular loops
 2022-03-26  2:03 UTC 

[PATCH] Fortran: Add location info to OpenMP tree nodes
 2022-03-26  2:03 UTC 

[PATCH] Fortran: Fix clause splitting for OMP masked taskloop directive
 2022-03-26  2:02 UTC 

rs6000/testsuite: Use -mdejagnu-cpu= and -mdejagnu-tune= options
 2022-03-25 23:50 UTC  (4+ messages)

[committed] wwwdocs: Add release notes for new C2X features in GCC 12
 2022-03-25 23:13 UTC 

[PATCH] c++: Fix up ICE when cplus_decl_attributes is called with error_mark_node attributes [PR104668]
 2022-03-25 18:55 UTC  (3+ messages)

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