gcc-patches archive
date index for August, 2018

This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

August 31, 2018
22:13 Re: Make safe_iterator inline friends Jonathan Wakely
21:54 Re: DWARF: Represent hard frame pointer as stack pointer + offset H.J. Lu
21:19 Re: [PATCH][debug] Add -gdescribe-dies Jason Merrill
21:04 Re: V3 [PATCH] C/C++: Add -Waddress-of-packed-member Jason Merrill
20:35 Re: [C++ Patch] PR 84980 ("[concepts] ICE with missing typename in concept") Jason Merrill
20:33 Re: DWARF: Represent hard frame pointer as stack pointer + offset Jason Merrill
19:33 DWARF: Represent hard frame pointer as stack pointer + offset H.J. Lu
18:49 Re: [PING v2][PATCH] Make function clone name numbering independent. Michael Ploujnikov
17:54 Re: [Patch][Aarch64] Implement Aarch64 SIMD ABI and aarch64_vector_pcs attribute Steve Ellcey
17:46 Re: [PATCH] Adjust c_getstr/c_strlen to new STRING_CST semantic Bernd Edlinger
17:38 Re: [PATCHv2] Call braced_list_to_string after array size is fixed Bernd Edlinger
16:45 Re: [PATCHv2] Call braced_list_to_string after array size is fixed Jeff Law
16:39 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Sam Tebbs
16:38 Re: [PR c++/87137] GCC-8 Fix Joseph Myers
16:32 Re: [PATCH] Add -Wabsolute-value Joseph Myers
15:59 Re: [PR c++/87137] GCC-8 Fix Jason Merrill
15:51 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Alexander Monakov
15:37 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Kyrill Tkachov
15:27 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Sam Tebbs
15:07 Re: [PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64 Vlad Lazar
14:42 Re: [PATCH] Adjust c_getstr/c_strlen to new STRING_CST semantic Jeff Law
14:41 RE: Add new warning flag "warn_prio_ctor_dtor" Joseph Myers
14:35 Re: [PR c++/87137] GCC-8 Fix Michael Matz
14:33 Re: Fix PR87074: miscompilation with unroll-and-jam Jakub Jelinek
14:31 Re: Fix PR87074: miscompilation with unroll-and-jam Richard Biener
14:20 Re: [PATCH, OpenACC] Support C++ "this" in OpenACC directives (PR66053) Jakub Jelinek
14:17 Re: [ARM/FDPIC v2 09/21] [ARM] FDPIC: Add support for taking address of nested function Christophe Lyon
14:14 [patch,nvptx] Basic -misa support for nvptx Cesar Philippidis
14:13 Re: [ARM/FDPIC v2 02/21] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts Christophe Lyon
14:11 Fix PR87074: miscompilation with unroll-and-jam Michael Matz
14:09 Re: [ARM/FDPIC v2 01/21] [ARM] FDPIC: Add -mfdpic option support Christophe Lyon
14:08 RE: Add new warning flag "warn_prio_ctor_dtor" Vinay Kumar
14:04 Re: [PATCH, OpenACC] Support C++ "this" in OpenACC directives (PR66053) Nathan Sidwell
13:58 [SVE ACLE] Add support for svasrd Richard Sandiford
13:19 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Paul Koning
13:17 [PATCH] Fix PR87168 Richard Biener
13:10 Re: [PATCHv3][PR 59521] Respect __builtin_expect in switch statements Jan Hubicka
12:57 Re: [PATCH] Add -Wabsolute-value Martin Jambor
12:36 [PR c++/87155] Anonymous namespace and Nathan Sidwell
11:34 Re: [PATCH] Fix thinko in estimate_local_effects in IPA-CP Richard Biener
11:32 Re: [PATCH] IPA ICF: make type cache a static field sem_item. Richard Biener
11:31 [PATCH] Fix thinko in estimate_local_effects in IPA-CP Martin Jambor
11:26 Re: [PATCH] tree-vrp: add "const" qualifier to various value_range pointers Aldy Hernandez
11:23 [PATCH] GCOV: Print one decimal place in human readable mode. Martin Liška
11:09 Re: [testsuite] Add dg-require-fileio to some libstdc++ wchar_t tests Jonathan Wakely
11:07 Re: [PATCH] Optimise sqrt reciprocal multiplications Richard Biener
10:59 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Kyrill Tkachov
10:49 [PATCH] IPA ICF: make type cache a static field sem_item. Martin Liška
10:35 [PATCH][ipa-inline][obvious] Fix typos in comment Kyrill Tkachov
10:07 Re: [PATCH] look harder for MEM_REF operand equality to avoid -Wstringop-truncation (PR 84561) Richard Biener
10:03 Re: [PR c++/87137] GCC-8 Fix Richard Biener
09:38 Re: [committed] C++: fix-it hint for missing "typename" (PR c++/63392) Paolo Carlini
09:33 [C++ Patch] PR 84980 ("[concepts] ICE with missing typename in concept") Paolo Carlini
09:30 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Martin Liška
08:44 [PATCH] rs6000: Make lround<mode>di2 depend on TARGET_FPRND (PR86684) Segher Boessenkool
07:19 Re: Fix even more merging PIC and PIE options Richard Biener
07:08 [PATCH] Adjust c_getstr/c_strlen to new STRING_CST semantic Bernd Edlinger
06:47 Re: [PATCHv2] Call braced_list_to_string after array size is fixed Bernd Edlinger
02:25 Re: [PATCH 2/6] detect unterminated const arrays in strlen calls (PR 86552) Martin Sebor
01:20 [testsuite] Add dg-require-fileio to some libstdc++ wchar_t tests Sandra Loosemore
01:15 Re: [PATCH, Darwin, config] Arrange for configure to detect "otool". Mike Stump
01:02 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Jeff Law
00:57 Re: [PATCH] tree-vrp: add "const" qualifier to various value_range pointers Jeff Law

August 30, 2018
23:25 Re: [PATCH 6/6] detect unterminated const arrays in strnlen calls (PR 86552) Jeff Law
23:07 Re: [PATCH 5/6] detect unterminated const arrays in stpcpy calls (PR 86552) Jeff Law
22:55 Re: [PATCH 4/6] detect unterminated const arrays in sprintf calls (PR 86552) Jeff Law
22:31 Re: [PATCH 3/6] detect unterminated const arrays in strcpy calls (PR 86552) Jeff Law
22:19 Re: [PATCH] C++: highlight bad argument in some users of print_z_candidates (more PR c++/85110) Jason Merrill
22:15 Re: [PATCH 2/6] detect unterminated const arrays in strlen calls (PR 86552) Jeff Law
21:38 [PATCH] tree-vrp: add "const" qualifier to various value_range pointers David Malcolm
21:34 [testsuite, committed] Make dependence on -fdelete-null-pointer-checks explicit in more test cases Sandra Loosemore
21:25 Re: PATCH for c++/87068, missing diagnostic with fallthrough statement Jakub Jelinek
21:17 Re: PATCH for c++/87068, missing diagnostic with fallthrough statement Marek Polacek
20:30 Re: Workaround for building trunk with GCC 4.4.7 Jose E. Marchesi
20:27 Re: [PATCH, OpenACC] Support C++ "this" in OpenACC directives (PR66053) Jason Merrill
20:20 Re: [patch] [match.pd]: missing optimization on comparison Marc Glisse
19:56 Re: Make safe_iterator inline friends François Dumont
19:32 [PATCH, OpenACC] Support C++ "this" in OpenACC directives (PR66053) Julian Brown
19:19 Re: [PATCH] C++: Fix-it hints for '.' vs '->' (PR c++/84898) Jason Merrill
17:39 Re: [PATCH] look harder for MEM_REF operand equality to avoid -Wstringop-truncation (PR 84561) Martin Sebor
17:22 Re: [PATCH] look harder for MEM_REF operand equality to avoid -Wstringop-truncation (PR 84561) Richard Biener
17:22 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried Jason Merrill
16:58 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Richard Henderson
16:54 Re: [PATCH] look harder for MEM_REF operand equality to avoid -Wstringop-truncation (PR 84561) Martin Sebor
16:54 Re: Add new warning flag "warn_prio_ctor_dtor" Joseph Myers
16:33 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Joseph Myers
16:00 Re: [PATCH 1/1] Move AESNI generation to Skylake and Goldmont H.J. Lu
15:54 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Sam Tebbs
15:52 Re: [PATCH, Darwin, config] Arrange for configure to detect "otool". Rainer Orth
15:49 Re: Fix even more merging PIC and PIE options Jan Hubicka
15:46 [PATCH, Darwin, config] Arrange for configure to detect "otool". Iain Sandoe
15:15 [libcpp] fix some line map comments Nathan Sidwell
15:09 Re: [PR c++/87137] GCC-8 Fix JonY
15:07 [PATCH] Avoid undefined shifts in ceil2 operations Jonathan Wakely
14:31 Re: [PATCHv2] Handle overlength strings in C++ FE Jason Merrill
14:25 Add new warning flag "warn_prio_ctor_dtor" Vinay Kumar
13:27 [PATCH, OpenACC] Properly handle wait clause with no arguments Chung-Lin Tang
13:22 Re: C++ PATCH/RFC for c++/87109, wrong overload with ref-qualifiers Jason Merrill
12:34 Re: [PATCH] Fix PR87147 Richard Biener
12:28 [PATCH] Fix undefined references seen with mingw-w64 Jonathan Wakely
12:24 Re: [PATCH AArch64]Fix test failure for pr84682-2.c Richard Sandiford
12:23 [PATCH] Fix __gnu_cxx::_Pointer_adapter for long long arithmetic Jonathan Wakely
12:12 Re: [PATCH 1/2] configure.ac: use 'suppress' instead of 'don't' Richard Sandiford
11:59 Re: [PR c++/87137] GCC-8 Fix Nathan Sidwell
10:28 Re: [PATCH AArch64]Fix test failure for pr84682-2.c Joey Ye
10:24 Re: [6/6] Link imm uses for pattern stmts Richard Biener
10:22 Re: [patch] [match.pd]: missing optimization on comparison Kai Tietz
10:21 Re: [PATCH AArch64]Fix test failure for pr84682-2.c Joey Ye
10:19 Re: [PATCH] Fix expand_mult_const (PR middle-end/87138) Richard Biener
10:17 Re: Reduce memory usage of sreal Richard Biener
10:17 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Richard Biener
10:16 [patch] [match.pd]: missing optimization on comparison Kai Tietz
09:58 Re: [PATCH] Fix expand_mult_const (PR middle-end/87138) Jakub Jelinek
09:34 Re: [GCC][PATCH] Enable underflow check in canonicalize_comparison. (PR86995) Vlad Lazar
09:14 Re: [PATCH] Optimise sqrt reciprocal multiplications Kyrill Tkachov
08:48 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Richard Biener
08:35 Re: [PATCH] look harder for MEM_REF operand equality to avoid -Wstringop-truncation (PR 84561) Richard Biener
08:23 Re: Workaround for building trunk with GCC 4.4.7 Richard Biener
08:23 Re: [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Richard Biener
07:59 Re: [PING 5][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor Siddhesh Poyarekar
07:57 Re: [PATCH] Fix expand_mult_const (PR middle-end/87138) Richard Biener
07:57 [PATCH] Fix PR87147 Richard Biener
07:54 Re: [PATCH] Fix expand_mult_const (PR middle-end/87138) Jakub Jelinek
07:39 Re: VRP: abstract out POINTER_TYPE_P handling Aldy Hernandez
07:31 Re: [PATCH] Fix expand_mult_const (PR middle-end/87138) Richard Biener
07:19 [PATCH] Fix expand_mult_const (PR middle-end/87138) Jakub Jelinek
07:07 Re: [PATCHv2] Call braced_list_to_string after array size is fixed Bernd Edlinger
06:56 Re: [PATCH 1/1] Move AESNI generation to Skylake and Goldmont Uros Bizjak
06:55 Re: [PATCHv2] Handle overlength strings in C++ FE Bernd Edlinger
05:14 [PATCH 1/1] Move AESNI generation to Skylake and Goldmont Thiago Macieira
04:34 Re: [PATCHv2] Call braced_list_to_string after array size is fixed Jason Merrill
03:08 Re: [PR c++/87137] GCC-8 Fix Liu Hao
01:31 Re: [PATCH][testcase]patch for fixing PR 86519 Jeff Law
01:02 Re: [PATCH AArch64]Fix test failure for pr84682-2.c Bin.Cheng
00:27 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Jeff Law
00:12 [PATCH] look harder for MEM_REF operand equality to avoid -Wstringop-truncation (PR 84561) Martin Sebor
00:03 C++ PATCH/RFC for c++/87109, wrong overload with ref-qualifiers Marek Polacek

August 29, 2018
23:46 Re: [PATCH] Rewrite pic.md to improve medany and pic code size. Palmer Dabbelt
23:31 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried H.J. Lu
23:14 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Stafford Horne
23:04 [PATCH, v2], Improve PowerPC switch behavior on medium code model system Michael Meissner
22:50 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Richard Henderson
22:40 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Stafford Horne
22:40 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Jeff Law
22:38 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Jeff Law
22:37 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried Jason Merrill
22:36 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Stafford Horne
22:33 Re: [PATCH 2/3] or1k: testsuite: initial support for openrisc Stafford Horne
22:24 Re: [PATCH 1/3] or1k: libgcc: initial support for openrisc Stafford Horne
22:18 Re: [PATCHv2] Handle overlength strings in C++ FE Jason Merrill
21:43 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried H.J. Lu
21:38 Re: [PATCH] Improve checks in c_strlen (PR 87053) Jeff Law
21:35 Re: [C++ PATCH] Fix -fsanitize=vptr -fno-sanitize-recover=vptr (PR c++/87095) Jason Merrill
21:29 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Richard Henderson
21:18 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried Jason Merrill
21:13 Re: [PATCH 2/3] or1k: testsuite: initial support for openrisc Richard Henderson
21:11 Re: [PATCH] Use complete_array_type on flexible array member initializers Jason Merrill
21:08 Re: [PATCH 1/3] or1k: libgcc: initial support for openrisc Richard Henderson
20:22 [PATCH, OpenACC] OpenACC subarray data alignment in Fortran Julian Brown
20:11 Re: Keep std::deque algos specializations in Debug mode François Dumont
19:50 [PATCH] C++: Fix-it hints for '.' vs '->' (PR c++/84898) David Malcolm
19:39 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried H.J. Lu
19:32 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried Jason Merrill
19:19 Re: [Patch, fortran] PR86328 - [8/9 Regression] Runtime segfault reading an allocatable class(*) object in allocate statements Janus Weil
18:59 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried H.J. Lu
18:47 Re: [PATCH AArch64]Fix test failure for pr84682-2.c Richard Sandiford
18:34 Re: PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried Jason Merrill
17:51 Re: [PR c++/87137] GCC-8 Fix Jakub Jelinek
17:47 Re: [PR c++/87137] GCC-8 Fix Richard Biener
17:36 [PR c++/87137] GCC-8 Fix Nathan Sidwell
17:19 [committed][tree-optimization/86711][tree-optimization/86714] Gracefully handle non-terminated strings Jeff Law
17:18 Re: [PING] [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jeff Law
17:17 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
17:07 Re: [PING] [PATCH] libiberty: fix memory usage explosion for invalid templates (PR demangler/84668) Jason Merrill
16:55 Re: [GCC][PATCH] Enable underflow check in canonicalize_comparison. (PR86995) Jakub Jelinek
16:52 Re: [PATCH] Rewrite pic.md to improve medany and pic code size. Jim Wilson
16:49 Re: [PATCH][GCC][AArch64] Limit movmem copies to TImode copies. James Greenhalgh
16:49 Re: [GCC][PATCH] Enable underflow check in canonicalize_comparison. (PR86995) Vlad Lazar
16:45 Workaround for building trunk with GCC 4.4.7 Jose E. Marchesi
16:43 Re: [GCC][PATCH] Enable underflow check in canonicalize_comparison. (PR86995) Jakub Jelinek
16:39 [GCC][PATCH] Enable underflow check in canonicalize_comparison. (PR86995) Vlad Lazar
16:35 Re: [PING 5][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor James Greenhalgh
16:33 Re: VRP: abstract out POINTER_TYPE_P handling David Malcolm
16:22 Re: [PATCH] Rewrite pic.md to improve medany and pic code size. Palmer Dabbelt
16:10 [C++ PATCH] Remove K&R declaration hack. Nathan Sidwell
16:08 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Alexander Monakov
15:55 [Patch, fortran] PR86328 - [8/9 Regression] Runtime segfault reading an allocatable class(*) object in allocate statements Paul Richard Thomas
15:50 Re: [PATCH AArch64]Fix test failure for pr84682-2.c Joey Ye
15:43 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Martin Sebor
15:12 Reduce memory usage of sreal Jan Hubicka
15:01 [PATCH] Fix RPO VN region boundary check Richard Biener
14:58 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Alexander Monakov
14:53 [PATCH][testcase]patch for fixing PR 86519 Qing Zhao
14:42 Re: [PATCH][RFC] Early phiopt pass Richard Biener
14:35 Re: [PATCH] x86 V[24]TImode vec_{init,extract} (PR target/80846) H.J. Lu
14:13 Re: [PATCH][RFC] Early phiopt pass Jeff Law
14:13 Re: VRP: abstract out wide int CONVERT_EXPR_P code Bernhard Reutner-Fischer
14:07 Re: [PATCH 4/4] bb-reorder: convert to gcc_stablesort Alexander Monakov
14:07 Re: 86711/86714 Jeff Law
14:01 Re: [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Alexander Monakov
13:42 [PING] [PATCH] libiberty: fix memory usage explosion for invalid templates (PR demangler/84668) David Malcolm
12:50 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Martin Liška
12:50 Re: [PATCH][RFC] Early phiopt pass Jan Hubicka
12:47 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Martin Liška
12:47 PING^1 [PATCH] DWARF: Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried H.J. Lu
12:33 [PATCH] Fix PR87132 Richard Biener
12:31 [PATCH] Move const_parm trick to generic code Richard Biener
12:21 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Richard Biener
12:13 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Martin Liška
11:36 Re: [C++ Patch] Pr 85265 ("[concepts] ICE with missing identifier") Nathan Sidwell
11:35 Re: Make safe_iterator inline friends Jonathan Wakely
11:32 Re: [C++ PATCH] Fix structured binding range for in generic lambda inside of template (PR c++/87122) Nathan Sidwell
11:19 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Richard Biener
11:06 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Richard Biener
11:01 Re: [ARM/FDPIC v2 09/21] [ARM] FDPIC: Add support for taking address of nested function Kyrill Tkachov
10:56 [PATCH][RFC] Early phiopt pass Richard Biener
10:55 VRP: abstract out bitwise AND/OR optimizations Aldy Hernandez
10:55 VRP: abstract out POINTER_TYPE_P handling Aldy Hernandez
10:52 Re: [ARM/FDPIC v2 07/21] [ARM] FDPIC: Avoid saving/restoring r9 on stack since it is RO Kyrill Tkachov
10:49 Re: [ARM/FDPIC v2 06/21] [ARM] FDPIC: Add support for c++ exceptions Kyrill Tkachov
10:46 Re: [ARM/FDPIC v2 04/21] [ARM] FDPIC: Add support for FDPIC for arm architecture Kyrill Tkachov
10:46 Re: [ARM/FDPIC v2 02/21] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts Kyrill Tkachov
10:46 [PATCH][OBVIOUS] Fix thinko in lto.c (PR bootstrap/87130). Martin Liška
10:46 Re: [ARM/FDPIC v2 01/21] [ARM] FDPIC: Add -mfdpic option support Kyrill Tkachov
10:44 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Martin Liška
10:31 [PATCH, testsuite] Don't assume that HOSTCXX can respond to TEST_ALWAYS_FLAGS. Iain Sandoe
10:28 [MAINTAINERS, committed] Add myself to write after approval Vlad Lazar
10:07 Re: [PATCH, ARM] PR85434: Prevent spilling of stack protector guard's address on ARM Thomas Preudhomme
10:05 [PATCH] PR libstdc++/31413 fix test failure on Debian systems Jonathan Wakely
10:03 Re: [PATCH v3 01/10] Initial TI PRU GCC port Dimitar Dimitrov
09:57 [C++ Patch] Pr 85265 ("[concepts] ICE with missing identifier") Paolo Carlini
09:51 Re: [PATCH, ARM] PR85434: Prevent spilling of stack protector guard's address on ARM Thomas Preudhomme
09:38 Re: [5/6] Insert pattern statements into vec_basic_blocks Richard Sandiford
09:25 Re: [6/6] Link imm uses for pattern stmts Richard Sandiford
09:22 Re: [5/6] Insert pattern statements into vec_basic_blocks Richard Biener
09:21 Re: [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Richard Biener
09:10 Re: [5/6] Insert pattern statements into vec_basic_blocks Jakub Jelinek
08:59 Re: [5/6] Insert pattern statements into vec_basic_blocks Richard Sandiford
08:31 [PATCH] Introduce libgcov.so run-time library (PR gcov-profile/84107). Martin Liška
08:29 Re: [PATCH][GCC][AARCH64] Use stdint integers in vect_su_add_sub.c Kyrill Tkachov
08:27 [PATCH] Add quotes for -fconstexpr-depth= in an error message. Martin Liška
07:55 Re: [5/6] Insert pattern statements into vec_basic_blocks Jakub Jelinek
07:43 Re: [6/6] Link imm uses for pattern stmts Richard Biener
07:29 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Richard Biener
07:18 Re: [5/6] Insert pattern statements into vec_basic_blocks Richard Biener
07:16 Re: [4/6] Make the vectoriser do its own DCE Richard Biener
07:10 Re: [PATCH] doc: document -ftree-scev-cprop Richard Biener
05:55 Re: Make safe_iterator inline friends François Dumont
05:08 Re: [PATCH] C++: underline param in print_conversion_rejection (more PR c++/85110) Jason Merrill
02:21 [PATCH] Rewrite pic.md to improve medany and pic code size. Jim Wilson
00:20 Go patch committed: Remove hmap field from map types Ian Lance Taylor
00:12 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Martin Sebor

August 28, 2018
23:16 Re: [5/6] Insert pattern statements into vec_basic_blocks Jeff Law
23:10 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Jeff Law
23:01 Re: [4/6] Make the vectoriser do its own DCE Jeff Law
22:56 Re: [PATCH, rs6000] inline expansion of str[n]cmp using vec/vsx instructions Segher Boessenkool
22:54 Re: [GCC][PATCH][Aarch64] Added pattern to match zero extended bfxil James Greenhalgh
22:53 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks James Greenhalgh
22:39 [C++ PATCH] Fix -fsanitize=vptr -fno-sanitize-recover=vptr (PR c++/87095) Jakub Jelinek
22:38 Re: [3/6] Add a vec_basic_block structure Jeff Law
22:35 [C++ PATCH] Fix structured binding range for in generic lambda inside of template (PR c++/87122) Jakub Jelinek
22:17 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Jeff Law
22:16 Re: [PATCH][GCC][AARCH64] Use stdint integers in vect_su_add_sub.c James Greenhalgh
22:06 Re: [PATCH, OpenACC] (2/2) Fix implicit mapping for array slices on lexically-enclosing data constructs (PR70828) Cesar Philippidis
22:01 Re: [PATCH] [AArch64, Falkor] Adjust Falkor's sign extend reg+reg address cost James Greenhalgh
22:00 Re: [PATCH] [AArch64, Falkor] Switch to using Falkor-specific vector costs James Greenhalgh
21:59 Re: [PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64 James Greenhalgh
21:48 Re: RFA: Avoid warning for write_predicate_subfunction generated function Richard Sandiford
21:32 Re: [PATCH, OpenACC] (2/2) Fix implicit mapping for array slices on lexically-enclosing data constructs (PR70828) Julian Brown
21:23 RFA: Avoid warning for write_predicate_subfunction generated function Joern Wolfgang Rennecke
21:17 Re: [PATCH] doc: document -ftree-scev-cprop Richard Sandiford
20:58 Re: [PATCH][GCC][AArch64] Updated stack-clash implementation supporting 64k probes. [patch (1/7)] Richard Sandiford
20:44 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Martin Sebor
20:40 Re: [PATCH][GCC][AArch64] Add support for SVE stack clash probing [patch (2/7)] Richard Sandiford
20:24 Re: [PATCH] Optimize more boolean functions Jeff Law
19:44 Re: [PATCH 4/4] bb-reorder: convert to gcc_stablesort Michael Matz
19:23 Re: [PATCH, OpenACC] (2/2) Fix implicit mapping for array slices on lexically-enclosing data constructs (PR70828) Cesar Philippidis
19:21 Re: Make safe_iterator inline friends François Dumont
19:19 [PATCH, OpenACC] (2/2) Fix implicit mapping for array slices on lexically-enclosing data constructs (PR70828) Julian Brown
19:19 [PATCH, OpenACC] (1/2) Fix implicit mapping for array slices on lexically-enclosing data constructs (PR70828) Julian Brown
19:18 Re: [PATCH] Use more DECL_BUILT_IN_P macro. H.J. Lu
19:04 Re: Make safe_iterator inline friends Jonathan Wakely
19:01 Re: Keep std::deque algos specializations in Debug mode Jonathan Wakely
18:56 Re: Keep std::deque algos specializations in Debug mode Jonathan Wakely
18:25 Re: [2/6] Make vec_info::lookup_single_use take a stmt_vec_info Jeff Law
18:22 Re: [1/6] Handle gphis in gimple_get_lhs Jeff Law
18:20 Re: [PATCH] DWARF: add DW_AT_count to zero-length arrays Omar Sandoval
18:13 Re: [PATCH][GCC][AArch64] Cleanup the AArch64 testsuite when stack-clash is on [Patch (7/7)] Jeff Law
18:04 [PATCH] i386: Add pass_remove_partial_avx_dependency H.J. Lu
16:09 Re: [ARM/FDPIC v2 00/21] FDPIC ABI for ARM Christophe Lyon
16:00 Re: [PATCH 4/4] bb-reorder: convert to gcc_stablesort Alexander Monakov
15:34 Re: [PATCH] Optimize more boolean functions MCC CS
15:34 [PATCH] PR libstdc++/87116 fix path::lexically_normal() handling of dot-dot Jonathan Wakely
14:40 [PATCH] Fix PR87126 Richard Biener
14:22 [PATCH] doc: document -ftree-scev-cprop Alexander Monakov
14:19 Re: [PATCH] Fix version check for ATTRIBUTE_GCC_DUMP_PRINTF David Malcolm
14:13 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Jeff Law
14:12 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
13:46 [PATCH][5/4] Fix PR87117 Richard Biener
13:36 [PATCH] Fix PR87124 Richard Biener
13:33 Re: [PATCH 4/4] bb-reorder: convert to gcc_stablesort Richard Biener
13:28 Re: [C++ Patch] PR 86546 (" ICE on invalid: tree_class_check_failed()") Nathan Sidwell
13:26 Re: [PATCH 3/4] tree-loop-distribution: convert to gcc_stablesort Richard Biener
13:26 Re: [PATCH 2/4] introduce gcc_stablesort Richard Biener
13:04 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Stafford Horne
12:44 [C++ Patch] PR 86546 (" ICE on invalid: tree_class_check_failed()") Paolo Carlini
12:36 Re: [Patch, fortran] PRs 80477 and 86481 - memory leaks following function calls. Paul Richard Thomas
12:28 Re: [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Sam Tebbs
12:26 Re: [PATCH] Fix version check for ATTRIBUTE_GCC_DUMP_PRINTF Jakub Jelinek
12:19 [PATCH][GCC][AArch64] Add support for SVE stack clash probing [patch (2/7)] Tamar Christina
12:19 RE: [PATCH][GCC][AArch64] Cleanup the AArch64 testsuite when stack-clash is on [Patch (7/7)] Tamar Christina
12:18 RE: [PATCH][GCC][AArch64] Updated stack-clash implementation supporting 64k probes. [patch (1/7)] Tamar Christina
11:26 PR85787: Extend malloc_candidate_p to handle multiple phis. Prathamesh Kulkarni
11:25 [6/6] Link imm uses for pattern stmts Richard Sandiford
11:25 [5/6] Insert pattern statements into vec_basic_blocks Richard Sandiford
11:23 [4/6] Make the vectoriser do its own DCE Richard Sandiford
11:22 [3/6] Add a vec_basic_block structure Richard Sandiford
11:21 [2/6] Make vec_info::lookup_single_use take a stmt_vec_info Richard Sandiford
11:20 [1/6] Handle gphis in gimple_get_lhs Richard Sandiford
11:19 [0/6] Make vector pattern statements less special Richard Sandiford
10:44 Re: [PATCH] Frame pointer for arm with THUMB2 mode Denis Khalikov
10:41 Re: Add target selectors to slp-37.c (PR87078) Richard Biener
10:41 Re: Fix unguarded use of tree_to_shwi in tree-ssa-sccvn.c Richard Biener
10:39 Fix unguarded use of tree_to_shwi in tree-ssa-sccvn.c Richard Sandiford
10:31 Add target selectors to slp-37.c (PR87078) Richard Sandiford
10:10 Re: [PATCH] Strenghten assumption about gswitch statements. Richard Biener
10:07 Re: [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Richard Biener
09:57 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Richard Biener
09:56 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Richard Biener
09:46 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Richard Biener
09:41 Re: [PATCH] Fix some bugs in maybe_warn_nonstring_arg (PR middle-end/87099) Richard Biener
09:37 Re: [committed] Fix minor bug in recently added sanity test in tree-ssa-dse.c Richard Biener
09:31 Re: VRP: abstract out wide int CONVERT_EXPR_P code Aldy Hernandez
09:27 Re: VRP: abstract out wide int CONVERT_EXPR_P code Richard Biener
09:25 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
09:22 Re: [PATCH 4/4] bb-reorder: convert to gcc_stablesort Alexander Monakov
09:22 Re: [PATCH 1/4] qsort_chk: call from gcc_qsort instead of wrapping it Richard Biener
09:17 Re: [PATCH 3/4] tree-loop-distribution: convert to gcc_stablesort Alexander Monakov
09:14 Re: [PATCH 2/4] introduce gcc_stablesort Alexander Monakov
09:03 [PATCH 1/4] qsort_chk: call from gcc_qsort instead of wrapping it Alexander Monakov
09:01 Re: [PATCH][AAarch64][v3] Add support for TARGET_COMPUTE_FRAME_LAYOUT Vlad Lazar
08:59 Re: [PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64 Vlad Lazar
08:38 [PATCH][4/4] Fix PR87117 Richard Biener
08:37 [PATCH][3/4] Fix PR87118 Richard Biener
08:36 [PATCH][2/4] Fix PR87117 Richard Biener
08:35 [PATCH][1/4] Fix PR87117 Richard Biener
07:23 [PATCH] Fix some bugs in maybe_warn_nonstring_arg (PR middle-end/87099) Jakub Jelinek
07:17 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Liška
07:11 Re: [PATCH] Strenghten assumption about gswitch statements. Martin Liška
06:44 Re: [PATCH] Fix version check for ATTRIBUTE_GCC_DUMP_PRINTF Jakub Jelinek
05:59 Re: [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Alexander Monakov
05:53 [SVE ACLE] Implements ACLE svmin/svmax variants Kugan Vivekanandarajah
04:27 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Jeff Law
04:04 [committed] [PR tree-optimization/87110] Further refine check in compute_trims Jeff Law
02:55 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
02:37 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Martin Sebor
00:48 Re: [PATCH] Frame pointer for arm with THUMB2 mode Wilco Dijkstra

August 27, 2018
23:46 [PATCH] Fix version check for ATTRIBUTE_GCC_DUMP_PRINTF David Malcolm
23:34 [committed] C++: fix-it hint for missing "typename" (PR c++/63392) David Malcolm
23:13 Re: [PATCH] adjust strnlen to convert MIN_EXPR to the same type (PR 87112) Jeff Law
22:57 [PATCH] adjust strnlen to convert MIN_EXPR to the same type (PR 87112) Martin Sebor
20:31 [committed] Fix minor bug in recently added sanity test in tree-ssa-dse.c Jeff Law
20:31 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Martin Sebor
19:26 Re: [Patch, fortran] PRs 80477 and 86481 - memory leaks following function calls. Thomas Koenig
19:21 [PATCH] Add a dwarf unit type to represent 24 bit values. John Darrington
19:05 Re: [PATCH RFC 2/2] bootstrap: disable most warnings in stage 3 Jeff Law
18:56 Re: [PATCH RFC 2/2] bootstrap: disable most warnings in stage 3 Joseph Myers
18:20 [PATCH RFC 2/2] bootstrap: disable most warnings in stage 3 Alexander Monakov
18:02 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
17:29 [PATCH 1/2] configure.ac: use 'suppress' instead of 'don't' Alexander Monakov
17:25 Re: [PATCH 3/3] or1k: gcc: initial support for openrisc Joseph Myers
16:38 Re: Fix MIPS builds Steve Ellcey
16:27 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Martin Sebor
16:27 Re: Fix MIPS builds Jeff Law
16:26 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Richard Biener
16:02 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Sebor
15:55 Re: Fix MIPS builds Steve Ellcey
15:51 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Martin Sebor
15:43 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Richard Biener
15:32 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Jeff Law
15:31 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Richard Biener
15:31 Re: [PATCH] Optimize more boolean functions MCC CS
15:28 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Richard Biener
15:27 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Jeff Law
15:22 Re: [PATCH] Strenghten assumption about gswitch statements. Richard Biener
15:21 Re: [PATCH] Strenghten assumption about gswitch statements. Jeff Law
15:16 Re: [PATCH] Optimize more boolean functions Richard Biener
15:05 Re: [PATCH] [AArch64, Falkor] Adjust Falkor's sign extend reg+reg address cost Luis Machado
15:05 Re: [PATCH] [AArch64, Falkor] Switch to using Falkor-specific vector costs Luis Machado
14:41 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Martin Sebor
14:36 Re: [C++ PATCH] Improve location for cxx_readonly_error diagnostics (PR c++/86993) David Malcolm
14:17 [PATCH] Fix PR86927 Richard Biener
14:05 [PATCH] Strenghten assumption about gswitch statements. Martin Liška
14:03 [committed] Less verbose fix-it hints for missing header files (PR 87091) David Malcolm
13:54 Re: Fix MIPS builds Jeff Law
13:47 [committed] diagnostics: show an extra line of context in line-insertion fix-it hints (PR 87091) David Malcolm
13:37 Re: [Patch][GCC] Document and fix -r (partial linking) Joseph Myers
13:12 Re: [PATCH] Add test for memcpy expansion with hint. Jan Hubicka
13:03 Re: [PATCH] Sanopt: ignore params with DECL_HAS_VALUE_EXPR_P (PR sanitizer/86962). Jakub Jelinek
13:01 Re: [PATCH] Add test for memcpy expansion with hint. Martin Liška
13:00 [PATCH] Sanopt: ignore params with DECL_HAS_VALUE_EXPR_P (PR sanitizer/86962). Martin Liška
12:58 [PATCHv3][PR 59521] Respect __builtin_expect in switch statements Martin Liška
12:24 VRP: abstract out wide int CONVERT_EXPR_P code Aldy Hernandez
12:11 Re: [PATCH][RFC] Add gimple-cfg.h. Martin Liška
11:53 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Martin Liška
11:52 Re: [PATCH] Optimize more boolean functions Marc Glisse
11:06 Re: [PATCH] match.pd: add single-use check for (x & y) ^ y -> ~x & y (PR85758) Richard Biener
11:03 [PATCH] match.pd: add single-use check for (x & y) ^ y -> ~x & y (PR85758) Alexander Monakov
10:50 [PATCH] Avoid redundand RPO order compute in PPRE Richard Biener
10:05 Re: [PATCH] Optimize more boolean functions Richard Biener
10:00 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Martin Liška
10:00 Re: [PATCH][RFC] Add gimple-cfg.h. Richard Biener
09:42 Re: [PATCH] Partial combiner fix for vector conditions (PR rtl-optimization/87065) Jakub Jelinek
09:35 [PATCH] Frame pointer for arm with THUMB2 mode Denis Khalikov
09:29 Re: [PATCH] Partial combiner fix for vector conditions (PR rtl-optimization/87065) Segher Boessenkool
08:53 Re: [PATCH] Optimize more boolean functions MCC CS
08:43 Re: [PATCH][RFC] Add gimple-cfg.h. Martin Liška
08:32 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Richard Biener
08:30 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Richard Biener
08:18 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Richard Biener
08:15 Re: Fix MIPS builds Richard Biener
07:57 Re: [PATCH] Partial combiner fix for vector conditions (PR rtl-optimization/87065) Richard Biener
07:56 Re: [PATCH][RFC] Add gimple-cfg.h. Richard Biener
07:25 [PATCH] Partial combiner fix for vector conditions (PR rtl-optimization/87065) Jakub Jelinek
07:20 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Liška
07:15 [C++ PATCH] Improve location for cxx_readonly_error diagnostics (PR c++/86993) Jakub Jelinek
07:13 Re: [PATCH][RFC] Add gimple-cfg.h. Martin Liška
06:58 Re: [PATCH] v2: Formatted printing for dump_* in the middle-end Jakub Jelinek
04:20 [wwwdocs] Remove release-specific anchors from our release pages Gerald Pfeifer
04:17 [wwwdocs] Replace use of the border attribute on the main page by CSS Gerald Pfeifer
02:56 Fix MIPS builds Jeff Law

August 26, 2018
21:20 [PATCH 3/3] or1k: gcc: initial support for openrisc Stafford Horne
21:20 [PATCH 2/3] or1k: testsuite: initial support for openrisc Stafford Horne
21:20 [PATCH 1/3] or1k: libgcc: initial support for openrisc Stafford Horne
21:19 [PATCH 0/3] OpenRISC port Stafford Horne
19:40 [PING] [PATCH] Fix not properly nul-terminated string constants in JIT Bernd Edlinger
18:43 [wwwdocs] index.html -- Use percent encodings in Bugzilla queries Gerald Pfeifer
18:17 Re: [Patch][GCC] Document and fix -r (partial linking) Allan Sandfeld Jensen
17:16 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Marek Polacek
16:44 [wwwdocs] faq.html - make HTML 5 ready Gerald Pfeifer
16:27 [wwwdocs] simtest-howto.html -- simplify/reduce explicit formatting Gerald Pfeifer
15:55 [Patch, fortran] PRs 80477 and 86481 - memory leaks following function calls. Paul Richard Thomas
15:43 Re: [wwwdocs] */changes.html -- replace <a name=...> by id attributes Gerald Pfeifer
14:37 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) H.J. Lu
13:46 [wwwdocs] Simplify the formatting/coding of our main page a bit Gerald Pfeifer
13:14 [wwwdocs] */changes.html -- replace <a name=...> by id attributes Gerald Pfeifer
13:08 [wwwdocs] news/profiledriven.html -- avoid <a name=...> Gerald Pfeifer
12:41 [wwwdocs] Use CSS instead of manual specifications for the width of items on our navigation bar Gerald Pfeifer
11:16 Re: [wwwdocs] Replace <a name=...> by id= attributes in all of projects/ Gerald Pfeifer
10:34 Re: [Patch][GCC] Document and fix -r (partial linking) Allan Sandfeld Jensen
10:20 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
09:58 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
09:10 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
09:08 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
08:52 Re: [PATCH] Use complete_array_type on flexible array member initializers Bernd Edlinger
07:46 Re: [PATCHv2] Call braced_list_to_string after array size is fixed Bernd Edlinger
06:02 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
05:47 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
05:44 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
05:36 Re: [PATCH] Use complete_array_type on flexible array member initializers Jeff Law
05:25 Re: [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Jeff Law
03:34 Re: [PATCHv2] Call braced_list_to_string after array size is fixed Jeff Law

August 25, 2018
23:57 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Jason Merrill
23:47 Re: C++ PATCH for c++/87080, ICE with -Wpessimizing-move Jason Merrill
23:22 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
21:23 Re: [patch, libfortran] correct buffer size in library matmul Jerry DeLisle
20:44 Keep std::deque algos specializations in Debug mode François Dumont
20:42 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Martin Sebor
20:18 Re: [PR 87059] kludge over MIN_EXPR problem causing VRP failure in value ranges Aldy Hernandez
19:38 [patch, libfortran] correct buffer size in library matmul Thomas Koenig
19:32 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
19:19 Re: [PR 87059] kludge over MIN_EXPR problem causing VRP failure in value ranges Jeff Law
19:13 Re: [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Jeff Law
19:02 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
18:55 Re: [PATCH, RFC, rs6000, v3] enable early gimple-folding of vec_splat Bill Schmidt
18:36 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
18:09 Re: [PATCH, RFC, rs6000, v3] enable early gimple-folding of vec_splat Segher Boessenkool
17:46 Re: [PATCH, rs6000] Fix PR86731 vec_sl() Segher Boessenkool
17:33 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
17:16 Re: [PATCH, RFC, rs6000, v3] enable early gimple-folding of vec_splat Bill Schmidt
16:52 Re: [PATCH, rs6000] Fix PR86731 vec_sl() Bill Schmidt
15:47 [Patch, Fortran, committed] PR 86545: ICE in transfer_expr on invalid WRITE statement Janus Weil
13:59 [wwwdocs] Replace valign="top" on our main page by CSS Gerald Pfeifer
11:00 Re: [wwwdocs] Replace use of <a name="..."> in all of bugs/ Gerald Pfeifer
10:54 [wwwdocs] Replace use of <a name="..."> in all of bugs/ Gerald Pfeifer
10:38 [wwwdocs] Remove cvsup.html Gerald Pfeifer
09:18 [PATCH, Darwin] Minor code clean-up, NFC, committed. Iain Sandoe
06:32 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
06:01 Re: ToT build problem on Aarch64 after cfg.h change Richard Biener
04:55 Re: [PATCH 2/3] GDB: Add support for 24 bit addresses John Darrington

August 24, 2018
23:54 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
23:34 Re: PING^1: [PATCH] Set start_location to 0 if we ran out of line map space H.J. Lu
23:05 Re: ToT build problem on Aarch64 after cfg.h change Jeff Law
23:05 Re: PING^1: [PATCH] Set start_location to 0 if we ran out of line map space David Malcolm
23:04 ToT build problem on Aarch64 after cfg.h change Steve Ellcey
21:56 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
21:24 [PATCH] Adjust string_constant to new STRING_CST semantics Bernd Edlinger
21:20 [committed] diagnostics: tweaks to line-spans vs line numbering (PR 87091) David Malcolm
21:03 C++ PATCH for c++/87080, ICE with -Wpessimizing-move Marek Polacek
20:34 Re: [PATCH 2/3] GDB: Add support for 24 bit addresses Simon Marchi
20:18 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
20:06 [PATCHv2] Handle overlength string literals in the fortan FE Bernd Edlinger
20:02 [PATCHv2] Handle overlength strings in C++ FE Bernd Edlinger
19:59 [PATCHv2] Handle overlength strings in the C FE Bernd Edlinger
19:52 [PATCHv2] Call braced_list_to_string after array size is fixed Bernd Edlinger
19:34 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Marek Polacek
19:06 [PATCH] convert MIN_EXPR operands to the same type (PR 87059) Martin Sebor
18:55 Re: [PATCH]: Remove remaining traces of MPX bounded pointers Jakub Jelinek
18:38 Re: VRP: make range_includes_zero_p handle value_ranges Aldy Hernandez
18:15 Go patch committed: Remove the dummy arg of getcallersp Ian Lance Taylor
17:43 [PATCH] Forward declare debug containers so std::pmr aliases work Jonathan Wakely
17:40 Re: lightweight class to wide int ranges in VRP and friends Aldy Hernandez
17:26 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
17:06 Re: [PR 87073] [committed] fix go bootstrap Aldy Hernandez
16:57 Re: [PR 87073] [committed] fix go bootstrap H.J. Lu
16:51 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
16:50 [PR 87059] kludge over MIN_EXPR problem causing VRP failure in value ranges Aldy Hernandez
16:50 Re: new(nothrow) is malloc-like Jonathan Wakely
16:25 new(nothrow) is malloc-like Marc Glisse
16:04 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
15:58 [PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028) Martin Sebor
15:47 Re: [PATCH,Darwin, config] Fix PR70694; don't force visibility on inlines for Darwin > 8 Jonathan Wakely
15:38 [PATCH][debug] Add -gdescribe-dies Tom de Vries
15:13 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Martin Sebor
15:09 [PATCH,Darwin, config] Fix PR70694; don't force visibility on inlines for Darwin > 8 Iain Sandoe
14:47 Re: OpenRISC Port Submission Richard Henderson
14:38 Re: [PATCH]: Remove remaining traces of MPX bounded pointers Jeff Law
14:38 [PATCH] Fix overeager spelling corrections (PR c/82967) David Malcolm
14:36 Optimize sreal normalization Jan Hubicka
13:56 [PATCH]: Remove remaining traces of MPX bounded pointers Uros Bizjak
13:32 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Jason Merrill
13:13 [PATCH] Use complete_array_type on flexible array member initializers Bernd Edlinger
12:57 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
12:51 Re: Avoid is_constant calls in vectorizable_bswap Richard Biener
12:51 Re: Handle SLP permutations for variable-length vectors Richard Biener
12:36 Re: C++ PATCH for c++/67012, c++/86942, detect invalid cases with function return type deduction Jason Merrill
12:31 Re: [PATCH] Improve checks in c_strlen (PR 87053) Bernd Edlinger
12:28 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
12:06 Re: [PATCH] Print default options selection for -march,-mcpu and -mtune for aarch64 (PR driver/83193). Martin Liška
11:49 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
11:25 Re: [PATCH] Add -Wabsolute-value Joseph Myers
11:24 [PATCH][4/4][v2] RPO-style value-numbering for FRE/PRE Richard Biener
11:14 Re: [PATCH][0/4][RFC] RPO style value-numbering Richard Biener
11:12 Re: [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Pekka Jääskeläinen
11:11 Re: [PATCH] Add -Wabsolute-value Martin Jambor
10:52 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
10:44 Re: [PATCH][debug] Add -gdescriptive-dies Richard Biener
10:44 [PATCH] (PR86989) Segher Boessenkool
10:32 Re: lightweight class to wide int ranges in VRP and friends Richard Biener
10:13 Re: [PATCH 0/6] improve handling of char arrays with missing nul (PR 86552, 86711, 86714) Richard Biener
09:36 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Richard Biener
09:31 Re: [PATCH] print full STRING_CST in Gimple dumps (PR 87052) Richard Biener
09:08 Re: VRP: make range_includes_zero_p handle value_ranges Richard Biener
09:02 Re: [PATCH] DWARF: Call set_indirect_string on DW_MACINFO_start_file Richard Biener
08:02 [PR 87073] [committed] fix go bootstrap Aldy Hernandez
06:36 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
05:58 Re: [PATCH] Improve checks in c_strlen (PR 87053) Jeff Law
05:56 Re: [PATCH] Improve checks in c_strlen (PR 87053) Jeff Law
02:55 Re: [PATCH][Middle-end]patch for fixing PR 86519 Jeff Law
02:35 Re: [patch, fortran] Fix PR 86837, wrong code regression in implied do loop in i/o Jerry DeLisle
01:04 Re: OpenRISC Port Submission David Edelsohn

August 23, 2018
22:35 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Martin Sebor
21:53 OpenRISC Port Submission Stafford Horne
21:24 Re: [Patch][GCC] Document and fix -r (partial linking) Joseph Myers
20:59 Re: Make safe_iterator inline friends François Dumont
20:38 PATCH for c++/87068, missing diagnostic with fallthrough statement Marek Polacek
20:12 [patch, fortran] Fix PR 86837, wrong code regression in implied do loop in i/o Thomas König
19:27 [PATCH] Fix failure when -fno-rtti test is run in C++17 or later Jonathan Wakely
19:27 Re: [PATCH,FORTRAN] Remove OS dependency in definition of ASYNC_IO Thomas Koenig
19:03 [PATCH,FORTRAN] Remove OS dependency in definition of ASYNC_IO David Edelsohn
18:27 Fix typo "permutaion" in vect_grouped_store_supported. Prathamesh Kulkarni
17:42 Re: Async I/O patch with compilation fix Thomas Koenig
17:22 [PATCH] C++: highlight bad argument in some users of print_z_candidates (more PR c++/85110) David Malcolm
17:09 Re: [PATCH] Optimise sqrt reciprocal multiplications Kyrill Tkachov
17:02 Re: [PATCH] fix typo 'exapnded' to 'expanded' Richard Sandiford
17:01 Re: C++ PATCH for c++/67012, c++/86942, detect invalid cases with function return type deduction Marek Polacek
16:13 Re: [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
15:23 Re: PR libstdc++/68222 Hide safe iterator operators Jonathan Wakely
15:14 Re: [PATCH] print full STRING_CST in Gimple dumps (PR 87052) Martin Sebor
15:10 Re: [PATCH] Fix tests that fail in C++98 mode Jonathan Wakely
14:53 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Marek Polacek
14:50 Re: VRP: make range_includes_zero_p handle value_ranges Aldy Hernandez
14:49 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
14:46 Re: [PATCH] Print default options selection for -march,-mcpu and -mtune for aarch64 (PR driver/83193). Richard Earnshaw (lists)
14:44 Re: Fix aarch64_evpc_tbl guard (PR 85910) Richard Earnshaw (lists)
14:44 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Marek Polacek
14:43 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Liška
14:38 Re: [PATCH] DWARF: Call set_indirect_string on DW_MACINFO_start_file H.J. Lu
14:25 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
14:16 [PATCH] C++: underline param in print_conversion_rejection (more PR c++/85110) David Malcolm
14:12 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Marek Polacek
14:11 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
14:07 Re: [PATCH] print full STRING_CST in Gimple dumps (PR 87052) Michael Matz
13:58 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Richard Biener
13:58 [PATCH] fix typo 'exapnded' to 'expanded' Giuliano Augusto Faulin Belina
13:51 Re: C++ PATCH for c++/87029, Implement -Wredundant-move David Malcolm
13:50 Re: VEC_DUPLICATE_EXPR options (was Re: [PATCH, RFC, rs6000] enable GIMPLE folding of vec_splat) Richard Biener
13:30 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Liška
13:29 Re: [PATCH] Remove verify_no_unreachable_blocks Tom de Vries
13:27 Re: RFA: Define vect_perm for variable-length SVE Richard Biener
13:18 Re: VRP: rewrite the division code (to handle corner cases including 0) Aldy Hernandez
13:18 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Richard Biener
12:57 Re: [PATCH] DWARF: Call set_indirect_string on DW_MACINFO_start_file Richard Biener
12:55 Re: [PATCH] print full STRING_CST in Gimple dumps (PR 87052) Richard Biener
12:53 Re: Async I/O patch with compilation fix David Edelsohn
12:51 Re: VRP: rewrite the division code (to handle corner cases including 0) Richard Biener
12:44 Re: [PATCH][GCC][AARCH64] use "arch_enabled" attribute for aarch64. Richard Earnshaw (lists)
12:35 [PATCH] Do not read gcda files multiple times (PR gcov-profile/87069). Martin Liška
12:27 Do not stream TYPE_STUB_DECL Jan Hubicka
12:26 Re: Walk pointer_to and reference_to chain in free_lang_data Jan Hubicka
12:25 Re: Async I/O patch with compilation fix David Edelsohn
12:20 Re: Walk pointer_to and reference_to chain in free_lang_data Richard Biener
12:11 Re: [PATCH] Fix recent bug in canonicalize_comparison (PR87026) Richard Biener
12:06 Re: Walk pointer_to and reference_to chain in free_lang_data Jan Hubicka
12:06 Re: Walk pointer_to and reference_to chain in free_lang_data Richard Biener
12:06 Re: [PATCH] Remove verify_no_unreachable_blocks Richard Biener
12:05 [PATCH] Fix recent bug in canonicalize_comparison (PR87026) Segher Boessenkool
12:00 Re: Walk pointer_to and reference_to chain in free_lang_data Jan Hubicka
11:59 Re: C++ PATCH for c++/87029, Implement -Wredundant-move Jason Merrill
11:58 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Richard Biener
11:53 Re: Allow target to emit LTO early debug to a separate LTO file. Iain Sandoe
11:46 Re: [PATCH] Remove verify_no_unreachable_blocks Tom de Vries
11:43 Re: [PATCH] Remove verify_no_unreachable_blocks Richard Biener
11:38 Re: Allow target to emit LTO early debug to a separate LTO file. Richard Biener
11:36 Re: [PATCH] Remove verify_no_unreachable_blocks Steven Bosscher
11:24 Re: [PATCH] Skip tests that depend on the cxx11 std::string Jonathan Wakely
11:21 Re: patch to bug #86829 Giuliano Augusto Faulin Belina
11:19 Re: Allow target to emit LTO early debug to a separate LTO file. Tom de Vries
11:18 [PATCH] Remove verify_no_unreachable_blocks Richard Biener
11:04 Re: Allow target to emit LTO early debug to a separate LTO file. Richard Biener
11:01 Re: [PATCH] Print default options selection for -march,-mcpu and -mtune for aarch64 (PR driver/83193). Martin Liška
11:01 Re: [PATCH] Provide extension hint for aarch64 target (PR driver/83193). Martin Liška
10:52 Re: [PATCH] Skip tests that depend on the cxx11 std::string Jonathan Wakely
10:46 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Liška
10:25 Re: [PATCH][RFC] Add gimple-cfg.h. Martin Liška
10:21 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
10:13 Re: [PATCH] Optimise sqrt reciprocal multiplications Richard Sandiford
09:59 Re: VRP: make range_includes_zero_p handle value_ranges Richard Biener
09:49 PR target/86951 arm - Handle speculation barriers on pre-armv7 CPUs Richard Earnshaw (lists)
09:27 [PATCH] Fix PR87024 Richard Biener
09:27 Re: [PATCH] Improve checks in c_strlen (PR 87053) Bernd Edlinger
09:14 RFA: Define vect_perm for variable-length SVE Richard Sandiford
09:08 Avoid is_constant calls in vectorizable_bswap Richard Sandiford
09:08 Handle SLP permutations for variable-length vectors Richard Sandiford
09:08 Re: [PATCH] Skip tests that depend on the cxx11 std::string Jonathan Wakely
08:58 [AArch64] Improve SVE handling of single-vector permutes Richard Sandiford
08:53 Fix aarch64_evpc_tbl guard (PR 85910) Richard Sandiford
08:29 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
08:26 [PATCH] Remove C++14-isms from C++11 tests Jonathan Wakely
08:26 [PATCH] Skip tests that depend on the cxx11 std::string Jonathan Wakely
07:47 Re: [Patch][GCC] Document and fix -r (partial linking) Iain Sandoe
07:33 [PATCH][GCC][AARCH64] use "arch_enabled" attribute for aarch64. Matthew Malcomson
05:40 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
05:09 Re: [PATCH v3 01/10] Initial TI PRU GCC port Dimitar Dimitrov
01:02 Re: [PATCH] Signed zero for {max,min}val intrinsics Jerry DeLisle
00:12 C++ PATCH for c++/87029, Implement -Wredundant-move Marek Polacek

August 22, 2018
23:43 [PATCH] Fix tests that fail in C++98 mode Jonathan Wakely
23:41 Re: [PATCH] Make strlen range computations more conservative Jeff Law
23:36 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
23:22 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
23:08 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
22:57 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
22:57 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
22:54 [PATCH] PR libstdc++/87061 remove pmr type aliases for COW strings Jonathan Wakely
22:52 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
22:50 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
22:34 Re: [PATCH] Make strlen range computations more conservative Jeff Law
22:20 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Martin Sebor
22:08 [PATCH] PR libstdc++/78448 limit vector::max_size and deque::max_size Jonathan Wakely
22:06 Re: [libiberty patch] Fix PGO bootstrap Ian Lance Taylor via gcc-patch
22:05 Re: patch to bug #86829 Jeff Law
22:01 Re: [PATCH][Middle-end]patch for fixing PR 86519 Jeff Law
21:46 Re: Make safe_iterator inline friends Jonathan Wakely
21:31 Re: Async I/O patch with compilation fix Thomas Koenig
21:08 Make safe_iterator inline friends François Dumont
20:54 Re: [PATCH] Check the STRING_CSTs in varasm.c Martin Sebor
20:09 Allow target to emit LTO early debug to a separate LTO file. Iain Sandoe
20:06 [PATCH] Signed zero for {max,min}val intrinsics Janne Blomqvist
19:48 PING^1: [PATCH] Set start_location to 0 if we ran out of line map space H.J. Lu
19:40 Re: GCC fixinclude help Bruce Korb
19:36 [PATCH] DWARF: Call set_indirect_string on DW_MACINFO_start_file H.J. Lu
18:49 Re: Async I/O patch with compilation fix David Edelsohn
18:35 [libiberty patch] Fix PGO bootstrap Nathan Sidwell
18:35 [libiberty patch] Fix PGO bootstrap Nathan Sidwell
17:48 Re: Optimization in load_generic_interfaces() Andrew Benson
17:43 Re: Optimization in load_generic_interfaces() Andrew Benson
17:32 [PATCH, rs6000] inline expansion of str[n]cmp using vec/vsx instructions Aaron Sawdey
17:22 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
17:12 Re: [Patch, Fortran, F08] PR 86888: allocatable components of indirectly recursive type Janus Weil
17:05 Re: [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
17:00 Re: Optimization in load_generic_interfaces() Andrew Benson
16:28 Re: [PATCH] Improve checks in c_strlen (PR 87053) Martin Sebor
16:05 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
15:50 Re: [PATCH][Middle-end]patch for fixing PR 86519 Rainer Orth
15:49 Re: [PATCH v2][C][ADA] use function descriptors instead of trampolines in C Joseph Myers
15:43 Re: Optimization in load_generic_interfaces() Thomas Koenig
15:12 Re: [PATCH] Change AArch64 specific FMAX/FMIN tests into generic MAX_EXPR/MIN_EXPR tests Kyrill Tkachov
15:10 Re: [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
15:05 Re: [PATCH] print full STRING_CST in Gimple dumps (PR 87052) Martin Sebor
14:57 Re: [PATCH] Change AArch64 specific FMAX/FMIN tests into generic MAX_EXPR/MIN_EXPR tests Janne Blomqvist
14:42 [PATCH] Improve checks in c_strlen (PR 87053) Bernd Edlinger
14:27 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
14:04 Re: [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
13:44 Re: [Patch, Fortran, F08] PR 86888: allocatable components of indirectly recursive type Paul Richard Thomas
13:23 [PATCH][debug] Add -gdescriptive-dies Tom de Vries
13:23 Re: [PATCH, driver specs][3] Put -flto-partition= on the collect2 c/l Richard Biener
13:20 Re: [PATCH, driver specs][2] Put -flto-partition= on the collect2 c/l Richard Biener
13:19 [PATCH] combine: Do another check before splitting a parallel (PR86771) Segher Boessenkool
13:18 Re: [PATCH] Call braced_list_to_string after array size is fixed Bernd Edlinger
13:17 Re: [PATCH, driver specs][1] Put -flto-partition= on the collect2 c/l Richard Biener
13:16 [PATCH] Change AArch64 specific FMAX/FMIN tests into generic MAX_EXPR/MIN_EXPR tests Szabolcs Nagy
13:10 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
13:06 Re: [PATCH, driver specs][3] Put -flto-partition= on the collect2 c/l Iain Sandoe
13:01 Re: Make the vectoriser drop to strided accesses for stores with gaps Richard Sandiford
12:56 Re: [PATCH, driver specs][2] Put -flto-partition= on the collect2 c/l Iain Sandoe
12:51 Re: [PATCH, driver specs][1] Put -flto-partition= on the collect2 c/l Iain Sandoe
12:48 Re: [PATCH] print full STRING_CST in Gimple dumps (PR 87052) Richard Biener
12:34 [PATCH, Darwin] Update LTO specs to match gcc/gcc.c Iain Sandoe
12:12 Re: [PATCH][debug] Fix handling of vlas in lto Richard Biener
12:09 [PATCH] PR libstdc++/77854 document size_type for containers Jonathan Wakely
12:07 Re: [2/2] Fix bogus inner induction (PR 86725) Richard Biener
12:06 Re: [1/2] Fix bogus double reduction (PR 86725) Richard Biener
12:05 Re: Only test STMT_VINFO_STRIDED_P for the first statement in a group Richard Biener
12:02 Re: patch to bug #86829 Richard Biener
11:01 [PATCH] Fix PR86988 Richard Biener
09:46 Re: [PATCH][debug] Add -gforce-named-dies Tom de Vries
09:34 [2/2] Fix bogus inner induction (PR 86725) Richard Sandiford
09:32 VRP: make range_includes_zero_p handle value_ranges Aldy Hernandez
09:31 [1/2] Fix bogus double reduction (PR 86725) Richard Sandiford
09:27 Only test STMT_VINFO_STRIDED_P for the first statement in a group Richard Sandiford
08:16 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Richard Biener
08:09 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
08:04 [PATCH] Fix PR86945 Richard Biener
08:00 Re: Walk pointer_to and reference_to chain in free_lang_data Jan Hubicka
07:31 Re: Walk pointer_to and reference_to chain in free_lang_data Richard Biener
07:26 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Richard Biener
07:23 Re: Walk pointer_to and reference_to chain in free_lang_data Jan Hubicka
07:11 Re: Walk pointer_to and reference_to chain in free_lang_data Richard Biener
06:59 Re: [PATCH] Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics Janne Blomqvist
06:56 [PATCH][debug] Add -gforce-named-dies Tom de Vries
06:09 Re: [PATCH v2][C][ADA] use function descriptors instead of trampolines in C Uecker, Martin
04:57 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
04:21 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
04:16 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
04:05 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
02:56 [PATCH] print full STRING_CST in Gimple dumps (PR 87052) Martin Sebor
02:25 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
02:18 Re: Richard Sandiford appointed Global Reviewer Bin.Cheng
02:10 [PATCH] warn for sprintf argument mismatches (PR 87034) Martin Sebor
00:25 Re: [PATCH][Middle-end]patch for fixing PR 86519 Paul Hua

August 21, 2018
22:43 Re: [PATCH] Make strlen range computations more conservative Jeff Law
22:25 Re: [PATCH] Make strlen range computations more conservative Jeff Law
21:58 Re: [PATCH] Make strlen range computations more conservative Jeff Law
21:49 Re: patch to bug #86829 Joseph Myers
21:49 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
21:44 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Joseph Myers
21:42 Re: [libiberty patch] pex-unix error behaviour Ian Lance Taylor via gcc-patch
21:34 Re: [PATCH v2][C][ADA] use function descriptors instead of trampolines in C Joseph Myers
21:27 Re: patch to bug #86829 Jeff Law
21:06 Walk pointer_to and reference_to chain in free_lang_data Jan Hubicka
20:48 [Patch, Fortran, F08] PR 86888: allocatable components of indirectly recursive type Janus Weil
20:34 Re: [C++ PATCH] Speed up inplace_merge algorithm & fix inefficient logic(PR libstdc++/83938) François Dumont
20:18 Re: PR libstdc++/68222 Hide safe iterator operators François Dumont
20:08 Re: patch to bug #86829 Giuliano Augusto Faulin Belina
19:47 Re: [libiberty patch] pex-unix error behaviour Nathan Sidwell
19:43 Re: Async I/O patch with compilation fix Thomas Koenig
19:04 Re: [libiberty patch] pex-unix error behaviour Ian Lance Taylor via gcc-patch
18:15 Re: [libiberty patch] pex-unix error behaviour Nathan Sidwell
17:49 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
17:35 Re: VRP: rewrite the division code (to handle corner cases including 0) Aldy Hernandez
17:20 Re: [PATCH] Optimize more boolean functions MCC CS
16:46 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
16:37 Re: [libiberty patch] pex-unix error behaviour Ian Lance Taylor via gcc-patch
16:35 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
16:09 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
16:00 [PATCH] Optimise sqrt reciprocal multiplications Kyrill Tkachov
15:59 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
15:57 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
15:57 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
15:44 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Joseph Myers
15:37 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
15:35 Re: [PATCH, testsuite] Stringify __USER_LABEL_PREFIX__ in pr85248. Mike Stump
15:27 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
15:25 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
15:13 Re: C++ PATCH for c++/86981, implement -Wpessimizing-move Marek Polacek
15:09 C++ PATCH to fix typo in cp-tree.h Marek Polacek
15:06 [Ada] Add a new gnat tool vxlink Pierre-Marie de Rodat
15:05 [Ada] Crash on expression function and tagged types Pierre-Marie de Rodat
15:05 [Ada] Spurious crash on expression function as completion with contracts Pierre-Marie de Rodat
15:05 [Ada] Retention of with clauses for ignored Ghost units Pierre-Marie de Rodat
15:05 [Ada] Crash processing SPARK annotate aspect Pierre-Marie de Rodat
15:05 [Ada] Spurious error on overriding protected function in instance Pierre-Marie de Rodat
15:04 [Ada] Update for Ownership rules for access types according to AI12-0240 Pierre-Marie de Rodat
15:04 [Ada] Spurious ambiguity error on call returning an access type Pierre-Marie de Rodat
15:04 [Ada] Improper copying of limited arrays with default initialization Pierre-Marie de Rodat
15:03 [Ada] Fix internal error on extension of record with representation clause Pierre-Marie de Rodat
15:03 [Ada] Spurious "Duplicated symbol" error with discriminated tasks Pierre-Marie de Rodat
15:03 [Ada] Define versions of dimension system for Float and Long_Float Pierre-Marie de Rodat
15:03 [libiberty patch] pex-unix error behaviour Nathan Sidwell
15:03 [Ada] General purpose doubly linked list for compiler and tool use Pierre-Marie de Rodat
15:02 [Ada] Crash on entry in generic with dynamic elaboration checks Pierre-Marie de Rodat
15:02 [Ada] Dynamically resizable, load factor-based hash table Pierre-Marie de Rodat
15:02 [Ada] Compiler abort on call to expr. function for default discriminant Pierre-Marie de Rodat
15:02 [Ada] Enumeration types with non-standard representation Pierre-Marie de Rodat
15:02 [Ada] Handle pragmas that come from aspects for GNATprove Pierre-Marie de Rodat
14:27 Re: patch to bug #86829 Jeff Law
14:20 [PATCH, testsuite] Stringify __USER_LABEL_PREFIX__ in pr85248. Iain Sandoe
14:17 Re: VRP: rewrite the division code (to handle corner cases including 0) Jeff Law
14:12 Re: C++ PATCH for c++/86981, implement -Wpessimizing-move David Malcolm
14:10 Re: [PATCH][debug] Fix handling of vlas in lto Tom de Vries
14:01 Re: C++ PATCH for c++/86981, implement -Wpessimizing-move Marek Polacek
13:59 Re: Richard Sandiford appointed Global Reviewer Richard Sandiford
13:55 Re: [PATCH][RFC] Add gimple-cfg.h. Richard Biener
13:34 Re: [PATCH] RFC: Refactor std::tuple constraints Ville Voutilainen
13:14 Re: [PATCH] Merge Ignore and Deprecated in .opt files. Martin Liška
13:07 Re: [PATCH][Middle-end]patch for fixing PR 86519 Paul Hua
12:58 [PATCH][RFC] Add gimple-cfg.h. Martin Liška
12:40 Re: [RFC][debug] Add -greadable-dwarf Tom de Vries
12:22 Re: [RFC][debug] Add -greadable-dwarf Tom de Vries
11:59 Re: C++ PATCH for c++/67012, c++/86942, detect invalid cases with function return type deduction Jason Merrill
11:50 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Joseph Myers
11:50 Re: C++ PATCH for c++/65043, missing narrowing warning with bool Jason Merrill
11:29 Re: C++ PATCH for c++/86499, non-local lambda with a capture-default Jason Merrill
11:22 Re: [C++ Patch, obvious?] Change check_static_variable_definition return type to void Jason Merrill
10:20 [C++ Patch, obvious?] Change check_static_variable_definition return type to void Paolo Carlini
09:58 Re: [PATCH] Fix P81033 for FDEs in partitioned code. Richard Biener
09:46 Re: VRP: rewrite the division code (to handle corner cases including 0) Richard Biener
09:46 Re: [PATCH] Fix P81033 for FDEs in partitioned code. Iain Sandoe
09:34 [PATCH] Remove redundant { dg-do run } directives in tests Jonathan Wakely
09:33 Re: PR libstdc++/68222 Hide safe iterator operators Jonathan Wakely
09:25 Re: P0646R1 for Debug mode Jonathan Wakely
09:18 Re: [PATCH][C++] Fix PR86763, wrong-code with TYPE_TYPELESS_STORAGE Richard Biener
09:17 [PATCH] RFC: Refactor std::tuple constraints Jonathan Wakely
09:14 Re: [PATCH][C++] Fix PR86763, wrong-code with TYPE_TYPELESS_STORAGE Szabolcs Nagy
09:00 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Richard Biener
08:46 Re: [PATCH] Make strlen range computations more conservative Richard Biener
08:33 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
08:12 Re: [PATCH] Use c_getstr to get the format string in gimple-ssa-sprintf.c Richard Biener
08:10 Re: [PATCH, rs6000] Improve TREE_TYPE comparisons in fold_mergehl_helper() Richard Biener
08:09 Re: [committed] Add support for grouping of related diagnostics (PR other/84889) Richard Biener
08:03 Re: patch to bug #86829 Richard Biener
07:54 Re: [PATCH][debug] Add debug and earlydebug dumps Tom de Vries
07:16 Re: [RFC][debug] Add -greadable-dwarf Richard Biener
07:01 Re: [RFC][debug] Add -greadable-dwarf Jason Merrill
06:43 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
06:23 Re: VRP: abstract out MIN/MAX/ABS wide int code Aldy Hernandez
06:17 Re: [PATCH v2][C][ADA] use function descriptors instead of trampolines in C Uecker, Martin
06:00 Re: C++ PATCH for c++/86981, implement -Wpessimizing-move Jason Merrill
05:38 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
05:30 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
05:17 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
03:03 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
02:43 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
00:00 Re: [libiberty patch] PEX-unix forking Nathan Sidwell

August 20, 2018
23:42 Re: C++ PATCH for c++/86981, implement -Wpessimizing-move David Malcolm
23:29 [PATCH] fix some build breakage Nathan Sidwell
23:23 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
23:22 Re: [PATCH], PR target/87033, General LWAX on PowerPC Segher Boessenkool
23:04 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
23:02 Re: [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
22:55 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
22:54 Re: C++ PATCH for c++/86981, implement -Wpessimizing-move Marek Polacek
22:50 [PATCH] Use c_getstr to get the format string in gimple-ssa-sprintf.c Bernd Edlinger
22:49 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Joseph Myers
22:46 [PATCH], PR target/87033, General LWAX on PowerPC Michael Meissner
22:40 Re: VRP: abstract out MIN/MAX/ABS wide int code Jeff Law
22:39 Re: [Patch][GCC] Document and fix -r (partial linking) Joseph Myers
22:39 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
22:35 Re: [PATCH v2][C][ADA] use function descriptors instead of trampolines in C Joseph Myers
22:22 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
22:17 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
22:17 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Joseph Myers
22:07 Re: [PATCH, rs6000] Improve TREE_TYPE comparisons in fold_mergehl_helper() Segher Boessenkool
21:44 [PATCH, RFC, rs6000, v3] enable early gimple-folding of vec_splat Will Schmidt
21:40 [PATCH, rs6000] Improve TREE_TYPE comparisons in fold_mergehl_helper() Will Schmidt
21:36 Re: [libiberty patch] PEX-unix forking Ian Lance Taylor via gcc-patch
21:31 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
21:19 Re: C++ PATCH for c++/86981, implement -Wpessimizing-move David Malcolm
21:16 PING^1: V3 [PATCH] C/C++: Add -Waddress-of-packed-member H.J. Lu
21:10 [committed] Add support for grouping of related diagnostics (PR other/84889) David Malcolm
21:08 C++ PATCH for c++/86981, implement -Wpessimizing-move Marek Polacek
20:56 Re: [PATCH], Improve PowerPC switch behavior on medium code model system Michael Meissner
20:42 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
20:39 Re: P0646R1 for Debug mode François Dumont
20:26 P0646R1 for Debug mode François Dumont
20:03 Re: [PATCH] XFAIL 18_support/new_nothrow.cc on AIX Jonathan Wakely
19:47 Re: [PING][PATCH] Make function clone name numbering independent. Jeff Law
19:40 Re: patch to bug #86829 Jeff Law
19:11 Re: [PATCH] x86: Always update EH return address in word_mode H.J. Lu
19:07 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Jeff Law
19:05 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) David Edelsohn
18:43 Re: [PATCH][GCC][mid-end] Fix DSE big-endian subreg crash Jeff Law
18:40 Re: [PATCH] x86: Always update EH return address in word_mode Uros Bizjak
18:32 Re: [PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation Jeff Law
18:24 Re: [PATCH 3/3] Improve switch code emission for a balanced tree (PR tree-optimization/86847). Jeff Law
18:19 Re: [PATCH, Darwin] Do not run dsymutil automatically, when -save-temps is on the command line. Mike Stump
18:19 [PATCH] x86: Always update EH return address in word_mode H.J. Lu
18:13 Re: [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
17:44 [CPP PATCH] node field bits Nathan Sidwell
17:38 [libiberty patch] PEX-unix forking Nathan Sidwell
17:38 Re: [PATCH] Optimize more boolean functions Marc Glisse
17:37 Re: [Patch][Aarch64] Implement Aarch64 SIMD ABI and aarch64_vector_pcs attribute Steve Ellcey
17:23 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
17:12 Re: [PATCH v3 01/10] Initial TI PRU GCC port Jeff Law
17:09 [PATCH] XFAIL 18_support/new_nothrow.cc on AIX David Edelsohn
16:31 [CPP PATCH] node type Nathan Sidwell
15:59 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
15:27 [CPP PATCH] Fix warning & other cleanups. Nathan Sidwell
15:16 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
15:13 Re: r 262451 Iain Sandoe
15:07 [PATCH] Optimize more boolean functions MCC CS
15:03 Re: [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Bernd Edlinger
14:55 Re: r 262451 Alexander Monakov
14:54 Re: [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Jeff Law
14:52 Re: [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Bernd Edlinger
14:50 r 262451 Iain Sandoe
14:37 Re: [PATCH v3 02/10] Initial TI PRU libgcc port Jeff Law
14:34 Re: [PATCH v3 03/10] testsuite: Add PRU tests Jeff Law
14:30 Re: [PATCH] PR86844: Fix for store merging Jeff Law
14:26 Re: [PATCH] Make strlen range computations more conservative Jeff Law
14:18 [PATCH] Kill cpp-id-data.h Nathan Sidwell
14:16 Re: [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Jeff Law
14:07 [PATCH v2][C][ADA] use function descriptors instead of trampolines in C Uecker, Martin
13:59 [PATCH] Improve PR78655 Richard Biener
13:54 Re: [PATCH] PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignment Jonathan Wakely
13:28 Re: [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Richard Biener
13:19 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
13:09 Re: [PATCH][debug] Fix handling of vlas in lto Richard Biener
12:59 Re: [RFC][debug] Add -greadable-dwarf Richard Biener
12:38 [PATCH] #assert becomes macro-like Nathan Sidwell
12:37 Re: [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Bernd Edlinger
12:33 Re: Fix even more merging PIC and PIE options Richard Biener
12:25 Re: [PATCH][debug] Add debug and earlydebug dumps Richard Biener
12:14 Re: [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Richard Biener
12:13 [PATCH] Refactor std::optional SFINAE constraints Jonathan Wakely
12:10 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
11:54 Re: Remove obsolette hunk in free_lang_data_r Richard Biener
11:53 Re: Do not stream types in DECL_CONTEXT Richard Biener
11:39 Remove obsolette hunk in free_lang_data_r Jan Hubicka
11:37 Do not stream types in DECL_CONTEXT Jan Hubicka
11:02 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
10:47 Re: [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Alexander Monakov
10:41 Re: [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Richard Biener
10:40 [PING 5][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor Siddhesh Poyarekar
10:24 Re: [PATCH] Make strlen range computations more conservative Richard Biener
10:23 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
10:12 Re: [PATCH] Make strlen range computations more conservative Richard Biener
10:06 Re: [PATCH] Make strlen range computations more conservative Richard Biener
10:04 Re: [PATCH, LTO wrappers] If we're not building a plugin don't try to invoke it. Richard Biener
10:02 Re: [PATCH, driver specs] Put -flto-partition= on the collect2 c/l Richard Biener
09:43 Re: [PATCH RFC] gimplefe: expose MULT_HIGHPART_EXPR Richard Biener
09:36 Re: [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Richard Biener
09:33 Re: [PATCH][C++] Fix PR86763, wrong-code with TYPE_TYPELESS_STORAGE Richard Biener
09:30 Re: [PATCH][C++] Fix PR86763, wrong-code with TYPE_TYPELESS_STORAGE Szabolcs Nagy
08:57 Re: [PATCH][Middle-end]patch for fixing PR 86519 Rainer Orth
08:35 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Richard Biener
08:27 Re: Fix test 86658 in Debug mode Jonathan Wakely
07:27 Re: [PATCH] Fix P81033 for FDEs in partitioned code. Richard Biener

August 19, 2018
19:47 Re: [PATCH] Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics Thomas Koenig
19:44 [PATCH] Avoid negative bitpos in expand_expr_real_1 (PR 86984) Bernd Edlinger
19:08 [PATCH, i386]: FIx PR 86994, gcc.target/i386/20040112-1.c FAILs Uros Bizjak
16:01 Re: [PATCH] Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics Janne Blomqvist
15:55 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
13:40 Re: Async I/O patch with compilation fix Thomas Koenig

August 18, 2018
22:44 Re: Async I/O patch with compilation fix Christophe Lyon
21:02 [PATCH, LTO wrappers] If we're not building a plugin don't try to invoke it. Iain Sandoe
20:31 Re: PR libstdc++/68222 Hide safe iterator operators François Dumont
20:17 [PATCH, Darwin] Do not run dsymutil automatically, when -save-temps is on the command line. Iain Sandoe
20:09 Fix test 86658 in Debug mode François Dumont
19:00 [PATCH, driver specs] Put -flto-partition= on the collect2 c/l Iain Sandoe
18:02 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
17:39 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
17:09 Re: [PATCH] convert braced initializers to strings (PR 71625) Bernd Edlinger
17:01 VEC_DUPLICATE_EXPR options (was Re: [PATCH, RFC, rs6000] enable GIMPLE folding of vec_splat) Richard Sandiford
16:46 Re: [PATCH] convert braced initializers to strings (PR 71625) Richard Sandiford
16:33 Re: [RFC] [PATCH][C][ADA] use function descriptors instead of trampolines in C Uecker, Martin
15:02 Re: [PATCH, X86] Test for MACH-O before HAVE_AS_GOTOFF_IN_DATA Richard Biener
14:25 Re: [PATCH] convert braced initializers to strings (PR 71625) Bernd Edlinger
12:40 [PATCH, X86] Test for MACH-O before HAVE_AS_GOTOFF_IN_DATA Iain Sandoe
12:23 Re: patch to bug #86829 Giuliano Augusto Faulin Belina
12:22 Re: [PING] [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Bernd Edlinger
10:40 Re: [PATCH] convert braced initializers to strings (PR 71625) Richard Sandiford
10:12 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Richard Sandiford
09:20 Re: [PATCH] PR86844: Fix for store merging Eric Botcazou
08:44 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Uros Bizjak
05:19 Re: [PATCH 2/3] Fix probability for bit-tests. Jeff Law
05:17 Re: [PATCH 1/3] Fix probabilities for jump table (PR tree-optimization/86702). Jeff Law
04:13 Re: [PATCH] convert braced initializers to strings (PR 71625) Jeff Law
04:09 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
04:01 Re: [PING] [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jeff Law
03:50 Re: [PATCH][Middle-end]patch for fixing PR 86519 Jeff Law
03:47 Re: [PATCH] Check the STRING_CSTs in varasm.c Jeff Law
03:43 Re: [PATCH][Middle-end]patch for fixing PR 86519 Paul Hua
03:43 Re: [PATCH] Check the STRING_CSTs in varasm.c Jeff Law
03:32 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
03:22 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
03:17 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law

August 17, 2018
23:16 [PATCH] Adjust lazy macro definition Nathan Sidwell
23:01 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
22:26 Re: [PATCH] convert braced initializers to strings (PR 71625) Bernd Edlinger
22:24 Re: [PATCH] Merge Ignore and Deprecated in .opt files. Segher Boessenkool
21:57 [committed]: C++: -Wwrite-strings: use location of string constant David Malcolm
21:34 Re: [PATCH,rs6000] Add builtins for accessing the FPSCR Segher Boessenkool
21:07 [PATCH][debug] Fix handling of vlas in lto Tom de Vries
20:17 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
19:55 Re: [PATCH] RFC: remove std::tuple<T, U> partial specialization Jonathan Wakely
19:47 Re: [PATCH] RFC: remove std::tuple<T, U> partial specialization Ville Voutilainen
19:46 Re: [PATCH] RFC: remove std::tuple<T, U> partial specialization Ville Voutilainen
19:33 [PATCH] doc: Use @ref, not @xref, in the middle of a sentence Segher Boessenkool
19:30 Re: [PATCH v2 2/4] libgcc: add crt{begin,end} for powerpc-wrs-vxworks target Olivier Hainque
19:29 [PATCH] RFC: remove std::tuple<T, U> partial specialization Jonathan Wakely
19:25 Re: [2/5] C-SKY port v3: Backend implementation Sandra Loosemore
18:59 Re: [committed] diagnostics: add line numbers to source (PR other/84889) Andreas Schwab
18:54 Re: [PATCH] PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignment Jonathan Wakely
18:46 Re: [PATCH,rs6000] Add builtins for accessing the FPSCR Carl Love
18:44 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
18:31 Re: [PATCH] Minor optimisations in operator new(size_t, align_val_t) Marc Glisse
18:24 Re: [PATCH] v2: Formatted printing for dump_* in the middle-end David Malcolm
18:23 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
18:01 Re: [PATCH] PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignment Jonathan Wakely
17:52 [PATCH] PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignment Jonathan Wakely
17:52 Re: [PATCH] Minor optimisations in operator new(size_t, align_val_t) Jonathan Wakely
17:49 Re: [committed] diagnostics: add line numbers to source (PR other/84889) Manuel López-Ibáñez
17:35 Re: [PATCH] Handle not explicitly zero terminated strings in merge sections Bernd Edlinger
17:28 Re: [PATCH] Minor optimisations in operator new(size_t, align_val_t) Marc Glisse
17:22 Re: [PATCH] Fix poly types after PR tree-optimization/71625 strlen optimization Kyrill Tkachov
17:19 [PATCH] rs6000: Give names to cbranch/creturn patterns Segher Boessenkool
17:19 [PATCH] Fix poly types after PR tree-optimization/71625 strlen optimization Szabolcs Nagy
16:50 Re: [committed] diagnostics: add line numbers to source (PR other/84889) Andreas Schwab
16:46 [PATCH,rs6000] Add builtins for accessing the FPSCR Carl Love
16:39 Re: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Bernhard Reutner-Fischer
16:29 Re: [committed] diagnostics: add line numbers to source (PR other/84889) Manuel López-Ibáñez
16:06 [PATCH] Macro body is trailing array Nathan Sidwell
15:49 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
15:41 Re: Async I/O patch with compilation fix Thomas Koenig
15:16 Re: [PATCH, rs6000] Early gimple folding of vec_mergeh and vec_mergel for float Richard Biener
15:05 Re: [PATCH, rs6000] Early gimple folding of vec_mergeh and vec_mergel for float Will Schmidt
14:38 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Martin Sebor
14:16 Re: [PATCH] scev: dump final value replacement expressions Jeff Law
14:11 Re: [PATCH, RFC, rs6000] enable GIMPLE folding of vec_splat Richard Biener
14:01 Re: [PATCH, rs6000] Early gimple folding of vec_mergeh and vec_mergel for float Richard Biener
13:53 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
13:50 Re: [PATCH] PR86844: Fix for store merging Richard Biener
13:38 Re: [PATCH] Check the STRING_CSTs in varasm.c Richard Biener
13:19 [PATCH] scev: dump final value replacement expressions Alexander Monakov
13:09 [PATCH RFC] gimplefe: expose MULT_HIGHPART_EXPR Alexander Monakov
12:54 [PATCH RFC] add generic expansion for MULT_HIGHPART_EXP Alexander Monakov
12:36 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
12:19 Re: [PATCH] Check the STRING_CSTs in varasm.c Richard Biener
12:14 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Joseph Myers
12:14 Re: [PATCH] Check the STRING_CSTs in varasm.c Richard Biener
12:13 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
12:03 Re: [PATCH][GCC][AARCH64] Use stdint integers in vect_su_add_sub.c Richard Biener
12:01 [PATCH] Move cpp_macro to cpplib.h Nathan Sidwell
12:01 [PATCH] Call braced_list_to_string after array size is fixed Bernd Edlinger
11:32 [PATCH][8-branch][OBVIOUS] Fix wrong option declaration of fcilkplus (PR other/86992). Martin Liška
10:38 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
10:31 Re: [PATCH] Make strlen range computations more conservative Richard Biener
10:22 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
10:04 [RFC][debug] Fix handling of vlas in lto Tom de Vries
09:40 Re: [PATCH][2/4] Add rev_post_order_and_mark_dfs_back_seme Richard Biener
09:38 Re: [PATCH] Check the STRING_CSTs in varasm.c Richard Biener
09:33 Re: [PATCH] Check the STRING_CSTs in varasm.c Richard Biener
09:26 [PATCH] Fix PR86841 Richard Biener
09:14 Re: [PING] [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Bernd Edlinger
07:29 Re: [PATCH 4/4] rs6000: Delete old add+cmp patterns Steven Bosscher
07:16 Re: [PATCH] DWARF: add DW_AT_count to zero-length arrays Omar Sandoval
07:11 VRP: abstract out MIN/MAX/ABS wide int code Aldy Hernandez
06:55 Re: [PATCH] DWARF: add DW_AT_count to zero-length arrays Omar Sandoval
05:45 Re: [2/5] C-SKY port v3: Backend implementation Jeff Law
05:28 Re: [PATCH] DWARF: add DW_AT_count to zero-length arrays Andrew Pinski
05:15 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
05:09 Re: [PATCH] Make strlen range computations more conservative Jeff Law
04:52 Re: [PATCH, Darwin] Move fixed _Unwind_find_Enclosing_func to a crt. Jeff Law
04:46 Re: [PATCH] Check the STRING_CSTs in varasm.c Jeff Law
04:29 [PATCH] DWARF: add DW_AT_count to zero-length arrays Omar Sandoval
04:08 Re: [PATCH] v2: Formatted printing for dump_* in the middle-end Jeff Law
04:02 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Jeff Law
02:17 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
02:17 C++ PATCH for c++/67012, c++/86942, detect invalid cases with function return type deduction Marek Polacek

August 16, 2018
23:21 Re: [PATCH, RFC, rs6000, v2] folding of vec_splat Will Schmidt
23:01 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Joseph Myers
22:47 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Jeff Law
22:42 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
22:34 [committed] diagnostics: fix bad interaction between line spans and line numbers David Malcolm
22:29 [committed] diagnostics: tweak to line-insertion fix-it hints with line-numbering David Malcolm
22:20 Re: [ARM/FDPIC v2 00/21] FDPIC ABI for ARM Christophe Lyon
21:56 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
21:27 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
20:51 Re: [PATCH, RFC, rs6000, v2] folding of vec_splat Segher Boessenkool
20:46 Re: [PATCH, Darwin, drivers] Split DWARF is not supported on Darwin. Mike Stump
19:38 [PATCH] RFC: reduce likelihood of fully-dynamic-string throwing on move Jonathan Wakely
19:16 [PATCH] Macro definition parameter parsing Nathan Sidwell
18:55 [PATCH, testsuite]: Loosen scan-assembler strings in gcc.target/i386/avx{,2}-cvt-2.c Uros Bizjak
18:47 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
17:38 Re: [PATCH] [C] Warn when calculating abs(unsigned_value) Martin Sebor
17:35 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
17:16 [PATCH] Fix warning with -Wsign-compare -Wsystem-headers in __sph_legendre Jonathan Wakely
17:15 [PATCH 4/4] rs6000: Delete old add+cmp patterns Segher Boessenkool
17:15 [PATCH 3/4] rs6000: Remove "length 4" from other insns Segher Boessenkool
17:14 [PATCH 2/4] rs6000: Remove "length 4" from branch insns Segher Boessenkool
17:14 [PATCH 1/4] rs6000: Change the length attribute default Segher Boessenkool
17:14 [PATCH 0/4] rs6000: length attribute Segher Boessenkool
17:10 [committed] -Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693) David Malcolm
16:56 [PATCH] Avoid deprecation warning with -Wsystem-headers Jonathan Wakely
16:55 Re: [PATCH] Merge Ignore and Deprecated in .opt files. Joseph Myers
16:50 Re: [PATCH] [C] Warn when calculating abs(unsigned_value) Joseph Myers
16:48 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Jeff Law
16:46 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Vlad Lazar
16:35 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Jeff Law
15:56 [PATCH] Fix bootstrap with --enable-fully-dynamic-string Jonathan Wakely
15:50 [PATCH, RFC, rs6000, v2] folding of vec_splat Will Schmidt
15:47 Re: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Julian Brown
15:32 Re: [PATCH] convert braced initializers to strings (PR 71625) Jeff Law
15:23 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
15:09 Re: [PATCH, testsuite] Make pr80263 work for Darwin by suppressing pubnames/types. Jeff Law
15:08 Re: [PATCH][GCC][DOCS] Remove rtl.texi references to old RTX code class names Jeff Law
14:56 Re: [Patch wwwdocs] Document arm-8-branch Gerald Pfeifer
14:44 Re: [PATCH][GCC][DOCS] Remove rtl.texi references to old RTX code class names Sandra Loosemore
14:35 [PATCH, testsuite] Make pr80263 work for Darwin by suppressing pubnames/types. Iain Sandoe
13:55 [PATCH, Darwin, drivers] Split DWARF is not supported on Darwin. Iain Sandoe
11:29 Re: [2/2] Add AddressSanitizer annotations to std::string. Mikhail Kashkarov
10:28 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Richard Sandiford
10:23 Re: [GCC][PATCH][Aarch64] Make common aarch64 options target-dependent Sam Tebbs
10:18 Re: GCC 7 backport Martin Liška
10:14 Re: GCC 8 backports Martin Liška
09:46 Re: [GCC][PATCH][Aarch64] Make common aarch64 options target-dependent Richard Earnshaw (lists)
09:30 Re: [PATCH v2 2/4] libgcc: add crt{begin,end} for powerpc-wrs-vxworks target Rasmus Villemoes
09:18 Re: [PATCH] Merge Ignore and Deprecated in .opt files. Martin Liška
08:46 [GCC][PATCH][Aarch64] Make common aarch64 options target-dependent Sam Tebbs
08:42 Re: [PATCH][GCC][DOCS] Remove rtl.texi references to old RTX code class names Matthew Malcomson
06:37 Re: [PATCH] convert braced initializers to strings (PR 71625) Bernd Edlinger
04:50 [PATCH v3 05/10] testsuite: Add check for unsupported TI ABI PRU features to testsuite Dimitar Dimitrov
04:50 [PATCH v3 10/10] testsuite: Mark testsuite that PRU has different calling convention Dimitar Dimitrov
04:50 [PATCH v3 06/10] testsuite: Remove PRU from test cases requiring hosted environment Dimitar Dimitrov
04:50 [PATCH v3 03/10] testsuite: Add PRU tests Dimitar Dimitrov
04:50 [PATCH v3 09/10] testsuite: Mark that PRU uses all function pointer bits Dimitar Dimitrov
04:50 [PATCH v3 08/10] testsuite: Mark that PRU has one-cycle jumps Dimitar Dimitrov
04:50 [PATCH v3 07/10] testsuite: Define PRU stack usage Dimitar Dimitrov
04:50 [PATCH v3 02/10] Initial TI PRU libgcc port Dimitar Dimitrov
04:50 [PATCH v3 01/10] Initial TI PRU GCC port Dimitar Dimitrov
04:50 [PATCH v3 04/10] testsuite: Add check for overflowed IMEM region to testsuite Dimitar Dimitrov
04:50 [PATCH v3 00/10] New backend for the TI PRU processor Dimitar Dimitrov
03:53 Re: [PATCH] [C] Warn when calculating abs(unsigned_value) Martin Sebor

August 15, 2018
23:55 Re: [PATCH] [C] Warn when calculating abs(unsigned_value) Eric Gallager
23:50 Re: [committed] diagnostics: add labeling of source ranges Eric Gallager
21:34 Re: [PATCH] convert braced initializers to strings (PR 71625) Jeff Law
21:14 Re: [PATCH] convert braced initializers to strings (PR 71625) Jeff Law
21:08 Re: [RFC PATCH, i386]: Deprecate -mmitigate-rop Uros Bizjak
21:02 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
20:23 Re: C++ PATCH for c++/67012, diagnose decltype(auto) f() -> int; Marek Polacek
19:57 Re: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Bernhard Reutner-Fischer
19:46 [PATCH] Fix experimental::pmr typedefs and add tests Jonathan Wakely
19:37 Re: [PATCH][x86] Match movss and movsd "blend" instructions Uros Bizjak
19:26 Re: [PATCH][GCC][DOCS] Remove rtl.texi references to old RTX code class names Sandra Loosemore
19:20 [PATCH] Refactor uses-allocator construction Jonathan Wakely
19:16 Re: [PATCH, testsuite] Fix PR78544 for Darwin. Iain Sandoe
19:07 Re: [PATCH, testsuite] Fix PR78544 for Darwin. Joseph Myers
18:51 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
18:50 [PATCH, Darwin] Move fixed _Unwind_find_Enclosing_func to a crt. Iain Sandoe
18:48 Re: [PATCH, testsuite] Fix PR78544 for Darwin. Iain Sandoe
18:46 C++ PATCH for c++/67012, diagnose decltype(auto) f() -> int; Marek Polacek
18:42 Re: [PATCH,testsuite, Darwin] Skip tests with pthread_barrier. Mike Stump
18:39 Re: [PATCH, testsuite] Fix PR78544 for Darwin. Mike Stump
18:35 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
18:30 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
18:18 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
18:14 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
18:12 [committed] diagnostics: add labeling of source ranges David Malcolm
18:06 Re: [aarch64}: added variable issue rate feature for falkor Steve Ellcey
17:32 lightweight class to wide int ranges in VRP and friends Aldy Hernandez
17:31 Re: Warning about -Wmain for local variables Prathamesh Kulkarni
17:26 [PATCH] CPP Macro predicates Nathan Sidwell
17:19 [PATCH][GCC][DOCS] Remove rtl.texi references to old RTX code class names Matthew Malcomson
16:46 Re: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Julian Brown
16:43 Re: [PATCH, testsuite] Fix gcc.dg/memcmp-1.c for targets using __USER_LABEL_PREFIX__ Jeff Law
16:39 Re: [PATCH] Merge Ignore and Deprecated in .opt files. Joseph Myers
16:38 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
16:38 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
16:36 Re: [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
16:26 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
16:05 [PATCH, testsuite] Fix gcc.dg/memcmp-1.c for targets using __USER_LABEL_PREFIX__ Iain Sandoe
15:57 Re: Stack alignment on Darwin (PR78444) H.J. Lu
15:51 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
15:42 Re: [PATCH 0/6] improve handling of char arrays with missing nul (PR 86552, 86711, 86714) Jeff Law
15:41 Stack alignment on Darwin (PR78444) Iain Sandoe
15:31 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
15:06 Re: [PATCH, testsuite] Stringify __USER_LABEL_PREFIX__ for pr81923.c Richard Biener
15:04 Re: [PATCH] convert braced initializers to strings (PR 71625) Richard Biener
14:47 Re: [PATCH 0/6] improve handling of char arrays with missing nul (PR 86552, 86711, 86714) Martin Sebor
14:25 Re: [PATCH][GCC][Arm] Fix subreg crash in different way by enabling the FP16 pattern unconditionally. Kyrill Tkachov
14:23 [PATCH,testsuite, Darwin] Skip tests with pthread_barrier. Iain Sandoe
14:15 [PATCH, testsuite] Stringify __USER_LABEL_PREFIX__ for pr81923.c Iain Sandoe
14:04 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
14:02 [RFC][debug] Add -greadable-dwarf Tom de Vries
13:20 [PATCH, testsuite] Fix PR78544 for Darwin. Iain Sandoe
13:06 [arm-8-branch] Backport spectre v1 patches Ramana Radhakrishnan
12:57 [PATCH][GCC][mid-end] Fix DSE big-endian subreg crash Tamar Christina
12:55 Re: [PATCH][GCC][AArch64] Limit movmem copies to TImode copies. Tamar Christina
12:52 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Liška
12:25 Re: [PATCH v2] S/390: Remove literal pool chunkification loop Andreas Krebbel
12:18 Re: [PATCH] Merge Ignore and Deprecated in .opt files. Martin Liška
12:07 Re: [PATCH] convert braced initializers to strings (PR 71625) Joseph Myers
11:34 [PATCH] Set start_location to 0 if we ran out of line map space H.J. Lu
10:50 [PATCH v2] S/390: Remove literal pool chunkification loop Ilya Leoshkevich
10:45 Re: [aarch64}: added variable issue rate feature for falkor Kai Tietz
10:29 Re: [PATCH] convert braced initializers to strings (PR 71625) James Greenhalgh
09:59 Re: [PATCH] PR libstdc++/86846 Alternative to pointer-width atomics Jonathan Wakely
09:40 Re: [PATCH] PR libstdc++/86846 Alternative to pointer-width atomics Szabolcs Nagy
09:00 [Patch wwwdocs] Document arm-8-branch Ramana Radhakrishnan
08:59 Re: [PATCH] arm: Generate correct const_ints (PR86640) Kyrill Tkachov
08:21 RE: [PATCH] arm: Generate correct const_ints (PR86640) Tamar Christina
06:02 Re: [PATCH 0/6] improve handling of char arrays with missing nul (PR 86552, 86711, 86714) Jeff Law
05:47 Re: [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jeff Law
05:37 Re: [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jeff Law
05:31 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Jeff Law
05:12 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Jeff Law
04:39 Re: [PATCH] Make strlen range computations more conservative Jeff Law
04:34 Re: [PATCH][x86] Match movss and movsd "blend" instructions Jeff Law
04:25 Re: [PATCH][Middle-end]patch for fixing PR 86519 Jeff Law
04:20 Re: [PATCH] Fix merging of 2 predictors (PR tree-optimization/86925). Jeff Law
04:15 Re: fix reassoc cut&pasto Jeff Law
04:12 Re: [PATCH] lra: fix FPE when dumping Jeff Law
04:03 Re: [PATCH] avoid MEM_REF when looking for poor-man's flexible arrays (PR 86914) Jeff Law
03:56 Re: [RFC PATCH, i386]: Deprecate -mmitigate-rop Jeff Law
02:34 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
01:33 VRP: rewrite the division code (to handle corner cases including 0) Aldy Hernandez

August 14, 2018
23:30 C++ PATCH for c++/65043, missing narrowing warning with bool Marek Polacek
23:18 [PATCH, rs6000] Fix PR86731 vec_sl() Will Schmidt
22:18 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
21:14 Re: [PATCH] convert braced initializers to strings (PR 71625) Joseph Myers
21:05 Re: [PATCH] [C] Warn when calculating abs(unsigned_value) Joseph Myers
20:59 Re: [PATCH] Fix PR19315. Joseph Myers
20:58 Re: [PATCH] Deprecate std::get_temporary_buffer Ville Voutilainen
20:54 Re: [C++ Patch] Tweak check_previous_goto_1 to emit hard errors instead of permerrors in some cases Nathan Sidwell
20:34 [PATCH] Deprecate std::get_temporary_buffer Jonathan Wakely
20:29 Re: [PATCH] Use getentropy() for seeding PRNG Janne Blomqvist
20:19 [PATCH] PR libstdc++/86954 use non-placement operator delete Jonathan Wakely
20:18 Re: [PATCH] Use getentropy() for seeding PRNG Rainer Orth
20:18 Re: [PATCH] Fix P81033 for FDEs in partitioned code. Mike Stump
20:16 Re: [PATCH, Darwin] Remove unnecessary target hook. Mike Stump
20:08 Re: [PATCH, Darwin, Obvious] Fix PR81685, by adding DWARF 5 section names. Mike Stump
19:50 Re: Improve safe iterator move semantic François Dumont
19:33 Re: [PATCH] lra: fix FPE when dumping Vladimir Makarov
19:33 Re: [PATCH] Backport of RISC-V support for libffi go closures Jim Wilson
19:13 Re: [Patch, Fortran] PR 86116: Ambiguous generic interface not recognised Janus Weil
19:01 [PATCH] avoid MEM_REF when looking for poor-man's flexible arrays (PR 86914) Martin Sebor
17:01 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Vlad Lazar
16:50 fix reassoc cut&pasto Alexandre Oliva
16:03 Re: [PATCH] Use more DECL_BUILT_IN_P macro. Martin Sebor
15:24 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
15:16 Re: [PATCH] Fix build with ISL 0.20 Matthias Klose
15:08 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
14:57 [PATCH][Middle-end]patch for fixing PR 86519 Qing Zhao
14:50 Re: [aarch64}: added variable issue rate feature for falkor Kyrill Tkachov
14:21 [PATCH] S/390: Remove UNSPEC_LTREL_BASE Ilya Leoshkevich
14:16 Re: [Patch, Fortran] PR 86116: Ambiguous generic interface not recognised Fritz Reese
14:11 Re: [PATCH] Simplify overflow checks in duration literals Jonathan Wakely
14:08 Re: [PATCH] Add a character size parameter to c_strlen/get_range_strlen Martin Sebor
13:59 Re: [PATCH] Simplify overflow checks in duration literals Marek Polacek
13:59 Re: [PATCH] Use getentropy() for seeding PRNG Fritz Reese
13:55 [PATCH] Simplify overflow checks in duration literals Jonathan Wakely
13:27 Re: [PATCH] convert braced initializers to strings (PR 71625) James Greenhalgh
13:13 [PATCH] PR libstdc++/86846 Alternative to pointer-width atomics Jonathan Wakely
12:56 [PING 4][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor Siddhesh Poyarekar
12:34 Re: [PATCH][GCC][AArch64] Limit movmem copies to TImode copies. Sudakshina Das
12:10 [PATCH] PR libstdc++/85343 overload __throw_ios_failure to take errno Jonathan Wakely
11:54 [PATCH] [C] Warn when calculating abs(unsigned_value) Martin Jambor
11:38 [PATCH, Darwin, Obvious] Fix PR81685, by adding DWARF 5 section names. Iain Sandoe
11:32 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Szabolcs Nagy
11:24 Re: [PATCH] Rope iterators: don't retain pointers when copied Jonathan Wakely
11:20 [PATCH] Fix P81033 for FDEs in partitioned code. Iain Sandoe
10:46 [PATCH] Fix PR19315. Iain Sandoe
10:29 Re: [PING] [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Bernd Edlinger
10:25 [PATCH] Add a character size parameter to c_strlen/get_range_strlen Bernd Edlinger
09:49 Re: Two fixes for pretty-print.c for mingw-w64 JonY
09:23 Re: [arm-8-branch] Add Linaro version string and macros Ramana Radhakrishnan
09:06 [PATCH] Use more DECL_BUILT_IN_P macro. Martin Liška
09:04 [PATCH 3/3] Improve switch code emission for a balanced tree (PR tree-optimization/86847). marxin
09:04 [PATCH 2/3] Fix probability for bit-tests. marxin
09:04 [PATCH 1/3] Fix probabilities for jump table (PR tree-optimization/86702). marxin
09:04 [PATCH 0/3] Improvements to switch expansion code marxin
09:00 [PATCH] Backport of RISC-V support for libffi go closures Andreas Schwab
08:37 Re: [libgomp, testsuite] Support parallel testing in libgomp (PR libgomp/66005) Martin Liška
08:12 Re: [Patch, Fortran] PR 86116: Ambiguous generic interface not recognised Janus Weil
07:43 [PATCH] lra: fix FPE when dumping Ilya Leoshkevich
07:42 [PATCH] S/390: Remove literal pool chunkification loop Ilya Leoshkevich
07:17 Re: Fix even more merging PIC and PIE options Martin Liška
06:29 Re: Two fixes for pretty-print.c for mingw-w64 Liu Hao
06:26 Re: [PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation (ping) Chung-Lin Tang
05:55 Two fixes for pretty-print.c for mingw-w64 Liu Hao
03:21 [PATCH 2/6] detect unterminated const arrays in strlen calls (PR 86552) Martin Sebor
00:59 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments David Malcolm

August 13, 2018
23:58 [PING][PATCH] Make function clone name numbering independent. Michael Ploujnikov
23:02 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Jason Merrill
22:25 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Marek Polacek
21:29 [PATCH 6/6] detect unterminated const arrays in strnlen calls (PR 86552) Martin Sebor
21:29 [PATCH 5/6] detect unterminated const arrays in stpcpy calls (PR 86552) Martin Sebor
21:28 [PATCH 4/6] detect unterminated const arrays in sprintf calls (PR 86552) Martin Sebor
21:27 [PATCH 3/6] detect unterminated const arrays in strcpy calls (PR 86552) Martin Sebor
21:25 [PATCH 1/6] prevent folding of unterminated const arrays in memchr calls (PR 86711, 86714) Martin Sebor
21:23 [PATCH 0/6] improve handling of char arrays with missing nul (PR 86552, 86711, 86714) Martin Sebor
20:55 [PATCH, Darwin] Remove unnecessary target hook. Iain Sandoe
20:42 Re: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Julian Brown
20:12 Re: [PATCH] Use getentropy() for seeding PRNG Janne Blomqvist
20:07 Re: [PATCH] Use getentropy() for seeding PRNG Jakub Jelinek
19:45 [Patch, Fortran] PR 86935: Bad locus in ASSOCIATE statement Janus Weil
19:22 [PATCH] rs6000: Fix pr56605.c Segher Boessenkool
19:06 Re: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Cesar Philippidis
19:00 [PATCH] PR libstdc++/45093 avoid warnings for _M_destroy_node Jonathan Wakely
19:00 [PATCH] Minor optimisations in operator new(size_t, align_val_t) Jonathan Wakely
18:57 [PATCH] Add <bit> and <version> to freestanding headers Jonathan Wakely
18:57 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
18:50 C++ PATCH for c++/86499, non-local lambda with a capture-default Marek Polacek
18:42 Re: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Cesar Philippidis
18:25 [PATCH][debug] Add debug and earlydebug dumps Tom de Vries
16:49 Re: [aarch64}: added variable issue rate feature for falkor Kai Tietz
16:40 Re: [aarch64}: added variable issue rate feature for falkor Kai Tietz
16:27 RE: [PATCH][GCC][AArch64] Limit movmem copies to TImode copies. Tamar Christina
16:23 Re: [aarch64}: added variable issue rate feature for falkor Segher Boessenkool
16:22 [PATCH, OpenACC] Add support for gang local storage allocation in shared memory Julian Brown
16:14 Re: [aarch64}: added variable issue rate feature for falkor Kai Tietz
15:55 Re: C++ PATCH to implement C++20 P0806R2, Deprecate implicit capture of this via [=] Marek Polacek
15:52 Re: [aarch64}: added variable issue rate feature for falkor Segher Boessenkool
15:48 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
15:08 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
14:54 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
14:36 Re: [PATCH] Use getentropy() for seeding PRNG Fritz Reese
14:29 Re: [aarch64}: added variable issue rate feature for falkor Kai Tietz
14:27 Re: [PING] [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Martin Sebor
14:00 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Richard Sandiford
13:43 Re: [aarch64}: added variable issue rate feature for falkor Bernhard Reutner-Fischer
13:37 Re: [PATCH][GCC][AArch64] Limit movmem copies to TImode copies. Thomas Preudhomme
13:35 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Ramana Radhakrishnan
13:32 [PATCH] Remove AIX 4.x, 5.x configuration David Edelsohn
13:12 Re: [aarch64}: added variable issue rate feature for falkor Bernhard Reutner-Fischer
13:00 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Martin Liška
12:58 [PATCH] Fix merging of 2 predictors (PR tree-optimization/86925). Martin Liška
12:54 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Ramana Radhakrishnan
12:53 Re: [PATCH v2 4/4] vxworks: don't define vxworks_asm_out_constructor when using .init_array Olivier Hainque
12:49 Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). Martin Liška
12:27 [PATCH] Add test for memcpy expansion with hint. Martin Liška
12:04 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
12:04 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
11:56 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Szabolcs Nagy
11:54 Re: [PATCH v2 3/4] vxworks: enable use of .init_array/.fini_array for cdtors Olivier Hainque
11:34 Re: [PATCH] S/390: Factor out constant pool ref decomposition Andreas Krebbel
10:36 Re: [PATCH] convert braced initializers to strings (PR 71625) Jason Merrill
10:14 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Jason Merrill
10:12 Re: [PATCH] Use getentropy() for seeding PRNG Janne Blomqvist
09:33 [PATCH][GCC][AArch64] Limit movmem copies to TImode copies. Tamar Christina
09:31 RE: [PATCH][GCC][Arm] Fix subreg crash in different way by enabling the FP16 pattern unconditionally. Tamar Christina
08:25 Re: [PATCH v2 3/4] vxworks: enable use of .init_array/.fini_array for cdtors Rasmus Villemoes
08:16 [aarch64}: added variable issue rate feature for falkor Kai Tietz
08:10 [PATCH] S/390: Factor out constant pool ref decomposition Ilya Leoshkevich
07:44 Re: libgo: fix spurious test failure in libgo/runtime/pprof Andreas Schwab
06:28 Re: C++ PATCH for c++/86915, ICE with auto[] Jason Merrill
06:28 Re: C++ PATCH to implement C++20 P0806R2, Deprecate implicit capture of this via [=] Jason Merrill

August 12, 2018
15:30 [[Patch, fortran] PR86863 - [OOP][F2008] type-bound module procedure name not recognized Paul Richard Thomas
14:39 Re: [PATCH][x86] Match movss and movsd "blend" instructions Uros Bizjak
09:06 [PING] [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Bernd Edlinger
03:53 C++ PATCH to implement C++20 P0806R2, Deprecate implicit capture of this via [=] Marek Polacek

August 11, 2018
22:17 [committed] hppa: Revise atomic support to use sync barrier John David Anglin
16:53 C++ PATCH for c++/86915, ICE with auto[] Marek Polacek
16:41 [RFC] [PATCH][C][ADA] use function descriptors instead of trampolines in C Uecker, Martin
14:13 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Marek Polacek
11:32 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Jason Merrill
11:11 Re: Patch ping: [PATCH] Fix thinko in insert_reciprocals (PR tree-optimization/86835) Richard Biener
11:07 Patch ping: [PATCH] Fix thinko in insert_reciprocals (PR tree-optimization/86835) Jakub Jelinek
10:46 C++ PATCH for c++/86728, stdarg generic lambda Jason Merrill
09:55 Re: [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
09:18 Re: [PATCH][x86] Match movss and movsd "blend" instructions Jakub Jelinek
09:05 Re: [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
09:05 Re: [Patch][GCC] Document and fix -r (partial linking) Allan Sandfeld Jensen

August 10, 2018
22:15 Re: [PATCH 1/4] regcprop: Avoid REG_CFA_REGISTER notes (PR85645) Jeff Law
20:55 Re: [PATCH 1/4] regcprop: Avoid REG_CFA_REGISTER notes (PR85645) Segher Boessenkool
20:47 [PATCH] Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics Janne Blomqvist
20:46 Re: [PATCH] rs6000: Fix vector homogeneous aggregates (PR86197) Segher Boessenkool
20:20 [PATCH] PR libstdc++/68210 adjust operator new and delete for LWG 206 Jonathan Wakely
18:39 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
16:56 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
16:04 Re: [PATCH], Improve PowerPC switch behavior on medium code model system Segher Boessenkool
16:00 Re: [arm-8-branch] Add Linaro version string and macros Yvan Roux
15:59 Re: [PATCH v2 3/4] vxworks: enable use of .init_array/.fini_array for cdtors Olivier Hainque
15:54 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Vlad Lazar
15:22 Re: [PATCH][AARCH64] inline strlen for 8-bytes aligned strings Anton Youdkevitch
15:04 Re: [PATCH][AARCH64] inline strlen for 8-bytes aligned strings Wilco Dijkstra
15:01 Re: [arm-8-branch] Add Linaro version string and macros Ramana Radhakrishnan
14:35 Re: [arm-8-branch] Add Linaro version string and macros Yvan Roux
14:33 Fix even more merging PIC and PIE options Jan Hubicka
14:16 Re: [PATCH][AARCH64] inline strlen for 8-bytes aligned strings Anton Youdkevitch
14:04 Re: [RFC][PATCH v2] PR preprocessor/83173: Additional check before decrementing highest_location Mike Gulick
14:02 Re: [RFC,PATCH] Introduce -msdata=explicit for powerpc Segher Boessenkool
13:55 Re: [PATCH][AARCH64] inline strlen for 8-bytes aligned strings Richard Earnshaw (lists)
13:38 [PATCH][AARCH64] inline strlen for 8-bytes aligned strings Anton Youdkevitch
12:31 Re: [arm-8-branch] Add Linaro version string and macros Yvan Roux
11:46 Re: [arm-8-branch] Add Linaro version string and macros Ramana Radhakrishnan
11:42 [RFC PATCH, i386]: Deprecate -mmitigate-rop Uros Bizjak
11:37 Re: [PATCH][OBVIOUS] Remove extra line in MAINTAINERS. Martin Liška
11:26 Re: Improve safe iterator move semantic Ville Voutilainen
11:12 Re: [PATCH][OBVIOUS] Remove extra line in MAINTAINERS. Paolo Carlini
11:04 Re: [PATCH] Remove not needed __builtin_expect due to malloc predictor. Jonathan Wakely
10:47 Re: Improve safe iterator move semantic Jonathan Wakely
10:44 Re: [PATCH][OBVIOUS] Remove extra line in MAINTAINERS. Martin Liška
10:38 Re: [PATCH][OBVIOUS] Remove extra line in MAINTAINERS. Paolo Carlini
10:35 [PATCH][OBVIOUS] Remove extra line in MAINTAINERS. Martin Liška
10:32 [PATCH] Remove not needed __builtin_expect due to malloc predictor. Martin Liška
10:09 [arm-8-branch] Add Linaro version string and macros Yvan Roux
10:01 Re: Improve safe iterator move semantic Jonathan Wakely
09:23 Re: [C++ Patch] Tweak check_previous_goto_1 to emit hard errors instead of permerrors in some cases Paolo Carlini
05:53 Re: [PATCH] i386: do not use SImode mul-highpart on 64-bit Uros Bizjak

August 09, 2018
23:20 [PATCH] Define aliases for containers using polymorphic_allocator Jonathan Wakely
22:34 Re: [Patch] Do not call the linker if we are creating precompiled header files Joseph Myers
22:11 Re: [PATCH] v2: Formatted printing for dump_* in the middle-end Joseph Myers
22:08 Re: [PATCH] Handle overlength strings in the C FE Joseph Myers
22:07 Re: [PATCH] convert braced initializers to strings (PR 71625) Joseph Myers
21:07 Re: [PATCH, RFC, rs6000] enable GIMPLE folding of vec_splat Will Schmidt
20:59 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Marek Polacek
20:54 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Martin Sebor
20:09 Re: [committed] diagnostics: add line numbers to source (PR other/84889) David Malcolm
19:36 Re: Restore flow_bb_inside_loop_p tests (PR 86858) Richard Sandiford
19:29 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Bernd Edlinger
18:41 Improve safe iterator move semantic François Dumont
17:50 Re: libgo: fix spurious test failure in libgo/runtime/pprof Ian Lance Taylor
17:19 Re: m68k: handle more cases of TLS symbols with offset Jeff Law
17:13 [committed][PR middle-end/86897] Disable DOM in test compromised by DOM Jeff Law
16:54 Re: [nios2, committed] Define TARGET_HAVE_SPECULATION_SAFE_VALUE Richard Earnshaw (lists)
16:25 Re: m68k: handle more cases of TLS symbols with offset Andreas Schwab
15:45 Re: [committed] diagnostics: add line numbers to source (PR other/84889) David Malcolm
15:43 Re: Fix invalid assumption in vect_transform_stmt (PR 86871) Richard Biener
15:42 Re: Allow inner-loop reductions with variable-length vectors Richard Biener
15:40 Re: [committed] diagnostics: add line numbers to source (PR other/84889) Joseph Myers
15:35 [committed] diagnostics: add line numbers to source (PR other/84889) David Malcolm
15:28 Re: [PATCH] Clarify source of tm.texi to copy for GFDL grant Joseph Myers
15:21 [PATCH] Clarify source of tm.texi to copy for GFDL grant Thomas Preudhomme
15:03 libgo: fix spurious test failure in libgo/runtime/pprof Andreas Schwab
15:01 [PATCH] i386: do not use SImode mul-highpart on 64-bit Alexander Monakov
14:45 Restore flow_bb_inside_loop_p tests (PR 86858) Richard Sandiford
14:40 Allow inner-loop reductions with variable-length vectors Richard Sandiford
14:38 Fix invalid assumption in vect_transform_stmt (PR 86871) Richard Sandiford
14:07 Re: [PATCH] Handle overlength strings in the C FE Bernd Edlinger
13:53 Re: [PATCH, RFC, rs6000] enable GIMPLE folding of vec_splat Bill Schmidt
13:40 aarch64 - PR target/86887 Fix missing register constraints in carryin patterns Richard Earnshaw (lists)
13:08 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Olivier Hainque
12:55 Re: [PATCH] Introduce __builtin_expect_with_probability (PR target/83610). Jan Hubicka
12:48 Re: [PATCH] Strip only selected predictors after early tree passes (PR tree-optimization/85799). Jan Hubicka
12:08 [C++ Patch] Tweak check_previous_goto_1 to emit hard errors instead of permerrors in some cases Paolo Carlini
11:05 Re: m68k: handle more cases of TLS symbols with offset Gunther Nikl
10:53 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Rainer Orth
10:47 Re: [PATCH] convert braced initializers to strings (PR 71625) Joseph Myers
10:35 [PATCH][OBVIOUS] Remove extra line in common.opt (PR c/86895). Martin Liška
10:24 Re: [PATCH] Introduce __builtin_expect_with_probability (PR target/83610). Martin Liška
10:14 [PATCH] Strip only selected predictors after early tree passes (PR tree-optimization/85799). Martin Liška
09:08 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
08:31 Re: [RFC][PATCH] Clean up of histogram allocation and release. Martin Liška
08:00 [PATCH][OBVIOUS] Fix typos in params.def. Martin Liška
07:08 [Committed] S/390: Fix PR84332 ICE with stack clash protection Andreas Krebbel
06:27 Re: [PATCH] Make strlen range computations more conservative Richard Biener
06:23 Re: [RFC,PATCH] Introduce -msdata=explicit for powerpc Alexandre Oliva
05:48 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Jeff Law
05:36 Re: [PATCH] Make strlen range computations more conservative Jeff Law
05:26 Re: [PATCH] Make strlen range computations more conservative Jeff Law
05:06 Re: [RFC,PATCH] Introduce -msdata=explicit for powerpc Alexandre Oliva
05:00 Re: [PATCH v2 01/10] Initial TI PRU GCC port Dimitar Dimitrov
04:56 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Sebastian Huber
04:14 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Jeff Law
00:23 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
00:17 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor

August 08, 2018
20:48 Re: [PATCH] convert braced initializers to strings (PR 71625) Joseph Myers
20:46 Re: Ping for STRING_CST patches Joseph Myers
20:35 Re: [PATCH] convert braced initializers to strings (PR 71625) Bernd Edlinger
20:10 m68k: handle more cases of TLS symbols with offset Andreas Schwab
19:55 Re: [PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules Paul Koning
19:50 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
18:57 Re: [PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules Giuliano Augusto Faulin Belina
18:34 Re: [PATCH] convert braced initializers to strings (PR 71625) Bernd Edlinger
18:08 Re: [PATCH] line-map include-from representation Nathan Sidwell
17:33 Re: [PATCH] convert braced initializers to strings (PR 71625) Bernd Edlinger
17:19 Re: [PATCH] Make strlen range computations more conservative Richard Biener
16:45 Re: dejagnu version update? Segher Boessenkool
16:38 Ping for STRING_CST patches Bernd Edlinger
16:38 Re: [PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64 Vlad Lazar
16:24 [PING] [PATCH] Create internally nul terminated string literals in fortan FE Bernd Edlinger
16:12 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
15:53 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
15:51 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
15:39 Re: [PATCH] line-map include-from representation David Malcolm
15:37 Re: [PATCH] line-map include-from representation David Malcolm
15:28 Re: [PATCH] line-map include-from representation Nathan Sidwell
15:20 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
14:46 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
14:46 Re: [PATCH] line-map include-from representation David Malcolm
14:37 Re: dejagnu version update? Michael Matz
14:36 [committed][libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreate if _v2 not found Tom de Vries
14:33 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
14:29 [committed][libgomp, nvptx] Allow cuGetErrorString to be NULL Tom de Vries
14:28 [committed][libgomp, nvptx] Remove hard-coded const in nvptx_open_device Tom de Vries
14:27 [committed][libgomp, nvptx] Note that cuGetErrorString is in CUDA_VERSION >= 6000 Tom de Vries
14:26 Re: [PATCH v3] Add HXT Phecda core support James Greenhalgh
14:22 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Ulrich Weigand
14:10 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
14:09 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
14:04 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Sebastian Huber
14:01 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
13:59 Re: [PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules Paul Koning
13:57 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Ulrich Weigand
13:46 Re: [RFC,PATCH] Introduce -msdata=explicit for powerpc Segher Boessenkool
13:38 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Sebastian Huber
13:37 Re: [PATCH] Improve libstdc++ docs w.r.t newer C++ standards Jonathan Wakely
13:35 Re: dejagnu version update? Richard Earnshaw (lists)
13:32 [PATCH] Relax SUPPORTS_STACK_ALIGNMENT with !crtl->stack_realign_tried H.J. Lu
13:31 Re: [PATCH 2/2] S/390: Remove TARGET_CPU_ZARCH Ulrich Weigand
13:29 Re: [PATCH] Improve libstdc++ docs w.r.t newer C++ standards Jonathan Wakely
13:09 Re: [PATCH] PR libstdc++/86597 directory_entry observers should clear error_code Jonathan Wakely
13:08 [PATCH] PR libstdc++/86597 directory_entry observers should clear error_code Jonathan Wakely
13:06 [PATCH] line-map include-from representation Nathan Sidwell
12:41 [Committed] S/390: Fix PR85295 Andreas Krebbel
11:36 Re: [PATCH 2/2] S/390: Remove TARGET_CPU_ZARCH Andreas Krebbel
11:36 Re: [PATCH 1/2] S/390: Remove support for g5 and g6 machines Andreas Krebbel
11:18 Re: [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Jonathan Wakely
11:18 Re: dejagnu version update? Bernhard Reutner-Fischer
11:09 Re: [PATCH] convert braced initializers to strings (PR 71625) Jason Merrill
10:42 Re: [PATCH v3] Add HXT Phecda core support Hongbo Zhang
10:38 [PATCH v3] Add HXT Phecda core support Hongbo Zhang
08:52 [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib Sebastian Huber
07:54 Re: [PATCH] [AArch64, Falkor] Switch to using Falkor-specific vector costs Siddhesh Poyarekar
07:46 Re: [PATCH] [AArch64, Falkor] Adjust Falkor's sign extend reg+reg address cost Siddhesh Poyarekar
03:39 Re: [RFC,PATCH] Introduce -msdata=explicit for powerpc Alexandre Oliva
02:33 Re: [PATCH] Make strlen range computations more conservative Martin Sebor

August 07, 2018
23:12 Re: [PATCH, rs6000] Correct descriptions of __builtin_bcdadd* and _builtin_bcdsub* functions Segher Boessenkool
23:05 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
23:04 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
22:59 Re: [PATCH, rs6000] Early gimple folding of vec_mergeh and vec_mergel for float Segher Boessenkool
22:56 Re: [PATCH v2 01/10] Initial TI PRU GCC port Sandra Loosemore
22:42 Re: [PATCH, rs6000] Correct descriptions of __builtin_bcdadd* and _builtin_bcdsub* functions Kelvin Nilsen
22:41 Re: PR libstdc++/68222 Hide safe iterator operators Jonathan Wakely
22:39 Re: PR libstdc++/68222 Hide safe iterator operators Jonathan Wakely
22:09 [PATCH][OpenACC] Update deviceptr handling during gimplification Cesar Philippidis
22:04 [PATCH][OpenACC] Don't error on implicitly private induction variables in gfortran Cesar Philippidis
21:55 [PATCH][OpenACC] Add support for firstprivate Fortran allocatable scalars Cesar Philippidis
21:51 Re: [PATCH, rs6000] testcases for GIMPLE folding of vec_splat builtin. Segher Boessenkool
21:47 [PATCH][OpenACC] update gfortran's tile clause error handling Cesar Philippidis
21:40 [PATCH][OpenACC] cleanup trans-stmt.h Cesar Philippidis
21:27 Re: [PATCH] Line map table allocation Nathan Sidwell
20:42 Re: [PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules Giuliano Augusto Faulin Belina
20:29 Re: [PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules Paul Koning
20:11 Re: [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Richard Sandiford
20:00 [PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules Giuliano Augusto Faulin Belina
19:55 Re: [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 Rainer Orth
19:43 Re: [PATCH] Line map table allocation David Malcolm
19:25 [PATCH, rs6000] testcases for GIMPLE folding of vec_splat builtin. Will Schmidt
19:25 [PATCH, RFC, rs6000] enable GIMPLE folding of vec_splat Will Schmidt
19:25 [PATCH, rs6000] Early gimple folding of vec_mergeh and vec_mergel for float Will Schmidt
19:13 Re: [PATCH] fix std::variant::swap for trivially-move-assignable types Jonathan Wakely
17:46 Re: [PATCH] Make strlen range computations more conservative Richard Biener
17:44 Re: [PATCH] Make strlen range computations more conservative Richard Biener
17:37 Re: [Patch][Aarch64] Implement Aarch64 SIMD ABI and aarch64_vector_pcs attribute Segher Boessenkool
17:34 Re: [PING 3][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor Siddhesh Poyarekar
17:28 libgo patch committed: Uncomment trace.Stop call in testing package Ian Lance Taylor
17:10 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Bernd Edlinger
17:03 Re: [PATCH][Middle-end] disable strcmp/strncmp inlining with O2 below and Os Qing Zhao
17:01 Re: [PING 3][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor James Greenhalgh
16:55 Re: [PATCH] [aarch64][v2] Fix falkor pipeline description for dup<q> James Greenhalgh
16:41 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Olivier Hainque
16:34 Re: dejagnu version update? Segher Boessenkool
16:31 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
16:20 Re: [PATCH][GCC][AArch64] Validate and set default parameters for stack-clash. [Patch (3/3)] James Greenhalgh
16:18 Re: [PATCH][GCC][AArch64] Ensure that outgoing argument size is at least 8 bytes when alloca and stack-clash. [Patch (3/6)] James Greenhalgh
16:10 [PATCH] PR libstdc++/86861 Meet precondition for Solaris memalign Jonathan Wakely
16:01 Re: [Patch][Aarch64] Implement Aarch64 SIMD ABI and aarch64_vector_pcs attribute Steve Ellcey
15:54 Re: [PATCH] Make strlen range computations more conservative Jeff Law
15:46 Re: [PATCH][GCC][AARCH64] Use STLUR for atomic_store Matthew Malcomson
15:33 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
15:32 Re: [PATCH] Make strlen range computations more conservative Jeff Law
15:18 Re: [AArch64] Fix -mlow-precision-div (PR 86838) James Greenhalgh
15:02 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
14:57 Re: [PATCH] fix std::variant::swap for trivially-move-assignable types Ville Voutilainen
14:56 Re: [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753) John David Anglin
14:37 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
14:34 Fix PR number in hppa commit for CVE-2017-5753) Richard Earnshaw (lists)
14:29 Re: [PATCH] fix std::variant::swap for trivially-move-assignable types Jonathan Wakely
14:24 [PATCH] fix std::variant::swap for trivially-move-assignable types Jonathan Wakely
14:12 Re: Improve std::rotate usages Jonathan Wakely
14:05 Re: [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753) Richard Earnshaw (lists)
13:53 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
13:47 Re: PR libstdc++/68222 Hide safe iterator operators Jonathan Wakely
13:34 [RFC][PATCH][mid-end] Optimize immediate choice in comparisons. Vlad Lazar
13:08 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Bernd Edlinger
12:56 Re: [PATCH] Handle not explicitly zero terminated strings in merge sections Bernd Edlinger
12:23 Re: [PATCH] Introduce __builtin_expect_with_probability (PR target/83610). Jan Hubicka
11:59 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Martin Liška
11:55 Re: [C++ PATCH] PR c++/79133 Ville Voutilainen
11:51 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Jan Hubicka
11:51 Re: [C++ PATCH] PR c++/79133 Jason Merrill
11:50 Re: [C++ Patch] PR 59480 ("Missing error diagnostic: friend declaration specifying a default argument must be a definition")​ (Take 2) Jason Merrill
11:35 [PATCH] PR86844: Fix for store merging Andreas Krebbel
11:31 [PATCH] Define monotonic_buffer_resource members out-of-line Jonathan Wakely
11:31 Re: [PATCH] convert braced initializers to strings (PR 71625) Joseph Myers
10:51 Re: [RFC,PATCH] Introduce -msdata=explicit for powerpc Segher Boessenkool
10:43 Re: [C++ PATCH] PR c++/79133 Ville Voutilainen
10:12 Re: [C++ PATCH] PR c++/79133 Jason Merrill
10:09 RE: [PATCH][GCC][AArch64] Updated stack-clash implementation supporting 64k probes. [patch (1/6)] Tamar Christina
10:09 RE: [PATCH][GCC][AArch64] Ensure that outgoing argument size is at least 8 bytes when alloca and stack-clash. [Patch (3/6)] Tamar Christina
10:09 RE: [PATCH][GCC][AArch64] Validate and set default parameters for stack-clash. [Patch (3/3)] Tamar Christina
08:58 Re: [PATCH] convert braced initializers to strings (PR 71625) Jason Merrill
08:51 Re: [PATCH] Make strlen range computations more conservative Richard Biener
08:14 [PATCH 2/2] S/390: Remove TARGET_CPU_ZARCH Ilya Leoshkevich
08:14 [PATCH 1/2] S/390: Remove support for g5 and g6 machines Ilya Leoshkevich
08:14 [PATCH 0/2] S/390: Remove deprecated machines Ilya Leoshkevich
08:01 [PING 3][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor Siddhesh Poyarekar
06:38 Re: [Patch, avr, PR85624] - Fix ICE when initializing 128-byte aligned array Senthil Kumar Selvaraj
06:08 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
05:53 Re: [PATCH] Introduce instance discriminators Alexandre Oliva
05:45 Re: [PATCH] Make strlen range computations more conservative Richard Biener
05:19 [RFC,PATCH] Introduce -msdata=explicit for powerpc Alexandre Oliva
03:39 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
02:24 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
02:02 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
01:45 Re: [PATCH] Add fix-it hint for missing return statement in assignment operators (PR c++/85523) H.J. Lu

August 06, 2018
23:59 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
22:48 Re: [PATCH] Make strlen range computations more conservative Jeff Law
22:39 Re: [PATCH] Make strlen range computations more conservative Jeff Law
22:22 [committed][libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULL Tom de Vries
22:21 [committed][libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL defines Tom de Vries
22:14 Re: [Patch][Aarch64] Implement Aarch64 SIMD ABI and aarch64_vector_pcs attribute Steve Ellcey
21:52 Re: [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753) John David Anglin
20:15 Use EVRP within DOM to discover more constants Jeff Law
19:13 Re: [C++ PATCH] PR c++/79133 Ville Voutilainen
18:47 Re: [PATCH][Middle-end] disable strcmp/strncmp inlining with O2 below and Os Qing Zhao
18:17 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Olivier Hainque
17:44 Re: [PATCH] Make strlen range computations more conservative Richard Biener
17:44 [SVE ACLE] Tidy up function names in testcases Richard Sandiford
17:40 Re: [PATCH] Make strlen range computations more conservative Jeff Law
17:15 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
17:04 Re: [PATCH] convert braced initializers to strings (PR 71625) Joseph Myers
16:58 [PATCH] Line map table allocation Nathan Sidwell
16:41 Re: [PATCH] convert braced initializers to strings (PR 71625) Martin Sebor
16:36 Re: [PATCH][GCC][AARCH64] Use STLUR for atomic_store Matthew Malcomson
16:32 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
16:14 [PATCH][AAarch64][v3] Add support for TARGET_COMPUTE_FRAME_LAYOUT Vlad Lazar
15:59 Re: [testsuite] Fix gcc.dg/vect/no-section-anchors-vect-69.c on SPARC etc. (PR tree-optimization/80925) Jeff Law
15:59 Re: [PATCH 02/11] Arm - add speculation_barrier pattern Richard Earnshaw (lists)
15:57 Re: [PATCH] Diagnostic included-from loop David Malcolm
15:57 Re: [Patch, avr, PR85624] - Fix ICE when initializing 128-byte aligned array Jeff Law
15:54 Re: [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 Andreas Schwab
15:46 Re: [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 Uros Bizjak
15:44 Re: [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 Jeff Law
15:42 Re: C++ PATCH to fix infinite constexpr evaluation (PR c++/86767) Nathan Sidwell
15:39 Re: [PATCH] Make strlen range computations more conservative Jeff Law
15:36 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
15:36 C++ PATCH to fix infinite constexpr evaluation (PR c++/86767) Marek Polacek
15:34 Re: [PATCH] Make strlen range computations more conservative Jeff Law
15:33 Re: [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 Uros Bizjak
15:32 [PATCH] Diagnostic included-from loop Nathan Sidwell
15:26 Re: dejagnu version update? Mike Stump
15:23 Re: [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 Jeff Law
15:17 Re: [PATCH] Fix memory leak in selftest::test_expansion_to_rtl Jeff Law
15:12 Re: [PATCH] Make strlen range computations more conservative Jeff Law
15:10 [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 Uros Bizjak
15:02 [Committed] S/390: Don't unroll memory blk op loops Andreas Krebbel
14:58 Re: [PATCH] Make strlen range computations more conservative Jeff Law
14:44 Re: [PATCH] Optimize logarithm addition and subtraction Jeff Law
14:42 [spu, commit] Define TARGET_HAVE_SPECULATION_SAFE_VALUE Ulrich Weigand
14:33 Re: dejagnu version update? Jonathan Wakely
14:06 Re: [PATCH, testsuite]: Fix PR 86153, test case g++.dg/pr83239.C fails Christophe Lyon
14:01 Re: [PATCH 02/11] Arm - add speculation_barrier pattern Christophe Lyon
13:49 Re: [C++ PATCH] Implement P0595R1 - so far as __builtin_is_constant_evaluated rather than std::is_constant_evaluated magic builtin Jason Merrill
13:49 Re: [committed] Fix reload assert due to CLOBBER_HIGH support Jeff Law
13:48 [committed] Fix reload assert due to CLOBBER_HIGH support Jeff Law
13:15 Re: [PATCH v2 7/7] Enable clobber high for tls descs on Aarch64 Richard Sandiford
12:39 do the editing Jason James
12:19 Re: [PATCH v2 1/4] vxworks: add target/h/wrn/coreip to the set of system include paths Olivier Hainque
12:12 Re: [PATCH v2 1/4] vxworks: add target/h/wrn/coreip to the set of system include paths Olivier Hainque
12:05 Re: [PATCH][Fortran][v2] Use MIN/MAX_EXPR for min/max intrinsics Janne Blomqvist
11:57 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
11:33 Re: Async I/O patch with compilation fix Christophe Lyon
10:53 Re: [Patch, avr, PR85624] - Fix ICE when initializing 128-byte aligned array Senthil Kumar Selvaraj
08:45 Re: [PATCH] AMD perf PMU events for AMD Family 17h. Martin Liška
08:42 [PATCH] AMD perf PMU events for AMD Family 17h. Martin Liška
08:31 [testsuite] Fix gcc.dg/vect/no-section-anchors-vect-69.c on SPARC etc. (PR tree-optimization/80925) Rainer Orth
07:47 Re: [patch] improve internals documentation for nested function descriptors Eric Botcazou
07:23 [PATCH,committed] [MAINTAINERS] Update email address Hurugalawadi, Naveen
04:37 [5/5] C-SKY port v3: libgcc Sandra Loosemore
04:36 [4/5] C-SKY port v3: Testsuite Sandra Loosemore
04:35 [3/5] C-SKY port v3: Documentation Sandra Loosemore
04:34 [2/5] C-SKY port v3: Backend implementation Sandra Loosemore
04:33 [1/5] C-SKY port v3: Configury Sandra Loosemore
04:31 [0/5] C-SKY port v3 Sandra Loosemore
02:15 Re: [patch] improve internals documentation for nested function descriptors Sandra Loosemore

August 05, 2018
19:54 Re: [PATCH] Optimize logarithm addition and subtraction Marc Glisse
19:22 Re: [PATCH] Optimize logarithm addition and subtraction MCC CS
19:21 Re: [PATCH] Optimize logarithm addition and subtraction Bernd Edlinger
18:35 Re: [PATCH] Optimize logarithm addition and subtraction Marc Glisse
18:32 Re: [PATCH] Optimize logarithm addition and subtraction Andreas Schwab
18:24 Re: [PATCH] Optimize logarithm addition and subtraction Bernd Edlinger
18:17 Re: [PATCH] Optimize logarithm addition and subtraction Marc Glisse
17:27 Re: [PATCH] Make strlen range computations more conservative Richard Biener
17:00 Re: [PATCH] Make strlen range computations more conservative Jeff Law
16:59 [PATCH] Optimize logarithm addition and subtraction MCC CS
16:59 [PATCH] Fix not properly nul-terminated string constants in JIT Bernd Edlinger
16:03 Re: [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Eric Gallager
15:58 Re: [PATCH] Make strlen range computations more conservative Jeff Law
15:49 Re: [PATCH] Make strlen range computations more conservative Jeff Law
14:35 Re: [C++ PATCH] Fix tsubst of structured bindings (PR c++/86836) Jason Merrill
14:30 Re: [C++ PATCH] Fix constexpr ICE with poor man's offsetof (PR c++/86738) Jason Merrill
14:02 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Jason Merrill
13:24 [Patch, Fortran] PR 86116: Ambiguous generic interface not recognised Janus Weil
12:51 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment H.J. Lu
10:28 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
07:16 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment Uros Bizjak
06:51 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
06:08 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger

August 04, 2018
22:48 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment H.J. Lu
22:37 Re: [PATCH] adjust sprintf range for AIX QNaN output (PR 86571) Martin Sebor
22:26 Re: [PATCH] adjust sprintf range for AIX QNaN output (PR 86571) David Edelsohn
22:19 Re: [PATCH] adjust sprintf range for AIX QNaN output (PR 86571) Martin Sebor
21:56 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
21:49 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment Uros Bizjak
21:46 [committed, testsuite, guality] Use absolute line number in pass/fail line Tom de Vries
20:52 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
20:16 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
20:11 [committed, libgomp, nvptx, --without-cuda-driver] Don't use system cuda driver Tom de Vries
19:49 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment H.J. Lu
19:09 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment Uros Bizjak
18:46 [PATCH] assume sprintf formatting of wide characters may fail (PR 86853) Martin Sebor
16:50 Remove duplicate test Andreas Schwab
16:32 Re: dejagnu version update? Bernhard Reutner-Fischer
16:06 Re: [PATCH] Handle not explicitly zero terminated strings in merge sections Bernd Edlinger
15:46 Re: [testsuite, committed] Use relative line numbers in gcc.dg/guality Andreas Schwab
15:44 Re: [PATCH] Handle not explicitly zero terminated strings in merge sections Bernd Edlinger
15:43 [PATCH] Handle not explicitly zero terminated strings in merge sections Bernd Edlinger
14:50 [Patch, Fortran, F08] PR 45521: GENERIC resolution with ALLOCATABLE/POINTER and PROCEDURE Janus Weil
13:59 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment H.J. Lu
13:22 patch to bug #86829 Giuliano Augusto Faulin Belina
12:23 Re: [PATCH][2/4] Add rev_post_order_and_mark_dfs_back_seme Bernhard Reutner-Fischer
11:33 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Bernd Edlinger
10:42 Re: [PATCH] i386: Always set cfun->machine->max_used_stack_alignment Uros Bizjak
09:00 Re: [PATCH v2] libitm: sh: avoid absolute relocation in shared library (PR 86712) Oleg Endo
05:55 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
04:30 Re: [PATCH v2 6/7] Remaining support for clobber high Jeff Law
04:27 Re: [PATCH v2 7/7] Enable clobber high for tls descs on Aarch64 Jeff Law
04:26 Re: [PATCH v2 5/7] cse support for clobber_high Jeff Law
04:21 Re: [PATCH v2 4/7] lra support for clobber_high Jeff Law
04:12 Re: [PATCH v2 3/7] Add func to check if register is clobbered by clobber_high Jeff Law
04:09 Re: [PATCH v2 2/7] Generation support for CLOBBER_HIGH Jeff Law
04:04 Re: [PATCH v2 1/7] Add CLOBBER_HIGH expression Jeff Law

August 03, 2018
22:44 [nios2, committed] Define TARGET_HAVE_SPECULATION_SAFE_VALUE Sandra Loosemore
22:43 Re: Async I/O patch with compilation fix Thomas König
21:52 Re: [PATCH, testsuite]: Fix PR 86153, test case g++.dg/pr83239.C fails Jeff Law
21:50 Re: [PATCH, testsuite]: Fix PR 86153, test case g++.dg/pr83239.C fails Jeff Law
21:42 Re: [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
21:38 Re: [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Bernd Edlinger
21:36 Re: [PATCH] Check the STRING_CSTs in varasm.c Jeff Law
21:28 Re: [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jakub Jelinek
21:21 Re: [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jeff Law
21:16 Re: [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jeff Law
21:15 Re: [PATCH] Fix wrong code with truncated string literals (PR 86711/86714) Jeff Law
20:54 Re: [PATCH v2] libitm: sh: avoid absolute relocation in shared library (PR 86712) Jeff Law
19:59 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Martin Sebor
18:41 Re: [PATCH] Add fix-it hint for missing return statement in assignment operators (PR c++/85523) David Malcolm
18:38 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Bernd Edlinger
18:29 Re: [PATCH][GCC][AArch64] Cleanup the AArch64 testsuite when stack-clash is on [Patch (6/6)] Jeff Law
18:27 Re: [PATCH] Alias -Warray-bounds to -Warray-bounds=1 Jeff Law
18:26 Re: [PATCH] include more detail in -Warray-bounds (PR 86650) Jeff Law
18:16 Re: [patch] improve internals documentation for nested function descriptors Jeff Law
18:12 Re: [PATCH] [MSP430] Fix PR/86662 Jeff Law
18:07 Re: [PATCH] -fsave-optimization-record: add contrib/optrecord.py Jeff Law
18:05 Re: [PATCH][GCC][AArch64] Ensure that outgoing argument size is at least 8 bytes when alloca and stack-clash. [Patch (3/6)] Jeff Law
18:04 Re: [PATCH][GCC][AArch64] Updated stack-clash implementation supporting 64k probes. [patch (1/6)] Jeff Law
18:03 Re: [PATCH][GCC][front-end][build-machinery][opt-framework] Allow setting of stack-clash via configure options. [Patch (4/6)] Jeff Law
17:56 Re: [PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)] Jeff Law
17:40 [committed] Fix target/86795 (mn10300) Jeff Law
17:26 Re: [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753) Jeff Law
16:50 Re: [PATCH] [Ada] Make middle-end string literals NUL terminated Olivier Hainque
16:28 Re: [PATCH][GCC][AARCH64] Use stdint integers in vect_su_add_sub.c Matthew Malcomson
16:26 Re: [2/5] C-SKY port: Backend implementation Sandra Loosemore
16:18 [C++ PATCH] Fix constexpr ICE with poor man's offsetof (PR c++/86738) Jakub Jelinek
16:03 RE: [PATCH][GCC][AArch64] Cleanup the AArch64 testsuite when stack-clash is on [Patch (6/6)] Tamar Christina
15:59 [PATCH] Fix thinko in insert_reciprocals (PR tree-optimization/86835) Jakub Jelinek
15:54 [C++ PATCH] Fix tsubst of structured bindings (PR c++/86836) Jakub Jelinek
15:38 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
15:34 [AArch64] Fix -mlow-precision-div (PR 86838) Richard Sandiford
15:26 Re: [PATCH] Avoid infinite loop with duplicate anonymous union fields Joseph Myers
15:22 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
15:14 Re: [PATCH] docs: fix stray duplicated words Joseph Myers
15:05 Re: [PATCH, Ada] Makefile patches from initial RISC-V cross/native build. Andreas Schwab
14:56 Re: [C++ PATCH] Fix ICE in build_base_path (PR c++/86706) Nathan Sidwell
14:56 Re: [PATCH][GCC][AARCH64] Use STLUR for atomic_store Richard Earnshaw (lists)
14:48 Re: [PATCH] Use getentropy() for seeding PRNG Paul Koning
14:05 Re: [PATCH] Use getentropy() for seeding PRNG Janne Blomqvist
13:28 Re: [PATCH] Use getentropy() for seeding PRNG Jakub Jelinek
13:27 Re: [Patch][GCC] Document and fix -r (partial linking) Iain Sandoe
13:24 Re: [PATCH, Ada] Makefile patches from initial RISC-V cross/native build. Pierre-Marie de Rodat
13:19 [PATCH] Use getentropy() for seeding PRNG Janne Blomqvist
13:01 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
12:59 Re: Handle SLP of call pattern statements Richard Sandiford
12:55 Re: [PATCH] PR libstdc++/60555 std::system_category() should recognise POSIX errno values Jonathan Wakely
12:37 Re: [PATCH v2 0/4] some vxworks/powerpc patches Olivier Hainque
12:18 Re: [PATCH][GCC][AARCH64] Use STLUR for atomic_store Sudakshina Das
11:56 Re: [Patch][GCC] Document and fix -r (partial linking) Allan Sandfeld Jensen
09:52 Re: [c++] Don't emit exception tables for UI_NONE Jakub Jelinek
09:45 [C++ PATCH] Fix ICE in build_base_path (PR c++/86706) Jakub Jelinek
09:45 [c++] Don't emit exception tables for UI_NONE Tom de Vries
09:06 Re: [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753) Richard Earnshaw (lists)
08:48 [PATCH] docs: fix stray duplicated words David Malcolm
08:46 Re: Async I/O patch with compilation fix Christophe Lyon
07:58 Re: [2/5] C-SKY port: Backend implementation Yunhai
07:48 Re: [PATCH] Make strlen range computations more conservative Jakub Jelinek
07:47 Re: [PATCH] Make strlen range computations more conservative Jeff Law
07:43 Re: [PATCH] Make strlen range computations more conservative Jakub Jelinek
07:38 Re: [PATCH] Make strlen range computations more conservative Jeff Law
07:29 Re: [PATCH] Make strlen range computations more conservative Jeff Law
07:19 Re: [PATCH] Make strlen range computations more conservative Jeff Law
07:00 Re: [PATCH] Make strlen range computations more conservative Jeff Law
04:19 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
03:59 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
03:24 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
03:06 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
02:02 Re: [PATCH] [aarch64][v2] Fix falkor pipeline description for dup<q> Siddhesh Poyarekar
00:29 [PATCH] Fix memory leak in selftest::test_expansion_to_rtl David Malcolm

August 02, 2018
22:55 [PATCH] i386: Always set cfun->machine->max_used_stack_alignment H.J. Lu
22:40 Re: [PATCH] Fix hard regno checks Jeff Law
22:36 Re: [PATCH] Print heuristics probability fraction part with 2 digits. Jeff Law
22:33 Re: [2/5] C-SKY port: Backend implementation Jeff Law
22:28 Re: [2/5] C-SKY port: Backend implementation Jeff Law
21:52 Re: [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
21:51 Re: [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
21:46 Re: [PATCH][x86] Match movss and movsd "blend" instructions Jakub Jelinek
21:15 Re: [PATCH][x86] Match movss and movsd "blend" instructions Marc Glisse
20:51 Re: [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
20:39 Re: [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
20:34 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Martin Sebor
20:19 Re: [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753) John David Anglin
20:16 PR libstdc++/68222 Hide safe iterator operators François Dumont
20:11 [committed] Fix memory leak of pretty_printer prefixes David Malcolm
19:46 [PATCH] adjust sprintf range for AIX QNaN output (PR 86571) Martin Sebor
19:18 Re: [PATCH][GCC][AARCH64] Use stdint integers in vect_su_add_sub.c James Greenhalgh
19:05 Re: [PATCH] Make function clone name numbering independent. Michael Ploujnikov
19:02 Re: Move all wide_int_range* functions into wide-int-range.[ch] Aldy Hernandez
18:57 Re: [PATCH] Backport gettext fixes to get rid of warnings on macOS Simon Marchi
18:56 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
18:50 Re: Move all wide_int_range* functions into wide-int-range.[ch] Aldy Hernandez
18:50 Re: Move all wide_int_range* functions into wide-int-range.[ch] Jeff Law
18:40 Re: [PATCH 00/11] (v2) Mitigation against unsafe data speculation (CVE-2017-5753) Jeff Law
18:35 Re: [gomp5] Iterator fixes Marek Polacek
18:32 Re: [PATCH] [aarch64][v2] Fix falkor pipeline description for dup<q> James Greenhalgh
18:28 [gomp5] Iterator fixes Jakub Jelinek
18:23 Re: Move all wide_int_range* functions into wide-int-range.[ch] Aldy Hernandez
18:20 Re: [PATCH] Make strlen range computations more conservative Jakub Jelinek
18:15 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
18:08 Re: Move all wide_int_range* functions into wide-int-range.[ch] Jeff Law
17:54 [committed] Fix PR target/86790 (m68k) Jeff Law
17:51 [PATCH][GCC][AARCH64] Use STLUR for atomic_store matthew . malcomson
17:44 Re: [PATCH] Backport gettext fixes to get rid of warnings on macOS Tom Tromey
17:41 Re: [PATCH][GCC] Correct name of file in ChangeLog Sudakshina Das
17:39 [PING 2][PATCH] [v4][aarch64] Avoid tag collisions for loads falkor Siddhesh Poyarekar
17:39 [PATCH][GCC][AARCH64] Use stdint integers in vect_su_add_sub.c Matthew Malcomson
17:27 [PATCH][GCC] Correct name of file in ChangeLog matthew . malcomson
17:27 [committed] Fix target/86784 Jeff Law
17:25 Re: Fix invalid cc_status after [const_][us]mulsi3_highpart Andreas Schwab
17:09 [PATCH] v2: Formatted printing for dump_* in the middle-end David Malcolm
17:08 Re: Async I/O patch with compilation fix Nicolas Koenig
17:05 Re: [PATCH] PR libstdc++/60555 std::system_category() should recognise POSIX errno values David Edelsohn
17:00 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
16:58 Re: [PATCH, rs6000] refactor/cleanup in rs6000-string.c Segher Boessenkool
16:58 [PATCH] [aarch64][v2] Fix falkor pipeline description for dup<q> Siddhesh Poyarekar
16:50 Re: [Patch-86512]: Subnormal float support in armv7(with -msoft-float) for intrinsics Richard Earnshaw (lists)
16:45 Re: [PATCH] Make strlen range computations more conservative Jeff Law
16:42 Re: [PATCH] [aarch64] Fix falkor pipeline description for dup<q> Siddhesh Poyarekar
16:38 Re: [PATCH, rs6000] Correct descriptions of __builtin_bcdadd* and _builtin_bcdsub* functions Segher Boessenkool
16:34 Re: PING [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Joseph Myers
16:12 Re: [PATCH] PR libstdc++/60555 std::system_category() should recognise POSIX errno values Jonathan Wakely
16:10 Re: [PATCH][nvptx] Ignore c++ exceptions Tom de Vries
16:09 Re: [PATCH] doc: discourage const/volatile on register variables Jeff Law
15:49 Re: [PATCH][4/4] RPO-style value-numbering for FRE/PRE Jeff Law
15:43 Re: Async I/O patch with compilation fix Christophe Lyon
15:42 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
15:39 Re: [PATCH][nvptx] Ignore c++ exceptions Jakub Jelinek
15:33 Re: [PATCH] PR libstdc++/60555 std::system_category() should recognise POSIX errno values David Edelsohn
15:31 [PATCH][nvptx] Ignore c++ exceptions Tom de Vries
14:47 [SVE ACLE] Resync "@" pattern support Richard Sandiford
14:45 Re: [PATCH, Ada] Makefile patches from initial RISC-V cross/native build. Jim Wilson
14:34 [committed] Typo fix Richard Sandiford
14:28 [PATCH] Fix PR86505 Richard Biener
14:19 Re: [PATCH][C++] Fix PR86763, wrong-code with TYPE_TYPELESS_STORAGE Nathan Sidwell
13:26 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Bernd Edlinger
13:01 PING [PATCH v2 0/7] Support partial clobbers around TLS calls on Aarch64 SVE Alan Hayward
12:59 Re: [PATCH, ARM] PR85434: Prevent spilling of stack protector guard's address on ARM H.J. Lu
12:18 Re: [PATCH][4/4] RPO-style value-numbering for FRE/PRE Richard Biener
11:35 Async I/O patch with compilation fix Nicolas Koenig
11:25 [committed] dumpfile.c/h: add "const" to dump location ctors David Malcolm
11:23 [PATCH] atomic_futex: Avoid rounding errors in std::future::wait_for Mike Crowe
11:20 Re: [PATCHv3 3/6] libstdc++ futex: Support waiting on std::chrono::steady_clock directly Mike Crowe
11:04 [PATCH] Fix PR86816 Richard Biener
11:01 Re: [gen/AArch64] Generate helpers for substituting iterator values into pattern names Richard Sandiford
10:59 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Martin Liška
10:49 Re: [PATCH] [aarch64] Fix falkor pipeline description for dup<q> Kyrill Tkachov
10:23 [PATCH] [aarch64] Fix falkor pipeline description for dup<q> Siddhesh Poyarekar
10:22 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
10:11 Re: [gen/AArch64] Generate helpers for substituting iterator values into pattern names Richard Earnshaw (lists)
09:58 Re: [14/46] Make STMT_VINFO_VEC_STMT a stmt_vec_info Richard Sandiford
09:46 Re: [PATCH] Print default options selection for -march,-mcpu and -mtune for aarch64 (PR driver/83193). Martin Liška
09:39 Re: [PATCH] Print default options selection for -march,-mcpu and -mtune for aarch64 (PR driver/83193). Richard Earnshaw (lists)
09:36 [PATCH] Fix gcov misleading error (PR gcov-profile/86817). Martin Liška
09:28 [PATCH] Cherry-pick compiler-rt revision 338606 (PR sanitizer/86022). Martin Liška
09:18 Re: [PATCH][x86] Match movss and movsd "blend" instructions Richard Biener
09:17 [PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation Chung-Lin Tang
09:12 Re: [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
09:04 Re: [Patch, fortran] A first small step towards CFI descriptor implementation Paul Richard Thomas
08:44 Re: [PATCH, Ada] Makefile patches from initial RISC-V cross/native build. Pierre-Marie de Rodat
08:30 [PATCH][C++] Fix PR86763, wrong-code with TYPE_TYPELESS_STORAGE Richard Biener
05:52 Re: [PATCH] combine: Allow combining two insns to two insns Toon Moene
03:25 PING [PATCH] treat -Wxxx-larger-than=HWI_MAX special (PR 86631) Martin Sebor
03:13 Re: [PATCH] Make strlen range computations more conservative Martin Sebor
02:44 PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) ) Martin Sebor
00:22 Re: [14/46] Make STMT_VINFO_VEC_STMT a stmt_vec_info H.J. Lu
00:12 Re: [PATCH] change %G argument from gcall* to gimple* David Malcolm

August 01, 2018
23:40 Re: [PATCH] change %G argument from gcall* to gimple* Martin Sebor
23:20 Re: [PATCHv3 0/6] std::future::wait_* improvements Jonathan Wakely
22:09 Re: [PATCH] Handle overlength strings in the C FE Joseph Myers
21:55 Re: [PATCH,AIX] Optimize the time required for loading XCOFF data Ian Lance Taylor
21:19 Re: Move all wide_int_range* functions into wide-int-range.[ch] David Malcolm
21:13 Re: [PATCH] change %G argument from gcall* to gimple* David Malcolm
21:03 Re: [PATCH] Handle overlength strings in the C FE Eric Gallager
20:43 Re: [PATCH] Handle overlength strings in the C FE Joseph Myers
20:33 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552) Martin Sebor
20:28 Re: [PATCH] Handle overlength strings in the C FE Marek Polacek
20:06 Re: [PATCH] Handle overlength strings in the C FE Bernd Edlinger
19:57 Re: [PATCHv3 2/6] libstdc++ futex: Use FUTEX_CLOCK_REALTIME for wait Jonathan Wakely
19:55 [PATCH, rs6000] Correct descriptions of __builtin_bcdadd* and _builtin_bcdsub* functions Kelvin Nilsen
19:54 Re: [PATCH] change %G argument from gcall* to gimple* Martin Sebor
19:53 [PATCH] Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGS Jonathan Wakely
19:49 Re: [PATCHv3 0/6] std::future::wait_* improvements Jonathan Wakely
19:39 Move all wide_int_range* functions into wide-int-range.[ch] Aldy Hernandez
19:38 Re: [PATCHv3 3/6] libstdc++ futex: Support waiting on std::chrono::steady_clock directly Jonathan Wakely
19:11 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
18:59 Re: [PATCH] Backport gettext fixes to get rid of warnings on macOS Simon Marchi
17:53 Re: [PATCH][3/4] Use RPO VN from unrolling Richard Biener
17:50 [gomp5] depend/depobj adjustments Jakub Jelinek
17:37 Re: [PATCH] Handle overlength strings in the C FE Bernd Edlinger
17:35 Re: [PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64 James Greenhalgh
17:34 Re: [PATCH,nvptx] Truncate config/nvptx/oacc-parallel.c Jakub Jelinek
17:21 Re: [PATCH, testsuite]: Fix PR 86153, test case g++.dg/pr83239.C fails Martin Sebor
17:16 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552) Bernd Edlinger
17:13 Re: [PATCH,nvptx] Truncate config/nvptx/oacc-parallel.c Nathan Sidwell
17:12 Re: [Patch][GCC] Document and fix -r (partial linking) Allan Sandfeld Jensen
17:07 Re: [PATCH] Handle overlength strings in the C FE Martin Sebor
17:05 [PATCH] Fix TSan on ppc64le (PR libsanitizer/86759) Marek Polacek
16:51 Re: [PATCH][x86] Match movss and movsd "blend" instructions Marc Glisse
16:39 Re: [Patch][GCC] Document and fix -r (partial linking) Rainer Orth
16:39 Re: [PATCHv3 1/6] Improve libstdc++-v3 async test Jonathan Wakely
16:34 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552) Martin Sebor
16:32 Re: [Patch][GCC] Document and fix -r (partial linking) Joseph Myers
16:14 [Patch][GCC] Document and fix -r (partial linking) Allan Sandfeld Jensen
16:04 Re: [PATCH] Handle overlength strings in the C FE Joseph Myers
16:03 [committed, AArch64] Update expected output for sve/var_stride_[24].c Richard Sandiford
16:00 [committed, AArch64] XFAIL sve/vcond_[45].c tests Richard Sandiford
16:00 [PATCH][x86] Match movss and movsd "blend" instructions Allan Sandfeld Jensen
15:41 Re: [PATCH 2/2] condition_variable: Use steady_clock to implement wait_for Jonathan Wakely
15:41 Re: [PATCH 1/2] condition_variable: Report early wakeup of wait_until as no_timeout Jonathan Wakely
15:11 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Nathan Sidwell
15:07 [GCC][PATCH v2][Aarch64] Exploiting BFXIL when OR-ing two AND-operations with appropriate bitmasks Sam Tebbs
15:07 Re: [AArch64] Generate load-pairs when the last load clobbers the address register [2/2] Richard Earnshaw (lists)
15:05 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Marc Glisse
14:59 Re: [PATCH] Handle overlength strings in C++ FE Nathan Sidwell
14:59 [PATCH] Backport gettext fixes to get rid of warnings on macOS Simon Marchi
14:58 Re: [PATCH][3/4] Use RPO VN from unrolling Richard Sandiford
14:34 [PATCH][4/4] RPO-style value-numbering for FRE/PRE Richard Biener
14:33 Re: [PATCH] change %G argument from gcall* to gimple* David Malcolm
14:31 [PATCH][3/4] Use RPO VN from unrolling Richard Biener
14:31 [PATCH][2/4] Add rev_post_order_and_mark_dfs_back_seme Richard Biener
14:28 [PATCH][1/4] Add dynamic CFG flag allocation Richard Biener
14:28 Re: [0/5] C-SKY port 瞿仙淼
14:27 [PATCH][0/4][RFC] RPO style value-numbering Richard Biener
14:26 Re: [PATCH] Avoid infinite loop with duplicate anonymous union fields Bogdan Harjoc
14:21 Re: PING [PATCH] warn for strlen of arrays with missing nul (PR 86552) Bernd Edlinger
14:20 [gomp5] Parse task modifier of reduction clauses Jakub Jelinek
14:12 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
14:03 Re: [ARM/FDPIC v2 00/21] FDPIC ABI for ARM Christophe Lyon
14:02 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Cesar Philippidis
13:57 [PATCH] PR libstdc++/60555 std::system_category() should recognise POSIX errno values Jonathan Wakely
13:56 Re: [PATCH] Provide extension hint for aarch64 target (PR driver/83193). Martin Liška
13:55 Re: [PATCH] Print default options selection for -march,-mcpu and -mtune for aarch64 (PR driver/83193). Martin Liška
13:53 [nvptx, committed] Define TARGET_HAVE_SPECULATION_SAFE_VALUE Tom de Vries
13:51 [libgomp, nvptx, committed] Add cuda-lib.def Tom de Vries
13:44 Re: [PATCH,nvptx] Remove use of 'struct map' from plugin (nvptx) Tom de Vries
13:43 Re: [PATCH,nvptx] Remove use of 'struct map' from plugin (nvptx) Cesar Philippidis
13:19 [PATCHv3 1/6] Improve libstdc++-v3 async test Mike Crowe
13:19 [PATCHv3 2/6] libstdc++ futex: Use FUTEX_CLOCK_REALTIME for wait Mike Crowe
13:19 [PATCHv3 5/6] libstdc++ futex: Loop when waiting against arbitrary clock Mike Crowe
13:19 [PATCHv3 3/6] libstdc++ futex: Support waiting on std::chrono::steady_clock directly Mike Crowe
13:19 [PATCHv3 6/6] Extra async tests, not for merging Mike Crowe
13:19 [PATCHv3 4/6] libstdc++ atomic_futex: Use std::chrono::steady_clock as reference clock Mike Crowe
13:19 [PATCHv3 0/6] std::future::wait_* improvements Mike Crowe
13:05 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
13:01 Re: [08/11] Make hoist_defs_of_uses use vec_info::lookup_def Richard Biener
12:58 Re: C++ PATCH for c++/57891, narrowing conversions in non-type template arguments Marek Polacek
12:58 Re: [07/11] Use single basic block array in loop_vec_info Richard Biener
12:52 Re: [06/11] Handle VMAT_INVARIANT separately Richard Biener
12:51 Re: [05/11] Add a vect_stmt_to_vectorize helper function Richard Biener
12:50 Re: [04/11] Add a vect_orig_stmt helper function Richard Biener
12:49 Re: [03/11] Remove vect_transform_stmt grouped_store argument Richard Biener
12:49 Re: [02/11] Remove vect_schedule_slp return value Richard Biener
12:49 Re: [01/11] Schedule SLP earlier Richard Biener
12:44 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Martin Liška
12:31 Re: [PATCH,nvptx] Truncate config/nvptx/oacc-parallel.c Tom de Vries
12:25 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Marc Glisse
12:21 Re: [PATCH] Introduce __builtin_expect_with_probability (PR target/83610). Martin Liška
12:18 Re: Fold pointer range checks with equal spans Marc Glisse
12:14 Re: [PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64 Vlad Lazar
12:14 Re: [Patch][Aarch64] Implement Aarch64 SIMD ABI and aarch64_vector_pcs attribute Kyrill Tkachov
12:07 [C++ Patch, obvious] PR 86661 Paolo Carlini
12:02 [PATCH] Improve address CSE Richard Biener
11:59 [PATCH, testsuite]: Use -O0 for gcc.dg/plugin/poly-int-07_plugin.c ... Uros Bizjak
11:59 Re: Fold pointer range checks with equal spans Richard Biener
11:56 Re: Fix remove_stmt in vectorizable_simd_clone_call (PR 86758) Richard Biener
11:55 Re: Fix over-widening handling of COND_EXPRs (PR 86749) Richard Biener
11:55 Re: [PATCH,nvptx] Truncate config/nvptx/oacc-parallel.c Jakub Jelinek
11:53 Re: [PATCH][AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64 Kyrill Tkachov
11:35 [PATCH] Check the STRING_CSTs in varasm.c Bernd Edlinger
11:32 Re: [PATCH,nvptx] Truncate config/nvptx/oacc-parallel.c Tom de Vries
11:32 [PATCH] Create internally nul terminated string literals in fortan FE Bernd Edlinger
11:30 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Martin Liška
11:28 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Martin Liška
11:27 [PATCH] Handle overlength strings in C++ FE Bernd Edlinger
11:20 [PATCH] Handle overlength strings in the C FE Bernd Edlinger
11:16 [PATCH, testsuite]: Xfail pr84512.c on alpha*-*-*. Uros Bizjak
11:12 Re: [PATCH,nvptx] Remove use of CUDA unified memory in libgomp Tom de Vries
11:04 Re: [PATCH] Add malloc predictor (PR middle-end/83023). Martin Liška
11:02 Re: [PATCH] Fix target clones (PR gcov-profile/85370). Martin Liška
11:01 Re: [PATCH,nvptx] Remove use of 'struct map' from plugin (nvptx) Tom de Vries
10:59 Re: Fold pointer range checks with equal spans Richard Sandiford
10:52 Re: [PATCH] combine: Allow combining two insns to two insns Christophe Lyon
10:38 Re: [PATCH] Make function clone name numbering independent. Richard Biener
10:38 [C++ Patch] PR 59480 ("Missing error diagnostic: friend declaration specifying a default argument must be a definition")​ (Take 2) Paolo Carlini
10:34 [PATCH, testsuite]: Fix PR 86153, test case g++.dg/pr83239.C fails Uros Bizjak
10:33 Re: [PATCH][AARCH64] PR target/84521 Fix frame pointer corruption with -fomit-frame-pointer with __builtin_setjmp Sudakshina Das
10:32 Re: abstract remaining wide int operations in VRP Richard Biener
10:25 Re: Fold pointer range checks with equal spans Richard Sandiford
10:25 Re: [PATCH] Improve dumping of value profiling transformations. Jan Hubicka
10:20 Re: [GCC][PATCH][Aarch64] Stop redundant zero-extension after UMOV when in DI mode Sudakshina Das
10:19 Re: [PATCH] Add memmove to value profiling (PR value-prof/35543). Martin Liška
10:18 Re: [PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry Tom de Vries
10:16 [PATCH] Improve dumping of value profiling transformations. Martin Liška
10:15 [PATCH] __gcov_indirect_call_callee can't be null in __gcov_indirect_call_profiler_v2. Martin Liška
10:14 [RFC][PATCH] Clean up of histogram allocation and release. Martin Liška
10:14 Re: [PATCH] Add memmove to value profiling (PR value-prof/35543). Jan Hubicka
10:12 [PATCH] Add memmove to value profiling (PR value-prof/35543). Martin Liška
09:40 Re: [PATCH] combine: Allow combining two insns to two insns Segher Boessenkool
09:30 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
09:25 Re: [PATCH 01/11] Add __builtin_speculation_safe_value Richard Earnshaw (lists)
09:22 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
09:20 Fix remove_stmt in vectorizable_simd_clone_call (PR 86758) Richard Sandiford
09:16 Fix over-widening handling of COND_EXPRs (PR 86749) Richard Sandiford
09:13 Re: [GCC][PATCH][Aarch64] Stop redundant zero-extension after UMOV when in DI mode Sam Tebbs
09:08 Re: [C++ PATCH] Implement P0595R1 - so far as __builtin_is_constant_evaluated rather than std::is_constant_evaluated magic builtin Jakub Jelinek
08:54 Re: [PATCH 01/11] Add __builtin_speculation_safe_value Jakub Jelinek
08:50 Re: [PATCH 01/11] Add __builtin_speculation_safe_value Richard Earnshaw (lists)
08:40 Re: [PATCH] Make strlen range computations more conservative Jakub Jelinek
08:27 Re: [PATCH] combine: Allow combining two insns to two insns Christophe Lyon
07:53 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
07:44 Re: [PATCH] Make GO string literals properly NUL terminated Bernd Edlinger
07:19 Re: [PATCH] Make strlen range computations more conservative Richard Biener
07:13 [PATCH] Fix build with ISL 0.20 Richard Biener
07:01 Re: [PATCH] Make GO string literals properly NUL terminated Richard Biener
06:55 Re: [PATCH] Make strlen range computations more conservative Bernd Edlinger
06:51 Re: [PATCH][GCC][mid-end] Allow larger copies when not slow_unaligned_access and no padding. Richard Biener
05:55 代开发票 ludrfdbseg
01:29 Re: [PR 83141] Prevent SRA from removing type changing assignment H.J. Lu
00:06 libgo patch committed: Use poll rather than pollset on AIX Ian Lance Taylor


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc