public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v22 00/31] Optimize type traits performance
 2024-02-20  1:35 UTC  (8+ messages)
` [PATCH v23 00/33] "
  ` [PATCH v23 32/33] c++: Implement __is_invocable built-in trait

[PATCH] libstdc++: atomic: Add missing clear_padding in __atomic_float constructor
 2024-02-20  0:51 UTC  (15+ messages)
                  ` [PATCH] c-family, c++: Fix up handling of types which may have padding in __atomic_{compare_}exchange

[pushed] analyzer: fix -Wanalyzer-va-arg-type-mismatch false +ve on int types [PR111289]
 2024-02-19 23:12 UTC 

[pushed] analyzer, testsuite: add regression test [PR110520]
 2024-02-19 23:11 UTC 

[PATCH] rs6000: Update instruction counts due to combine changes [PR112103]
 2024-02-19 22:35 UTC 

[patch] OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,from}_device*}
 2024-02-19 21:36 UTC 

[Committed] analyzer: Fix maybe_undo_optimize_bit_field_compare vs non-scalar types [PR113983]
 2024-02-19 21:33 UTC 

Typo on GCC 14 porting_to page
 2024-02-19 20:45 UTC 

[PATCH RFA] build: drop target libs from LD_LIBRARY_PATH [PR105688]
 2024-02-19 20:08 UTC  (17+ messages)

[PATCH wwwdocs COMMITTED] gcc-14: Fix unintentional error in -Wimplicit-int example
 2024-02-19 20:00 UTC 

[PATCH] Fortran: fix passing array component to polymorphic argument [PR105658]
 2024-02-19 19:52 UTC  (6+ messages)

[PATCH] rs6000: Neuter option -mpower{8,9}-vector [PR109987]
 2024-02-19 18:45 UTC  (2+ messages)

[PATCH][_GLIBCXX_DEBUG] Fix std::__niter_base behavior
 2024-02-19 18:39 UTC  (11+ messages)

New Spanish PO file for 'cpplib' (version 14.1-b20240218)
 2024-02-19 17:52 UTC 

Contents of PO file 'cpplib-14.1-b20240218.es.po'
 2024-02-19 17:52 UTC 

Contents of PO file 'cpplib-14.1-b20240218.ro.po'
 2024-02-19 17:17 UTC 

New Romanian PO file for 'cpplib' (version 14.1-b20240218)
 2024-02-19 17:17 UTC 

[Patch] GCN: Add pre-initial support for gfx1100
 2024-02-19 17:05 UTC  (2+ messages)
` GCN: Restore lost '__gfx90a__' target CPU definition (was: [Patch] GCN: Add pre-initial support for gfx1100)

New French PO file for 'cpplib' (version 14.1-b20240218)
 2024-02-19 16:57 UTC 

Contents of PO file 'cpplib-14.1-b20240218.fr.po'
 2024-02-19 16:57 UTC 

New Ukrainian PO file for 'cpplib' (version 14.1-b20240218)
 2024-02-19 16:57 UTC 

Contents of PO file 'cpplib-14.1-b20240218.uk.po'
 2024-02-19 16:57 UTC 

New template for 'cpplib' made available
 2024-02-19 16:38 UTC 

New template for 'gcc' made available
 2024-02-19 16:37 UTC 

[committed] amdgcn: add -march=gfx1030 EXPERIMENTAL
 2024-02-19 16:35 UTC  (11+ messages)
` GCN RDNA2+ vs. GCC SLP vectorizer (was: [committed] amdgcn: add -march=gfx1030 EXPERIMENTAL)
    ` GCN RDNA2+ vs. GCC SLP vectorizer

[PATCH] IBM Z: Preserve exceptions in autovec-*-signaling-eq.c tests
 2024-02-19 16:22 UTC  (2+ messages)

[comitted] bitint: Fix testism where __seg_gs was being used for all targets
 2024-02-19 16:20 UTC  (3+ messages)

[PATCH] c++: compound-requirement partial substitution [PR113966]
 2024-02-19 16:15 UTC  (2+ messages)

Acoustic Instrument!
 2024-02-19 15:47 UTC 

Acoustic Instrument
 2024-02-19 15:47 UTC 

