gcc-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
libc++v3 <type_traits> : std::is_scoped_enum. Simpler and faster.
Bingzhi
[COMMITTED] a68: avoid conditional expression in sppp.awk
Jose E. Marchesi
[committed] Copyright year updates & ChangeLog rotations
Jakub Jelinek
[PATCH] testsuite: Move analyzer/explode-2.c to c-c++-common [PR96395]
jayant
[PATCH] Add support for using picolibc
Keith Packard
Re: [PATCH] Add support for using picolibc
Andrew Pinski
[PATCH] Add support for using picolibc
Keith Packard
Re: [PATCH] Add support for using picolibc
Keith Packard
Re: [PATCH] Add support for using picolibc
Jeffrey Law
Re: [PATCH] Add support for using picolibc
Keith Packard
Re: [PATCH] Add support for using picolibc
Jeffrey Law
Re: [PATCH] Add support for using picolibc
Andrew Pinski
Re: [PATCH] Add support for using picolibc
Keith Packard
[PATCH 0/5] lto: Redo location streaming; support diagnostic pragmas
Lewis Hyatt
[PATCH 1/5] libcpp: Preparation for LTO linemap changes
Lewis Hyatt
[PATCH 5/5] lto: Support #pragma GCC diagnostic [PR80922] [PR106823] [PR107936]
Lewis Hyatt
[PATCH 2/5] lto: Overhaul approach to location streaming [PR65536]
Lewis Hyatt
[PATCH 3/5] diagnostics: Preparation for LTO diagnostic pragma support
Lewis Hyatt
[PATCH 4/5] testsuite: Add dg-lto-additional-options directive
Lewis Hyatt
Re: [PATCH 0/5] lto: Redo location streaming; support diagnostic pragmas
Richard Biener
[PATCH] a68: Add exit function to POSIX prelude
Pietro Monteiro
Re: [PATCH] a68: Add exit function to POSIX prelude
Jose E. Marchesi
[PATCH] aarch64: Define INCLUDE_ALGORITHM for std::max in sve-builtins-shape.
Iain Sandoe
Re: [PATCH] aarch64: Define INCLUDE_ALGORITHM for std::max in sve-builtins-shape.
Andrew Pinski
[COMMITTED] a68: fix portability problems in sppp.awk
Jose E. Marchesi
Re: [AArch64] Enable generation of FRINTNZ instructions
Andrew Pinski
Re: [PATCH] aarch64: testsuite: Disable branch protection for ACLE SVE2 asm tests
Andrew Pinski
Re: [PATCH] aarch64: Make assembler bug workaround configurable.
Andrew Pinski
[COMMITTED] a68: do not rely on DIM to count modes in an union mode
Jose E. Marchesi
[PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jerry D
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Thomas Koenig
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jerry D
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jerry D
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Thomas Koenig
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jerry D
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jakub Jelinek
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jerry D
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jakub Jelinek
Re: [PATCH] Fix PR119136 Printing result of function that prints itself hangs
Jerry D
[COMMITTED] a68: use a68_error specific tag in diagnostic message
Jose E. Marchesi
[PATCH] c++: Introduce gnu::constexpr_only attribute for constexpr fn definitions
Jakub Jelinek
Re: [PATCH] c++: Introduce gnu::constexpr_only attribute for constexpr fn definitions
Andrew Pinski
Re: [PATCH] c++: Introduce gnu::constexpr_only attribute for constexpr fn definitions
Florian Weimer
Re: [PATCH] c++: Introduce gnu::constexpr_only attribute for constexpr fn definitions
Jakub Jelinek
Re: [PATCH] c++: Introduce gnu::constexpr_only attribute for constexpr fn definitions
Jason Merrill
Re: [PATCH] c++: Introduce gnu::constexpr_only attribute for constexpr fn definitions
Jakub Jelinek
Re: [PATCH] c++: Introduce gnu::constexpr_only attribute for constexpr fn definitions
Jakub Jelinek
[PATCH] c++: Fix up is_late_template_attribute for [[maybe_unused]] [PR123277]
Jakub Jelinek
Re: [PATCH] c++: Fix up is_late_template_attribute for [[maybe_unused]] [PR123277]
Jason Merrill
[PATCH] [wwwdocs] Add news items about Algol 68 FE and FOSDEM schedule to the homepage
Pietro Monteiro
Re: [PATCH] [wwwdocs] Add news items about Algol 68 FE and FOSDEM schedule to the homepage
Gerald Pfeifer
[PATCH] LoongArch: Implement {zero_, }extend for LSX to LASX using vext2xv
Xi Ruoyao
Re: [PATCH] LoongArch: Implement {zero_, }extend for LSX to LASX using vext2xv
Lulu Cheng
[PATCH] LoongArch: guard SImode simple shift and arithmetic expansions with can_create_pseudo_p [PR 123320]
Xi Ruoyao
Re: [PATCH] LoongArch: guard SImode simple shift and arithmetic expansions with can_create_pseudo_p [PR 123320]
Lulu Cheng
[COMMITTED] doc: Fix typo in install doc
Pietro Monteiro
RE: libstdc++ DT_NEEDED on libatomic after PR81358
Prathamesh Kulkarni
Re: libstdc++ DT_NEEDED on libatomic after PR81358
Jakub Jelinek
[COMMITTED] libga68: Regenerate Makefile.in
Pietro Monteiro
[PUSHED] testsuite: Skip pr123295-1.c for non int128 targets [PR123334]
Andrew Pinski
[to-be-committed][RISC-V][PR target/121485] Fix mode on Zvkned lmul extending patterns
Jeffrey Law
[COMMITTED] a68: support for Algol 68 code in libga68 and initial transput
Jose E. Marchesi
Re: [COMMITTED] a68: support for Algol 68 code in libga68 and initial transput
Andreas Schwab
Re: [COMMITTED] a68: support for Algol 68 code in libga68 and initial transput
Pietro Monteiro
[PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Daniel Barboza
Re: [PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Jeffrey Law
Re: [PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Andrew Pinski
Re: [PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Daniel Henrique Barboza
Re: [PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Daniel Henrique Barboza
Re: [PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Andrew Pinski
Re: [PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Jeffrey Law
Re: [PATCH v2] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Andrew Pinski
[PATCH v2] libga68: Hide internal functions
Pietro Monteiro
Re: [PATCH v2] libga68: Hide internal functions
Jose E. Marchesi
[Ada] Fix warnings during bootstrap
Eric Botcazou
[to-be-committed][RISC-V][PR target/123318] Use a Pmode temporary for output of auipc
Jeffrey Law
[PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Daniel Barboza
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Jeffrey Law
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Daniel Henrique Barboza
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Jeffrey Law
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Jeffrey Law
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Daniel Henrique Barboza
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Jeffrey Law
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Daniel Henrique Barboza
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Jeffrey Law
Re: [PATCH v3] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Daniel Henrique Barboza
[Ada] Reject formal parameter as name of subprogram renaming
Eric Botcazou
[PATCH] configury: Use only one copy of CHECK_ATTRIBUTE_VISIBILITY macro
Pietro Monteiro
[PATCH] gcov: Fix counter update method selection
Sebastian Huber
Re: [PATCH] gcov: Fix counter update method selection
Jeffrey Law
[COMMITTED] a68: scanner fixes for bits denotations
Jose E. Marchesi
[PATCH] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Daniel Barboza
Re: [PATCH] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Andrew Pinski
Re: [PATCH] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Daniel Henrique Barboza
Re: [PATCH] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Andrew Pinski
Re: [PATCH] match.pd: popcount(X & -X) -> (X & -X) != 0 [PR102486]
Andrew Pinski
[PATCH v2] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Daniel Barboza
Re: [PATCH v2] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [PR122608]
Andrew Pinski
[COMMITTED] a68: fix handling of publicized declarations in victal pass
Jose E. Marchesi
[PATCH] libga68: Add symbol versions to exports
Pietro Monteiro
Re: [PATCH] libga68: Add symbol versions to exports
Jose E. Marchesi
[PATCH 1/6]middle-end: teach gimple_could_trap_p to handle __builtin calls [PR122103]
Tamar Christina
[PATCH 3/6]middle-end: extend fma -> fms transformation to conditional optab [PR122103]
Tamar Christina
Re: [PATCH 3/6]middle-end: extend fma -> fms transformation to conditional optab [PR122103]
Jeffrey Law
[PATCH 2/6]middle-end: Add new conditional IFNs for existing math IFNs [PR122103]
Tamar Christina
Re: [PATCH 2/6]middle-end: Add new conditional IFNs for existing math IFNs [PR122103]
Jeffrey Law
[PATCH 5/6][vect]: teach if-convert to predicate __builtin calls [PR122103]
Tamar Christina
Re: [PATCH 5/6][vect]: teach if-convert to predicate __builtin calls [PR122103]
Richard Biener
RE: [PATCH 5/6][vect]: teach if-convert to predicate __builtin calls [PR122103]
Tamar Christina
[PATCH 4/6][vect]: update tests for -ftrapping-math support [PR122103]
Tamar Christina
Re: [PATCH 4/6][vect]: update tests for -ftrapping-math support [PR122103]
Jeffrey Law
[PATCH 6/6][vect]: teach vectorizable_call to predicate calls when they can trap [PR122103]
Tamar Christina
Re: [PATCH 6/6][vect]: teach vectorizable_call to predicate calls when they can trap [PR122103]
Richard Biener
Re: [PATCH 1/6]middle-end: teach gimple_could_trap_p to handle __builtin calls [PR122103]
Jeffrey Law
[PATCH]AArch64: tweak inner-loop penalty when doing outer-loop vect [PR121290]
Tamar Christina
[PATCH]AArch64: Add if-conversion target cost model [PR123017]
Tamar Christina
Re: [PATCH]AArch64: Add if-conversion target cost model [PR123017]
Andrew Pinski
RE: [PATCH]AArch64: Add if-conversion target cost model [PR123017]
Tamar Christina
RE: [PATCH]AArch64: Add if-conversion target cost model [PR123017]
Tamar Christina
Re: [PATCH]AArch64: Add if-conversion target cost model [PR123017]
Andrew Pinski
Re: [PATCH]AArch64: Add if-conversion target cost model [PR123017]
Richard Biener
RE: [PATCH]AArch64: Add if-conversion target cost model [PR123017]
Tamar Christina
[COMMITTED] a68: scope prelude packets
Jose E. Marchesi
[COMMITTED] a68: use LMD instead of LM for mode labels in exports
Jose E. Marchesi
[PATCH] RISC-V: Move bad assertion to insn condition
Bohan Lei
Re: [PATCH] RISC-V: Move bad assertion to insn condition
Jeffrey Law
[PATCH 0/3] A few ifcvt fixes/improvements for noce_try_cond_zero_arith
Andrew Pinski
[PATCH 1/3] ifcvt: cleanup if_info->cond usage in noce_try_cond_zero_arith
Andrew Pinski
Re: [PATCH 1/3] ifcvt: cleanup if_info->cond usage in noce_try_cond_zero_arith
Jeffrey Law
[PATCH 2/3] ifcvt: Handle lowpart subregs if noce_emit_cmove fails in noce_try_cond_zero_arith [PR123308]
Andrew Pinski
Re: [PATCH 2/3] ifcvt: Handle lowpart subregs if noce_emit_cmove fails in noce_try_cond_zero_arith [PR123308]
Jeffrey Law
[PATCH 3/3] ifcvt: Allow non-comparisons against 0 in noce_try_cond_zero_arith
Andrew Pinski
Re: [PATCH 3/3] ifcvt: Allow non-comparisons against 0 in noce_try_cond_zero_arith
Jeffrey Law
[PATCH v2] gcov: Split atomic bitwise-or for some targets
Sebastian Huber
RE: [PATCH] [APX] i386: Use setzucc by default when APX-ZU enabled
Liu, Hongtao
[COMMITTED] a68: add new test program-24.a68
Jose E. Marchesi
[COMMITTED] a68: document finding module exports in the manual
Jose E. Marchesi
[COMMITTED 1/2] a68: fix deduplication of imported modes
Jose E. Marchesi
[COMMITTED 2/2] a68: cache moifs in a68_open_packet
Jose E. Marchesi
[COMMITTED] Support Solaris CTF generation
Rainer Orth
[COMMITTED] testsuite: i386: Fix up check-function-bodies tests
Rainer Orth
Re: [COMMITTED] testsuite: i386: Fix up check-function-bodies tests
Iain Sandoe
Re: [COMMITTED] testsuite: i386: Fix up check-function-bodies tests
Dimitar Dimitrov
Re: [COMMITTED] testsuite: i386: Fix up check-function-bodies tests
Rainer Orth
[COMMITTED] Don't check for -xbrace_comment with Solaris/x86 as
Rainer Orth
[PATCH] build: Cherry-pick libtool.m4 support for GNU ld *_sol2 emulations
Rainer Orth
Re: [PATCH] build: Cherry-pick libtool.m4 support for GNU ld *_sol2 emulations
Ian Lance Taylor
Re: [PATCH] build: Cherry-pick libtool.m4 support for GNU ld *_sol2 emulations
Rainer Orth
Re: [PATCH] build: Cherry-pick libtool.m4 support for GNU ld *_sol2 emulations
Jeffrey Law
[PATCH v1 0/2] Adjust the depth_limit of vec_slp_has_scalar_use
pan2 . li
[PATCH v1 1/2] Vect: Adjust depth_limit of vec_slp_has_scalar_use from 2 to 3
pan2 . li
Re: [PATCH v1 1/2] Vect: Adjust depth_limit of vec_slp_has_scalar_use from 2 to 3
Richard Biener
[PATCH v1 2/2] RISC-V: Adjust the asm check of vx_vf due to middle-end change
pan2 . li
[PATCH v3] c++: Fold non-ODR usages of potentially constant values early [PR120005]
Nathaniel Shead
Re: [PATCH v3] c++: Fold non-ODR usages of potentially constant values early [PR120005]
Jason Merrill
[COMMITTED] a68: support for publicized modules
Jose E. Marchesi
[C PATCH] fix checking ICE related to transparent unions and atomic [PR123309]
Martin Uecker
Re: [C PATCH] fix checking ICE related to transparent unions and atomic [PR123309]
Joseph Myers
[C PATCH] Fix construction of composite type for atomic pointers [PR121081]
Martin Uecker
Re: [C PATCH] Fix construction of composite type for atomic pointers [PR121081]
Joseph Myers
[COMMITTED] a68: fix error handling in top-down parser
Jose E. Marchesi
Re: [COMMITTED] a68: fix error handling in top-down parser
Pietro Monteiro
Re: [COMMITTED] a68: fix error handling in top-down parser
Jose E. Marchesi
[COMMITTED] a68: remove coalesce_public_symbols shortcut
Jose E. Marchesi
[COMMITTED] a68: avoid pack_soids_in_moid to return unregistered modes
Jose E. Marchesi
[COMMITTED 1/6] a68: fetch module exports from packet by name
Jose E. Marchesi
[COMMITTED 2/6] a68: fix support for nested access clauses
Jose E. Marchesi
[COMMITTED 3/6] a68: detect_redefined_keyword MODE_DECLARATION -> MODULE_DECLARATION typo
Jose E. Marchesi
[COMMITTED 4/6] a68: allow joined list of revelations in access clauses
Jose E. Marchesi
[COMMITTED 6/6] a68: remove redefined_keyword check and add test
Jose E. Marchesi
[COMMITTED 5/6] a68: scope access clauses
Jose E. Marchesi
[PATCH] c++: Optimize dynamic_cast for final types using unique vtables flag
Thomas de Bock
[PATCH] c++: Optimize dynamic_cast for final types using unique vtables flag
Thomas de Bock
Re: [PATCH] c++: Optimize dynamic_cast for final types using unique vtables flag
Joseph Myers
[Ada] Fix assertion failure for unfrozen mutably tagged type as actual in instance
Eric Botcazou
[PATCH] LRA: Fix eliminate regs into a subreg inside a debug insn [PR123295]
Andrew Pinski
Re: [PATCH] LRA: Fix eliminate regs into a subreg inside a debug insn [PR123295]
Jeffrey Law
Re: [PATCH] LRA: Fix eliminate regs into a subreg inside a debug insn [PR123295]
Florian Weimer
Re: [PATCH] LRA: Fix eliminate regs into a subreg inside a debug insn [PR123295]
Andrew Pinski
[PATCH] ifcvt: Handle lowpart subregs if noce_emit_cmove fails in noce_try_cond_zero_arith [PR123308]
Andrew Pinski
Re: [PATCH] ifcvt: Handle lowpart subregs if noce_emit_cmove fails in noce_try_cond_zero_arith [PR123308]
Andrew Pinski
[PATCH] libga68: Include ga68.h before system headers
Pietro Monteiro
Re: [PATCH] libga68: Include ga68.h before system headers
Jose E. Marchesi
[PATCH] libga68: Hide internal functions
Pietro Monteiro
Re: [PATCH] libga68: Hide internal functions
Jose E. Marchesi
[to-be-committed][RISC-V][PR target/123283] Wrap naked REG operands with a USE.
Jeffrey Law
[RFC GCC 17] i386: Support switching between assembler dialects during translation
Arsen Arsenović
[Ada] Fix bogus error on aggregate in call with qualified type within instance
Eric Botcazou
[Ada] Fix illegal Aggregate aspect not rejected
Eric Botcazou
[PATCH v2] c++: Fix ICE with requires-expression in lambda requires-clause [PR123080]
Egas Ribeiro
Re: [PATCH v2] c++: Fix ICE with requires-expression in lambda requires-clause [PR123080]
Jason Merrill
[PATCH] libgcc: Use UTItype with mode(TI) for 16-byte atomics
Xin Wang
[PATCH] libgcc: Use UTItype with mode(TI) for 16-byte atomics
Xin Wang
Re: [PATCH] libgcc: Use UTItype with mode(TI) for 16-byte atomics
Andreas Schwab
[PATCH] libgcc: Use UTItype with mode(TI) for 16-byte atomics
Xin Wang
[RFC/RFH] ivopts: use `void*` for pointers IVs [PR123070]
Andrew Pinski
Re: [RFC/RFH] ivopts: use `void*` for pointers IVs [PR123070]
Richard Biener
Re: [RFC/RFH] ivopts: use `void*` for pointers IVs [PR123070]
Andrew Pinski
Re: [RFC/RFH] ivopts: use `void*` for pointers IVs [PR123070]
Richard Biener
Re: [RFC/RFH] ivopts: use `void*` for pointers IVs [PR123070]
Andrew Pinski
Earlier messages
Later messages