[PATCH] ipa: call destructors on lattices before freeing them (PR 113476)
 2024-02-19 15:04 UTC  (6+ messages)
        ` [PATCH] ipa: Convert lattices from pure array to vector "

veclower: improve selection of vector mode when lowering [PR 112787]
 2024-02-19 14:40 UTC  (6+ messages)

[PATCH] libgcc: fix Win32 CV abnormal spurious wakeups in timed wait [PR113850]
 2024-02-19 13:55 UTC  (5+ messages)

[PATCH v3 0/8] Optimize more type traits
 2024-02-19 13:51 UTC  (23+ messages)
` [PATCH v7 01/22] c++: Implement __is_const built-in trait
  ` [PATCH v7 02/22] libstdc++: Optimize std::is_const compilation performance
  ` [PATCH v7 03/22] c++: Implement __is_volatile built-in trait
  ` [PATCH v7 04/22] libstdc++: Optimize std::is_volatile compilation performance
  ` [PATCH v7 05/22] c++: Implement __is_pointer built-in trait
  ` [PATCH v7 06/22] libstdc++: Optimize std::is_pointer compilation performance
  ` [PATCH v7 07/22] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v7 08/22] libstdc++: Optimize std::is_unbounded_array compilation performance
  ` [PATCH v7 09/22] c++: Implement __add_pointer built-in trait
  ` [PATCH v7 10/22] libstdc++: Optimize std::add_pointer compilation performance
  ` [PATCH v7 11/22] c++: Implement __remove_extent built-in trait
  ` [PATCH v7 12/22] libstdc++: Optimize std::remove_extent compilation performance
  ` [PATCH v7 13/22] c++: Implement __remove_all_extents built-in trait
  ` [PATCH v7 14/22] libstdc++: Optimize std::remove_all_extents compilation performance
  ` [PATCH v7 15/22] c++: Implement __add_lvalue_reference built-in trait
  ` [PATCH v7 16/22] libstdc++: Optimize std::add_lvalue_reference compilation performance
  ` [PATCH v7 17/22] c++: Implement __add_rvalue_reference built-in trait
  ` [PATCH v7 18/22] libstdc++: Optimize std::add_rvalue_reference compilation performance
  ` [PATCH v7 19/22] c++: Implement __decay built-in trait
  ` [PATCH v7 20/22] libstdc++: Optimize std::decay compilation performance
  ` [PATCH v7 21/22] c++: Implement __rank built-in trait
  ` [PATCH v7 22/22] libstdc++: Optimize std::rank compilation performance

[PATCH] rtl-optimization/54052 - RTL SSA PHI insertion compile-time hog
 2024-02-19 13:41 UTC  (6+ messages)

[PATCH]AArch64: xfail modes_1.f90 [PR107071]
 2024-02-19 13:16 UTC  (5+ messages)

[PATCH v1] Internal-fn: Add new internal function SAT_ADDU
 2024-02-19 13:04 UTC  (8+ messages)

[Patch] libgomp: Device load_image - minor num-funcs/vars check improvement
 2024-02-19 12:45 UTC 

[PATCH 0/4] v2 of Option handling: add documentation URLs
 2024-02-19 11:38 UTC  (6+ messages)
` [PATCH 0/4] v3 of: "
    ` CI for "Option handling: add documentation URLs"

[committed] d: Add UTF BOM tests to gdc.dg testsuite
 2024-02-19 10:59 UTC 

[PATCH V3 2/2] rs6000: Load store fusion for rs6000 target using common infrastructure
 2024-02-19 10:54 UTC 

[PATCH] rtl-optimization/54052 - RTL SSA PHI insertion compile-time hog
 2024-02-19 10:47 UTC 

[PATCH] arm: Fixed C23 call compatibility with arm-none-eabi
 2024-02-19 10:20 UTC  (2+ messages)

[PATCH] testsuite, arm: Fix testcase arm/pr112337.c to check for the options first
 2024-02-19 10:11 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] aarch64, acle header: Cast uint64_t pointers to DIMode
 2024-02-19  9:48 UTC  (5+ messages)

[PATCH] Do not emulate vectors containing floats
 2024-02-19  9:24 UTC 

[PATCH] libstdc++, Darwin: Handle a linker warning [PR112397]
 2024-02-19  8:57 UTC  (2+ messages)

[PATCH] match.pd: Fix ICE on BIT_INSERT_EXPR of BIT_FIELD_REF folding [PR113967]
 2024-02-19  8:28 UTC  (2+ messages)

[PATCH v2] RISC-V: Suppress the vsetvl fusion for conflict successors
 2024-02-19  8:11 UTC  (3+ messages)

[PATCH] Fix testcase for platform without gnu/stubs-x32.h
 2024-02-19  4:49 UTC 

[PATCH V4 0/5] RISC-V: Associate typed insns to dfa reservation
 2024-02-19  2:17 UTC  (3+ messages)
` [PATCH V4 4/5] RISC-V: Quick and simple fixes to testcases that break due to reordering

Valve Sale
 2024-02-19  0:59 UTC 

[PATCH] m68k: restore bootstrap
 2024-02-18 23:36 UTC  (3+ messages)

[r14-9028 Regression] FAIL: 26_numerics/random/pr60037-neg.cc -std=gnu++17 (test for errors, line 3350) on Linux/x86_64
 2024-02-18 17:18 UTC 

[r14-8998 Regression] FAIL: 26_numerics/random/pr60037-neg.cc -std=gnu++17 (test for excess errors) on Linux/x86_64
 2024-02-18 17:18 UTC 

[r14-8925 Regression] FAIL: gcc.dg/torture/pr56689.c -O3 -g (test for excess errors) on Linux/x86_64
 2024-02-18 17:18 UTC 

[PATCH] x86-64: Check R_X86_64_CODE_6_GOTTPOFF support
 2024-02-18 16:02 UTC 

[patch,avr,applied] Minor improvements to option and attribute documentation
 2024-02-18 12:00 UTC 

[PATCH] RISC-V: Allow LICM hoist POLY_INT configuration code sequence
 2024-02-18  2:49 UTC  (5+ messages)
  `  "

[PATCH] x86-64: Generate push2/pop2 only if the incoming stack is 16-byte aligned
 2024-02-18  2:21 UTC  (2+ messages)

[PATCH 1/2] LoongArch: Fix wrong return value type of __iocsrrd_h
 2024-02-18  1:33 UTC  (4+ messages)
` [PATCH 2/2] LoongArch: Remove redundant symbol type conversions in larchintrin.h
  `  "
` Re:[pushed] [PATCH 1/2] LoongArch: Fix wrong return value type of __iocsrrd_h

New Chinese (simplified) PO file for 'gcc' (version 13.2.0)
 2024-02-18  0:02 UTC 

Contents of PO file 'gcc-13.2.0.zh_CN.po'
 2024-02-18  0:02 UTC 

[committed] d: Merge dmd, druntime 9471b25db9, phobos 547886846
 2024-02-17 21:47 UTC 

[PATCH wwwdocs] gcc-14: Add code examples for -Wreturn-mismatch
 2024-02-17 21:33 UTC  (2+ messages)

[PATCH wwwdocs] gcc-14: Some very common historic Autoconf probes that no longer work
 2024-02-17 21:33 UTC  (2+ messages)

[PATCH v2] testsuite: Mark non-optimized variants as expensive
 2024-02-17 20:20 UTC  (2+ messages)

[PATCH] testsuite: Disable slow and unneeded test variants
 2024-02-17 20:02 UTC  (4+ messages)

[PATCH wwwdocs] CSS: Color markup for <ins>/<del>
 2024-02-17 19:32 UTC  (2+ messages)

[PATCH] libgccjit: Add gcc_jit_global_set_readonly
 2024-02-17 16:56 UTC  (4+ messages)

[PATCH] libgccjit: Fix float playback for cross-compilation
 2024-02-17 16:56 UTC  (4+ messages)

[PATCH] libgccjit: Allow sending a const pointer as argument
 2024-02-17 16:55 UTC  (3+ messages)

[PATCH] libgccjit: Add vector permutation and vector access operations
 2024-02-17 16:54 UTC  (5+ messages)

[PATCH] libgccjit: Add type checks in gcc_jit_block_add_assignment_op
 2024-02-17 16:54 UTC  (4+ messages)

[PATCH] fortran: gfc_trans_subcomponent_assign fixes [PR113503]
 2024-02-17 15:49 UTC  (4+ messages)

[patch, libgfortran] Bug 105473 - semicolon allowed when list-directed read integer with decimal='point'
 2024-02-17 10:24 UTC  (2+ messages)

[patch, libgfortran] PR107068 Run-time error when reading logical arrays with a namelist
 2024-02-17 10:24 UTC  (2+ messages)

[PATCH] c++: wrong looser excep spec for dep noexcept [PR113158]
 2024-02-17 10:07 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

Motor Sell
 2024-02-17  2:14 UTC 

[PATCH] Turn on LRA on all targets
 2024-02-17  0:38 UTC  (11+ messages)

[PATCH] Fortran: deferred length of character variables shall not get lost [PR113911]
 2024-02-17  0:32 UTC  (2+ messages)

ping: [PATCH] diagnostics: Fix behavior of permerror options after diagnostic pop [PR111918]
 2024-02-17  0:02 UTC  (2+ messages)

[PATCH] RISC-V: Adjust vec unit-stride load/store costs
 2024-02-16 23:36 UTC  (2+ messages)

[RFA/RFC] C++/OpenMP: Supporting (first)private for member variables [PR110347] - or VALUE_EXPR and gimplify
 2024-02-16 23:35 UTC  (4+ messages)
    ` [Patch] OpenMP/C++: Fix (first)private clause with member variables [PR110347] [was: [RFA/RFC] C++/OpenMP: Supporting (first)private for member variables [PR110347] - or VALUE_EXPR and gimplify]

[PATCH] c++: Fix up parameter pack diagnostics on xobj vs. varargs functions [PR113802]
 2024-02-16 22:15 UTC  (5+ messages)

[COMMITTED] c++: Add testcase for this PR [PR97990]
 2024-02-16 21:57 UTC  (3+ messages)

[PATCH v6 0/5]New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2024-02-16 21:39 UTC  (7+ messages)
` [PATCH v6 1/5] Provide counted_by attribute to flexible array member field (PR108896)
` [PATCH v6 2/5] Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE
` [PATCH v6 3/5] Use the .ACCESS_WITH_SIZE in builtin object size
` [PATCH v6 4/5] Use the .ACCESS_WITH_SIZE in bound sanitizer
` [PATCH v6 5/5] Add the 6th argument to .ACCESS_WITH_SIZE

[PATCH] Notes on the warnings-as-errors change in GCC 14
 2024-02-16 21:23 UTC  (4+ messages)

[PATCH] dwarf2out: Emit DW_AT_export_symbols on anon unions/structs [PR113918]
 2024-02-16 21:06 UTC  (6+ messages)
    ` [PATCH] dwarf2out, v2: "
        ` [PATCH] dwarf2out, v3: "

[PATCH] c++: wrong looser exception spec with deleted fn
 2024-02-16 20:48 UTC  (2+ messages)

[committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931]
 2024-02-16 19:12 UTC  (2+ messages)
` [committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961]

[PATCH] testsuite: Fix up lra effective target
 2024-02-16 18:48 UTC  (3+ messages)

[PATCH] testsuite: Add support for scanning assembly with comparitor
 2024-02-16 18:19 UTC  (3+ messages)
  ` [Committed] "

[pushed] c++: add fixed testcase [PR111682]
 2024-02-16 17:45 UTC 

[PATCH v5 0/4] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2024-02-16 17:23 UTC  (2+ messages)

[PATCH] c++: implicit move with throw [PR113853]
 2024-02-16 17:03 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] libiberty: Fix error return value in pex_unix_exec_child [PR113957]
 2024-02-16 15:49 UTC  (2+ messages)

[RFA/RFC] C++/OpenMP: Supporting (first)private for member variables [PR110347] - or VALUE_EXPR and gimplify
 2024-02-16 15:40 UTC 

[PATCH] c++: Diagnose this specifier on template parameters [PR113929]
 2024-02-16 15:15 UTC  (2+ 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).