gcc-patches archive
date index for April, 2015

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:

April 30, 2015
23:28 [debug-early] revert removal of deferred_asm_names Aldy Hernandez
23:23 Re: [PATCH] PR target/48904 x86_64-knetbsd-gnu missing defs Trevor Saunders
21:58 Re: [PATCH] PR target/48904 x86_64-knetbsd-gnu missing defs Bernhard Reutner-Fischer
21:38 Re: More type narrowing in match.pd Marc Glisse
21:15 Re: [PATCH,rs6000] Change -mcrypto to only affect Category:Vector.Crypto instructions Bill Schmidt
21:11 Re: [PATCH] Fix PR ipa/65557 Uros Bizjak
21:08 Re: [C++ patch] PR 65858 Prathamesh Kulkarni
20:44 Go patch committed: Use alloca for non-escaping new expressions Ian Lance Taylor
20:24 [PATCH, testsuite]: Some random fixes for 32bit x86 targets Uros Bizjak
19:42 Re: [C++ patch] PR 65858 Paolo Carlini
19:38 [ARM,AArch64][testsuite] AdvSIMD intrinsics tests cleanup: remove useless expected values. Christophe Lyon
19:34 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) H.J. Lu
19:34 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Uros Bizjak
19:33 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Caroline Tice
19:24 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) H.J. Lu
19:13 Re: [patch] Implement ISO/IEC TS 18822 C++ File system TS Jonathan Wakely
19:09 Re: [PATCH] [libstdc++] Add operator-> xmethod to std::unique_ptr Jonathan Wakely
19:08 Re: [PATCH, i386]: Switch x86 to TARGET_SUPPORTS_WIDE_INT H.J. Lu
19:01 [PATCH, i386]: Switch x86 to TARGET_SUPPORTS_WIDE_INT Uros Bizjak
18:46 Re: [C++ patch] PR 65858 Paolo Carlini
18:36 Backport PR ipa/64153 and PR ipa/63551 fixes to the 4.8 branch Marek Polacek
18:19 Re: [Patch, Fortran] Simplify lbound Mikael Morin
18:19 [PATCH] [libstdc++] Add operator-> xmethod to std::unique_ptr Doug Evans
18:01 Re: [PATCH] [libstdc++] Add uniform container erasure. Daniel Krügler
17:56 [PATCH] Add testcase for PR tree-optimization/63551 to 4.9/5/trunk Marek Polacek
17:51 Re: [C++ patch] PR 65858 Paolo Carlini
17:50 Re: [PATCH, ARM, PR64208] LRA ICE Fix Yvan Roux
17:44 Go patch committed: escape analysis of function values and conversions Ian Lance Taylor
17:42 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Joseph Myers
17:38 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Richard Henderson
17:32 [patch] Implement ISO/IEC TS 18822 C++ File system TS Jonathan Wakely
17:30 [debug-early] document new world and fix non-dwarf debugging backends Aldy Hernandez
17:29 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Uros Bizjak
17:21 Go patch committed: Mark non-escaping variables whose address is not taken Ian Lance Taylor
17:21 Re: More type narrowing in match.pd Jeff Law
16:56 Re: [PATCH] Fix up tm_clone_hasher Jeff Law
16:36 [C++ patch] PR 65858 Prathamesh Kulkarni
16:27 Re: [PATCH] Fix for PR26702: Emit .size for BSS variables on arm-eabi Kwok Cheung Yeung
16:27 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Caroline Tice
16:24 Re: Mostly rewrite genrecog Richard Sandiford
16:04 Re: C/C++ PATCH to fix latest -Wbool-compare extension Marek Polacek
16:02 Re: [PATCH][AArch64] Fix operand costing logic for MINUS Marcus Shawcroft
16:01 Re: More type narrowing in match.pd Jeff Law
15:55 Re: C/C++ PATCH to fix latest -Wbool-compare extension Jeff Law
15:53 Re: [PATCH] PR target/48904 x86_64-knetbsd-gnu missing defs Jeff Law
15:44 Re: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 Jeff Law
15:37 Re: [PATCH][AArch64] Add alternative 'extr' pattern, calculate rtx cost properly Marcus Shawcroft
15:34 RE: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 rohitarulraj at freescale dot
15:25 Re: [PATCH][AArch64] Properly cost FABD pattern Marcus Shawcroft
15:23 Re: [PATCH][ARM] Do not lower cost of setting core reg to constant. It doesn't have any effect Marcus Shawcroft
15:22 Re: [PATCH][ARM] Do not lower cost of setting core reg to constant. It doesn't have any effect Marcus Shawcroft
15:21 Re: [PATCH][AARCH64]Use shl for vec_shr_<mode> rtx pattern. Marcus Shawcroft
15:18 Re: [PATCH, PR65915] Fix float conversion split. H.J. Lu
15:17 Re: [PATCH][AArch64] Properly handle mvn-register and add EON+shift pattern and cost appropriately Marcus Shawcroft
15:15 Re: [PATCH, PR65915] Fix float conversion split. Ilya Tocar
15:11 Allow inlining across -fstrict-aliasing boundary Jan Hubicka
15:02 Re: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 Jeff Law
14:49 Re: [PATCH] PR target/48904 x86_64-knetbsd-gnu missing defs Guillem Jover
14:45 Re: [PATCH] [libstdc++] Add uniform container erasure. Ed Smith-Rowland
14:31 RE: Refactor gcc/tree-vectorize.c:vectorize_loops Aditya K
14:21 C++ PATCH for c++/65876 (ICE with constexpr and arrays) Jason Merrill
14:17 Re: [Patch, fortran, PR44672, v5] [F08] ALLOCATE with SOURCE and no array-spec Andre Vehreschild
13:39 Re: c-family PATCH to improve -Wbool-compare (PR c/64610) Andreas Schwab
13:37 Re: C PATCH to reject va_arg (ap, void) (PR c/65901) Marek Polacek
13:30 Fix g++.dg/lto/20101010-4 Jan Hubicka
13:17 C/C++ PATCH to fix latest -Wbool-compare extension Marek Polacek
13:07 Re: [Patch, fortran, pr65548, 2nd take, v3] [5/6 Regression] gfc_conv_procedure_call Andre Vehreschild
12:47 [PR testsuite/65205] Fix dg-shouldfail usage in OpenACC libgomp tests Thomas Schwinge
12:43 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Trevor Saunders
12:39 Re: [PATCH] [libstdc++] Add uniform container erasure. Jonathan Wakely
12:34 Re: [PATCH, rs6000, testsuite, PR65456] Changes for unaligned vector load/store support on POWER8 Bill Schmidt
12:33 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Jakub Jelinek
12:25 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Trevor Saunders
12:22 Re: Mostly rewrite genrecog Richard Biener
12:18 Re: [PATCH 4/4] match.pd: Add x + ((-x) & m) -> (x + m) & ~m pattern Richard Biener
12:17 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Andreas Schwab
12:13 [hsa] Upgrade to the final version of HSA 1.0 Martin Jambor
12:13 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Jakub Jelinek
12:13 Re: [PATCH][AArch64] Properly handle SHIFT ops and EXTEND in aarch64_rtx_mult_cost Marcus Shawcroft
12:12 Re: [RFC][PATCH 2/3] Propagate and save value ranges wrapped information Richard Biener
12:11 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Nuno Diegues
12:10 Re: [PATCH][AArch64] Properly cost MNEG/[SU]MNEGL patterns Marcus Shawcroft
12:09 Re: [PATCH][AArch64] Use extend_arith rtx cost appropriately Marcus Shawcroft
12:08 Re: Mostly rewrite genrecog Andreas Schwab
12:07 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
12:03 [PING] AArch64 costs patches Kyrill Tkachov
12:01 Re: [PATCH][ARM] Handle UNSPEC_VOLATILE in rtx costs and don't recurse inside the unspec Kyrill Tkachov
12:00 Re: [PATCH][ARM][stage-1] Initialise cost to COSTS_N_INSNS (1) and increment in arm rtx costs Kyrill Tkachov
11:59 Re: [PATCH][AArch64] Properly cost FABD pattern Kyrill Tkachov
11:59 Re: [PATCH][ARM] Do not lower cost of setting core reg to constant. It doesn't have any effect Kyrill Tkachov
11:58 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Trevor Saunders
11:58 Re: [PATCH][AArch64] Properly handle mvn-register and add EON+shift pattern and cost appropriately Kyrill Tkachov
11:56 Re: [PATCH][AARCH64]Use shl for vec_shr_<mode> rtx pattern. Renlin Li
11:53 Re: Mostly rewrite genrecog Richard Sandiford
11:44 Re: [PATCH 4/4] match.pd: Add x + ((-x) & m) -> (x + m) & ~m pattern Marc Glisse
11:40 Re: [RFC][PATCH 2/3] Propagate and save value ranges wrapped information Jakub Jelinek
11:35 Re: [RFC][PATCH 2/3] Propagate and save value ranges wrapped information Richard Biener
11:34 [PATCH] [libstdc++] Add uniform container erasure. Ed Smith-Rowland
11:29 Re: [rs6000] Fix compare debug failure on AIX Eric Botcazou
11:27 Re: c-family PATCH to improve -Wbool-compare (PR c/64610) Marek Polacek
11:18 Re: niter_base simplification Jonathan Wakely
11:10 RE: [PATCH, combine] Try REG_EQUAL for nonzero_bits Thomas Preud'homme
11:07 Re: More type narrowing in match.pd Richard Biener
10:53 Re: More type narrowing in match.pd Marc Glisse
10:45 Re: [PATCH] Remove some restrictions on loop shape in tree-if-conv.c Richard Biener
10:44 [PATCH][docs] Re: Update __atomic builtins documentation. Matthew Wahab
10:34 Re: [PATCH] Remove some restrictions on loop shape in tree-if-conv.c Alan Lawrence
10:26 Re: Mostly rewrite genrecog Eric Botcazou
10:26 Re: [PATCH, rs6000, testsuite, PR65456] Changes for unaligned vector load/store support on POWER8 Bin.Cheng
10:00 Re: ping: [PATCH, ARM] attribute target (thumb,arm) [0-6] Ramana Radhakrishnan
09:48 Re: [PATCH] Remove some restrictions on loop shape in tree-if-conv.c Richard Biener
09:42 Re: c-family PATCH to improve -Wbool-compare (PR c/64610) Andreas Schwab
09:40 RE: [Ping^3] [PATCH, ARM, libgcc] New aeabi_idiv function for armv6-m Hale Wang
09:34 Re: [PATCH 4/4] match.pd: Add x + ((-x) & m) -> (x + m) & ~m pattern Richard Biener
09:30 Re: [PATCH] Fix up tm_clone_hasher Marek Polacek
09:23 Re: [PATCH 1/4] match.pd: Add x + (x & 1) -> (x + 1) & ~1 pattern Richard Biener
09:22 [C PATCH, committed] Better location for an unknown field in initializer Marek Polacek
09:03 [PATCH][PING] Skip preprocessor directives in mklog Yury Gribov
09:00 Re: More type narrowing in match.pd Richard Biener
08:43 Re: [patch] Rewrite check_global_declarations() generically Richard Biener
08:41 Re: niter_base simplification François Dumont
08:38 Re: [PATCH, x86] Add TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE hook Christian Bruel
08:36 Re: ping: [PATCH, ARM] attribute target (thumb,arm) [0-6] Christian Bruel
08:27 Re: [PATCH, x86] Add TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE hook Bin.Cheng
07:58 Re: [PATCH] PR target/48904 x86_64-knetbsd-gnu missing defs Bernhard Reutner-Fischer
07:43 Re: ping: [PATCH, ARM] attribute target (thumb,arm) [0-6] Ramana Radhakrishnan
07:43 Re: Mostly rewrite genrecog Richard Sandiford
07:28 Re: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Bin.Cheng
07:19 RE: [PATCH 2/3, ARM, libgcc, ping6] Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc Thomas Preud'homme
07:17 Re: More type narrowing in match.pd Marc Glisse
07:13 Re: [PATCH] Fix for PR26702: Emit .size for BSS variables on arm-eabi Bin.Cheng
06:58 Re: Mostly rewrite genrecog Andreas Schwab
06:54 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Andreas Schwab
06:40 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Andreas Schwab
06:39 Re: Mostly rewrite genrecog Bin.Cheng
06:12 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Uros Bizjak
05:46 Re: Refactor gcc/tree-vectorize.c:vectorize_loops Jeff Law
05:00 Re: [PATCH] PR target/48904 x86_64-knetbsd-gnu missing defs Jeff Law
05:00 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Jeff Law
04:15 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Andi Kleen
04:13 Re: [patch] Rewrite check_global_declarations() generically Aldy Hernandez
03:57 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Jack Howarth
03:54 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Jeff Law
03:52 More type narrowing in match.pd Jeff Law
03:49 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Jeff Law
03:24 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Nuno Diegues
02:26 Re: [PATCH] Fix PR62283 H.J. Lu
02:11 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Trevor Saunders
01:45 mismatch in configure.ac for libgomp Pedro Giffuni
00:56 [debug-early] fix -fdump-go-spec Aldy Hernandez
00:13 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Trevor Saunders

April 29, 2015
23:57 [C++ Patch] PR 61683 Paolo Carlini
23:18 Re: [PATCH 0/13] Add musl support to GCC Joseph Myers
22:55 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Joseph Myers
22:40 Go patch committed: Fix escape analysis for multi-result calls Ian Lance Taylor
22:33 Re: [Patch/rtl-expand] Take tree range info into account to improve LSHIFT_EXP expanding Jeff Law
22:30 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Jeff Law
22:29 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Jeff Law
22:26 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Trevor Saunders
22:14 Go patch committed: Propagate escape info from closures to enclosed variables Ian Lance Taylor
22:00 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Jeff Law
21:58 Re: [Patch/rtl-expand] Take tree range info into account to improve LSHIFT_EXP expanding Jiong Wang
21:55 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Andreas Schwab
21:54 Re: [PATCH] gfortran testsuite: implicitly cleanup-modules Joseph Myers
21:39 libgo patch committed: Support -buildmode=c-archive Ian Lance Taylor
21:30 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Trevor Saunders
21:22 New Danish PO file for 'gcc' (version 5.1.0) Translation Project Robot
21:22 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Caroline Tice
21:15 Re: [PATCH 5/14][AArch64] Add basic fp16 support Joseph Myers
21:07 Re: [PATCH, i386]: Fix PR 65871, bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag Uros Bizjak
21:00 RE: [Patch, MIPS] Change mips4 default processor to r10K Moore, Catherine
20:50 Re: C++ PATCH for c++/50800 (ICE with may_alias and templates) Jason Merrill
20:33 Re: [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases Jeff Law
20:30 RE: [PATCH v4][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Moore, Catherine
20:26 Re: [C PATCH] c_incomplete_type_error TLC Jeff Law
19:33 Re: [patch] Rewrite check_global_declarations() generically Jason Merrill
19:31 Re: [PATCH, i386]: Fix PR 65871, bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag Uros Bizjak
19:23 Re: [PATCH, i386]: Fix PR 65871, bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag Jakub Jelinek
19:22 Re: [RFC]: Remove Mem/address type assumption in combiner Jeff Law
19:11 Re: [RFC]: Remove Mem/address type assumption in combiner Jeff Law
19:08 Re: [RFC]: Remove Mem/address type assumption in combiner Jeff Law
19:02 [PATCH, i386]: Fix PR 65871, bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag Uros Bizjak
18:59 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Caroline Tice
18:52 New Swedish PO file for 'cpplib' (version 5.1.0) Translation Project Robot
18:52 Contents of PO file 'cpplib-5.1.0.sv.po' Translation Project Robot
18:51 [C PATCH] c_incomplete_type_error TLC Marek Polacek
18:34 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Uros Bizjak
18:14 Re: [PATCH] [libstdc++/65839] whatis support for xmethods Jonathan Wakely
18:12 Re: [PATCH] Use consistent naming in libstdcxx/v6/xmethods.py Jonathan Wakely
17:57 Re: [PATCH] [libstdc++/65839] whatis support for xmethods Doug Evans
17:47 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Uros Bizjak
17:38 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Caroline Tice
17:19 Re: [PATCH] Tidy up locking for libgomp OpenACC entry points Thomas Schwinge
17:03 Re: [RFC]: Remove Mem/address type assumption in combiner Segher Boessenkool
16:49 [PATCH] Use consistent naming in libstdcxx/v6/xmethods.py Doug Evans
16:48 [debug-early] adjust tests for new defined/used warnings Aldy Hernandez
16:41 Re: C PATCH to reject va_arg (ap, void) (PR c/65901) Marek Polacek
16:33 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Uros Bizjak
16:26 Re: [PATCH 6/n] OpenMP 4.0 offloading infrastructure: option handling Thomas Schwinge
16:18 Re: [PATCH] libstdc++: Fix list.cc xmethods test. Jonathan Wakely
16:12 [PATCH] PR ld/18355: --enable-shared doesn't work H.J. Lu
16:09 Torpedo Factory Group Ltd mms Leah Zuchara
16:07 Re: Help needed debugging std::is_convertible problem (PR 65760) Jonathan Wakely
16:04 Re: [PATCH] libstdc++: Fix list.cc xmethods test. Doug Evans
15:46 Re: OMP_CLAUSES with clauses in operand 0 Thomas Schwinge
15:29 Re: OMP_CLAUSES with clauses in operand 0 Jakub Jelinek
15:26 Re: OMP_CLAUSES with clauses in operand 0 Thomas Schwinge
15:24 Re: [Patch, fortran, PR44672, v4] [F08] ALLOCATE with SOURCE and no array-spec Andre Vehreschild
15:24 Re: Fix librayr name of __builtin_allocal_with_align Sandra Loosemore
15:22 [patch] libstdc++/64657 support iterators with overloaded comma operator Jonathan Wakely
15:20 Re: [PATCH, AArch64] [4.8] [4.9] Backport PR64304 fix (miscompilation with -mgeneral-regs-only ) Marcus Shawcroft
15:13 [ubsan] Add -fsanitize=bounds-strict Marek Polacek
14:52 Re: [gomp4.1] Initial support for some OpenMP 4.1 construct parsing Thomas Schwinge
14:37 RE: Refactor gcc/tree-vectorize.c:vectorize_loops Aditya K
14:36 Re: OMP_CLAUSES with clauses in operand 0 Jakub Jelinek
14:31 Re: OMP_CLAUSES with clauses in operand 0 Thomas Schwinge
14:10 Re: Bare bones of type verifier Jan Hubicka
14:06 Re: [patch] Perform anonymous constant propagation during inlining Jan Hubicka
13:59 Re: [PATCH][AArch64] Increase static buffer size in aarch64_rewrite_selected_cpu Kyrill Tkachov
13:51 Re: [PATCH 5/13] microblaze musl support Szabolcs Nagy
13:50 Re: Mostly rewrite genrecog Richard Sandiford
13:45 Re: Mostly rewrite genrecog Richard Sandiford
13:42 Re: [patch] Perform anonymous constant propagation during inlining Richard Biener
13:39 Re: [PATCH][AArch64] Fix PR/65770 vstN_lane on bigendian Marcus Shawcroft
13:34 Re: [PATCH 0/13] Add musl support to GCC Szabolcs Nagy
13:29 Re: [C++ Patch] PR 64667 Jason Merrill
13:27 Re: [PATCH][AArch64] Fix PR/65770 vstN_lane on bigendian Alan Lawrence
13:23 Re: [patch] Perform anonymous constant propagation during inlining Jan Hubicka
13:21 Re: [PATCH,rs6000] Change -mcrypto to only affect Category:Vector.Crypto instructions David Edelsohn
13:18 Re: [PATCH 5/13] microblaze musl support Michael Eager
12:52 [C++ Patch] PR 64667 Paolo Carlini
12:35 Re: [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS Andreas Schwab
12:31 [Patch, fortran, pr65548, 2nd take] [5/6 Regression] gfc_conv_procedure_call Andre Vehreschild
12:10 Re: [PATCH 3/3] Fix indentation issues seen by -Wmisleading-indentation Mikael Morin
12:06 Re: [gomp4.1] Initial support for some OpenMP 4.1 construct parsing Jakub Jelinek
12:06 Re: [PATCH][AARCH64]Use shl for vec_shr_<mode> rtx pattern. Marcus Shawcroft
11:55 [PATCH, testsuite]: Add ieee options to gfortran.dg/namelist_87.f90 Uros Bizjak
11:55 Re: [patch] Perform anonymous constant propagation during inlining Richard Biener
11:52 Re: [gomp4.1] Initial support for some OpenMP 4.1 construct parsing Thomas Schwinge
11:44 Re: OMP_CLAUSES with clauses in operand 0 Jakub Jelinek
11:42 Re: C++ PATCH for c++/50800 (ICE with may_alias and templates) Markus Trippelsdorf
11:14 [gomp4.1] Initial support for some OpenMP 4.1 construct parsing Jakub Jelinek
11:14 Re: Use wi:: in canon_condition Richard Sandiford
11:13 Re: OMP_CLAUSES with clauses in operand 0 Thomas Schwinge
10:58 Re: [PATCH][AARCH64]Add ACLE 2.0 predefined macros: __ARM_ALIGN_MAX_PWR and __ARM_ALIGN_MAX_STACK_PWR Marcus Shawcroft
10:57 Re: [PATCH, ARM] Fix for pr65924 Kyrill Tkachov
10:46 Re: [PATCH] gimple-walk.c #include TLC Bernhard Reutner-Fischer
10:43 Re: [PATCH, ARM] Fix for pr65924 Yvan Roux
10:37 New French PO file for 'gcc' (version 5.1.0) Translation Project Robot
10:31 RE: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 rohitarulraj at freescale dot
10:26 Re: [rs6000] Fix compare debug failure on AIX pinskia
10:23 [rs6000] Fix compare debug failure on AIX Eric Botcazou
10:06 Re: [PATCH, ARM] Fix for pr65924 Kyrill Tkachov
09:53 [patch] Perform anonymous constant propagation during inlining Eric Botcazou
09:32 Re: OMP_CLAUSES with clauses in operand 0 (was: Fix OpenMP's target update directive in templated code) Jakub Jelinek
09:30 Re: [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Richard Biener
09:29 OMP_CLAUSES with clauses in operand 0 (was: Fix OpenMP's target update directive in templated code) Thomas Schwinge
09:27 Re: Fix OpenMP's target update directive in templated code Thomas Schwinge
09:25 [RFC]: Remove Mem/address type assumption in combiner Kumar, Venkataramanan
09:17 Re: [PATCH] Remove some restrictions on loop shape in tree-if-conv.c Alan Lawrence
09:02 Re: [PATCH][PR65893] Move pass_stdarg to after pass_dce in pass_all_optimizations Richard Biener
09:00 Re: [PATCH] gimple-walk.c #include TLC Richard Biener
08:57 [PATCH, ARM] Fix for pr65924 Yvan Roux
08:53 Re: Fix OpenMP's target update directive in templated code Jakub Jelinek
08:52 [PATCH][PR65893] Move pass_stdarg to after pass_dce in pass_all_optimizations Tom de Vries
08:50 [PATCH] XFAIL PR65917 Richard Biener
08:44 Re: Mostly rewrite genrecog Eric Botcazou
08:36 Re: gcc/c-family/c-pragma.h:pragma_omp_clause (was: Pragma parsing) Jakub Jelinek
08:13 [PATCH] Some SLP with gaps related fixes Richard Biener
08:02 [PATCH] PR target/48904 x86_64-knetbsd-gnu missing defs Bernhard Reutner-Fischer
08:02 [PATCH] gimple-walk.c #include TLC Bernhard Reutner-Fischer
07:58 New template for 'gcc' made available Translation Project Robot
07:56 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Mikhail Maltsev
07:55 [Fortran, Patch] (RFC, Coarray) Implement TS18508's EVENTS Tobias Burnus
07:41 New template for 'cpplib' made available Translation Project Robot
07:31 Re: Refactor gcc/tree-vectorize.c:vectorize_loops Jakub Jelinek
05:01 Re: [PATCH, FT32] initial support Jeff Law
03:53 Re: Refactor gcc/tree-vectorize.c:vectorize_loops Jeff Law
03:51 Re: [PATCH] Remove some restrictions on loop shape in tree-if-conv.c Jeff Law
03:50 Re: [Patch/rtl-expand] Take tree range info into account to improve LSHIFT_EXP expanding Jeff Law
03:38 Re: [PR64164] drop copyrename, integrate into expand Jeff Law
03:07 Re: C PATCH to reject va_arg (ap, void) (PR c/65901) Martin Sebor
02:22 Re: Fix librayr name of __builtin_allocal_with_align Jan Hubicka
02:20 Refactor gcc/tree-vectorize.c:vectorize_loops Aditya K
02:19 Re: Bare bones of type verifier Jan Hubicka
01:42 Re: [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases Josh Triplett
01:25 [debug-early] gut out check_die Aldy Hernandez
01:01 [patch] Rewrite check_global_declarations() generically Aldy Hernandez
00:25 Re: [PATCH][AARCH64]Add ACLE 2.0 predefined macros: __ARM_ALIGN_MAX_PWR and __ARM_ALIGN_MAX_STACK_PWR Andrew Pinski
00:10 Re: [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases Jeff Law

April 28, 2015
23:55 Re: [PATCH 3/3] Fix indentation issues seen by -Wmisleading-indentation Jeff Law
23:53 Re: [PATCH 2/3] Fix spurious semicolons Jeff Law
23:52 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Jeff Law
23:50 [PATCH 3/3] Fix indentation issues seen by -Wmisleading-indentation David Malcolm
23:50 [PATCH 2/3] Fix spurious semicolons David Malcolm
23:50 [PATCH 1/3] Implement -Wmisleading-indentation (v4) David Malcolm
23:30 Re: [PATCH 2/13] musl libc config Joseph Myers
23:28 Re: [PATCH 0/13] Add musl support to GCC Joseph Myers
23:18 Re: PR65217.c, improve canonicalization of implied copy from equality comparison Jeff Law
23:14 Re: [PATCH][AArch64] Fix libstdc++ ABI baseline for aarch64-linux-gnu Joseph Myers
23:13 Re: Mostly rewrite genrecog Jeff Law
23:01 Re: Fix librayr name of __builtin_allocal_with_align Jeff Law
22:46 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Joseph Myers
22:45 Re: [C++ Patch] PR 59729 Paolo Carlini
22:30 Re: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 Jeff Law
22:23 [C++ Patch] PR 59729 Paolo Carlini
21:59 [PATCH/libiberty] fix build of gdb/binutils with clang. Yunlian Jiang
21:35 Re: C PATCH for c/65345 (file-scope _Atomic expansion, this time with floats) Joseph Myers
20:29 Re: [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Tom de Vries
19:45 C++ PATCH for c++/65896 (constexpr and empty bases) Jason Merrill
19:43 Re: [patch] Only configure libstdc++-v3/python dir for hosted builds Jonathan Wakely
19:30 Re: [PATCH] Support -rdynamic on darwin12 and later Mike Stump
19:05 Re: [commited, Patch, Fortran] Prevent segfault with dump-*-original for implicit class expressions. Andre Vehreschild
18:46 Fix OpenMP's target update directive in templated code Thomas Schwinge
18:40 Re: Bare bones of type verifier Bernhard Reutner-Fischer
18:38 RE: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 rohitarulraj at freescale dot
18:37 RE: [Patch, MIPS] Change mips4 default processor to r10K Matthew Fortune
18:31 [PATCH, testsuite, committed] Remove spurious comment line from gcc.dg/vect/vect-33.c Bill Schmidt
18:17 Re: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 Jeff Law
17:54 Re: [PATCH] missing return in debug/vector _Safe_vector::operator= Jonathan Wakely
17:44 Re: [C++ RFC/Patch] PR 39813 Paolo Carlini
17:36 [Patch, MIPS] Change mips4 default processor to r10K Steve Ellcey
17:33 [committed] Remove stray line in c_parser_binary_expression Marek Polacek
17:21 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Caroline Tice
17:17 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) David Edelsohn
17:16 Re: gcc/c-family/c-pragma.h:pragma_omp_clause (was: Pragma parsing) Jakub Jelinek
17:16 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Gerald Pfeifer
17:15 Re: c-family PATCH to improve -Wbool-compare (PR c/64610) Jeff Law
17:14 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Jeff Law
17:12 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) Caroline Tice
17:10 Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) David Edelsohn
17:09 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Jeff Law
17:08 Re: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM Martin Galvan
17:05 Re: gcc make clean fixes Jeff Law
17:05 Re: gcc make clean fixes Mike Stump
17:04 Re: Use wi:: in canon_condition Jeff Law
16:59 gcc/c-family/c-pragma.h:pragma_omp_clause (was: Pragma parsing) Thomas Schwinge
16:41 Re: [PATCH][AARCH64]Add ACLE 2.0 predefined macros: __ARM_ALIGN_MAX_PWR and __ARM_ALIGN_MAX_STACK_PWR Marcus Shawcroft
16:22 Re: [PATCH, PR65915] Fix float conversion split. H.J. Lu
16:22 Re: [PATCH,PING][ARM]Remove vec_shr and vec_shr optabs Ramana Radhakrishnan
16:21 Re: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM Ramana Radhakrishnan
16:21 [PATCH, PR65915] Fix float conversion split. Ilya Tocar
16:01 Re: Bare bones of type verifier Bernhard Reutner-Fischer
16:01 Re: Re: [PING][PATCH][4.9]Backport "Fix register corruption bug in ree" Renlin Li
15:51 [PING][PATCH][AARCH64]Add ACLE 2.0 predefined macros: __ARM_ALIGN_MAX_PWR and __ARM_ALIGN_MAX_STACK_PWR Renlin Li
15:41 [PATCH][AARCH64]Use shl for vec_shr_<mode> rtx pattern. Renlin Li
15:19 [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM Martin Galvan
15:15 [PATCH,PING][ARM]Remove vec_shr and vec_shr optabs Alan Lawrence
14:58 Re: [PATCH] Improve PR44563 Jan Hubicka
14:47 C++ PATCH for c++/65656 (constexpr and __builtin_constant_p) Jason Merrill
14:42 Re: C++ PATCH for c++/50800 (ICE with may_alias and templates) Jason Merrill
14:31 Re: [PATCH, ARM] Alternatives and type attributes fixes. Kyrill Tkachov
14:22 Re: Improve LTO type checking during symtab merging Jan Hubicka
14:00 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jiong Wang
13:57 Re: [PATCH] Remove some restrictions on loop shape in tree-if-conv.c Alan Lawrence
13:57 RE: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Matthew Fortune
13:56 [PATCH] Remove some restrictions on loop shape in tree-if-conv.c Alan Lawrence
13:50 Re: C++ delayed folding branch review Jason Merrill
13:49 Use wi:: in canon_condition Richard Sandiford
13:47 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Richard Sandiford
13:39 [PATCH] Support -rdynamic on darwin12 and later Jack Howarth
13:28 [patch] libstdc++/60333 fix make_signed and make_unsigned for long long enumerations Jonathan Wakely
13:24 Re: [PATCH 6/n] OpenMP 4.0 offloading infrastructure: option handling Bernd Schmidt
13:07 Re: PR libstdc++/65883 missing unsigned in numeric_limits Jonathan Wakely
13:05 [patch] libstdc++/61645 add noexcept to forward_list::splice_after Jonathan Wakely
12:59 Re: [C++ RFC/Patch] PR 39813 Jason Merrill
12:54 Re: [C++ RFC/Patch] PR 39813 Paolo Carlini
12:47 Re: [PATCH] missing return in debug/vector _Safe_vector::operator= Jonathan Wakely
12:47 PR libstdc++/65883 missing unsigned in numeric_limits Marc Glisse
12:45 Re: [C++ RFC/Patch] PR 39813 Jason Merrill
12:43 Re: [PATCH] missing return in debug/vector _Safe_vector::operator= Stephan Bergmann
12:38 Re: [PATCH] missing return in debug/vector _Safe_vector::operator= Jonathan Wakely
12:36 [patch] libstdc++/65631 make std::seed_seq noncopyable Jonathan Wakely
12:16 Re: [PATCH] [libstdc++/65839] whatis support for xmethods Jonathan Wakely
12:09 Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions Jonathan Wakely
12:06 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jiong Wang
12:06 [patch] Add std::void_t Jonathan Wakely
12:06 Re: C++ delayed folding branch review Kai Tietz
12:06 Re: [Patch, Fortran] Prevent segfault with dump-*-original for implicit class expressions. Mikael Morin
10:59 [C++ RFC/Patch] PR 39813 Paolo Carlini
10:49 c-family PATCH to improve -Wbool-compare (PR c/64610) Marek Polacek
10:43 Re: [Patch, Fortran] Prevent segfault with dump-*-original for implicit class expressions. Andre Vehreschild
10:34 Re: [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Richard Biener
10:19 Re: [patch, c, ping] Fix PR c/48956: diagnostics for conversions involving complex types (reviewed) Mikhail Maltsev
10:19 [PATCH] Fix PR65911 Markus Trippelsdorf
10:06 Re: C PATCH for c/65345 (file-scope _Atomic expansion, this time with floats) Marek Polacek
09:54 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
09:44 RE: [RFC: Patch, PR 60158] gcc/varasm.c : Pass actual alignment value to output_constant_pool_2 rohitarulraj at freescale dot
09:40 Re: [PATCH][PR65823] Fix va_arg ap_copy nop detection Richard Biener
09:25 Re: [PATCH, FRV, libgcc]: Move CRT_GET_RFIB_DATA to libgcc Uros Bizjak
09:10 Re: [PATCH][PR65823] Fix va_arg ap_copy nop detection Tom de Vries
09:05 Re: Bare bones of type verifier Jan Hubicka
08:57 [committed] Fix example in header comment in tree-call-cdce.c Tom de Vries
08:55 Change -fdump-ada-spec output for static member functions Eric Botcazou
08:37 Re: [PATCH] Fix PR65549, avoid force_decl_die in late compilation Richard Biener
08:32 Re: [PATCH, ARM] Alternatives and type attributes fixes. Yvan Roux
08:30 [gomp4] Merge trunk r222446 (2015-04-26) into gomp-4_0-branch Thomas Schwinge
08:29 [PATCH] Fix PR62283 Richard Biener
08:14 RE: [PATCH, Aarch64] Add FMA steering pass for Cortex-A57 Thomas Preud'homme
07:49 Re: Bare bones of type verifier Richard Biener
07:37 Re: Improve LTO type checking during symtab merging Richard Biener
07:29 [PATCH] Fix PR65851 Richard Biener
07:15 Re: PR65217.c, improve canonicalization of implied copy from equality comparison Marek Polacek
06:53 Bare bones of type verifier Jan Hubicka
05:31 Re: Improve LTO type checking during symtab merging Tobias Burnus
04:18 Re: [Patch] Add regex_constants::__polynomial Tim Shen
04:07 PR65217.c, improve canonicalization of implied copy from equality comparison Jeff Law
02:55 [libstdc++, committed] fix PR65909 Sandra Loosemore
02:53 Re: Improve LTO type checking during symtab merging Jan Hubicka
00:10 update docs for --enable-languages Jim Wilson

April 27, 2015
23:12 [PATCH] libstdc++: Add operator-> support to unique_ptr xmethod. Doug Evans
23:03 Re: gcc make clean fixes Jim Wilson
22:45 [PATCH] [libstdc++/65839] whatis support for xmethods Doug Evans
22:41 Re: [PATCH] libstdc++: Fix list.cc xmethods test. Jonathan Wakely
22:33 [PATCH] libstdc++: Fix list.cc xmethods test. Doug Evans
21:11 Re: [RS6000] pr65810, powerpc64 alignment of r2 David Edelsohn
21:06 Re: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions Jonathan Wakely
20:58 Re: [Patch/rtl-expand] Take tree range info into account to improve LSHIFT_EXP expanding Jiong Wang
20:53 Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions Jonathan Wakely
20:42 Re: [Patch, fortran] PR65792 - allocation of scalar elemental function with structure constructor fails Paul Richard Thomas
20:40 Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions Jonathan Wakely
20:22 Add --enable-default-pie option to configure GCC to generate PIE by default. Magnus Granberg
20:13 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Jeff Law
20:01 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Mikhail Maltsev
19:45 Re: [PATCH libstdc++] Fix for std::uncaught_exception (PR 62258) Jonathan Wakely
19:30 Re: gcc make clean fixes Jeff Law
19:27 Re: [PATCH 2/13] musl libc config Jeff Law
19:22 Re: [Patch, Fortran] Simplify lbound Thomas Koenig
19:16 Re: [PATCH] Add new target h8300-*-linux Jeff Law
18:47 Re: [PATCH] Properly valueize values we value-number to Jeff Law
18:45 Re: [Patch, Fortran] Simplify lbound Thomas Koenig
18:29 Re: [PATCH] Properly valueize values we value-number to Richard Biener
18:14 Re: Extend list of codes accepted by address_operand Jeff Law
17:56 Re: C PATCH to reject va_arg (ap, void) (PR c/65901) Jeff Law
17:43 Re: [commited, Patch, Fortran, pr60322, addendum] was: [Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array Andre Vehreschild
17:40 Re: [Patch, fortran, pr59678, v1] -- [F03] Segfault on equalizing variables of a complex derived type Andre Vehreschild
17:30 C PATCH to reject va_arg (ap, void) (PR c/65901) Marek Polacek
16:57 RE: [PATCH][AArch64] Use conditional negate for abs expansion Wilco Dijkstra
16:57 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Richard Sandiford
16:44 Re: var-tracking vs. pseudo registers (was: Option overriding in the offloading code path) Thomas Schwinge
16:38 Re: [PATCH][OpenMP] Fix resolve_device with -foffload=disable Ilya Verbin
16:38 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Jeff Law
16:27 Re: [PATCH, combine] Try REG_EQUAL for nonzero_bits Jeff Law
16:26 Re: [PATCH][AArch64] Use conditional negate for abs expansion James Greenhalgh
16:24 Re: [PATCH] Properly valueize values we value-number to Jeff Law
16:16 Re: Offloading compilers' libgcc installation Jakub Jelinek
16:15 Re: Offloading compilers' libgcc installation Thomas Schwinge
16:13 Re: [PATCH][AArch64] Improve spill code - swap order in shl pattern James Greenhalgh
16:10 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Marek Polacek
16:08 Re: [PATCH 6/n] OpenMP 4.0 offloading infrastructure: option handling Thomas Schwinge
16:07 Re: [PATCH][combine][obvious] Use std::swap instead of manually swapping Jeff Law
16:06 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Jeff Law
15:46 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Marek Polacek
15:28 Re: [PATCH] Make wider use of "v" constraint in i386.md Ilya Tocar
15:23 Re: [PATCH v2 3/4] libcc1: Add 'set compile-gcc' Pedro Alves
15:21 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Peter Bergner
15:04 Re: [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Tom de Vries
15:03 Re: [PATCH] libmpx: remove AC_PROG_CXX/GCC_LIBSTDCXX_RAW_CXX_FLAGS from configure.ac Ilya Enkovich
15:01 RE: [PATCH] Fix IRA register preferencing Wilco Dijkstra
14:58 Re: [PATCH 7/13] powerpc musl support Szabolcs Nagy
14:58 RE: [PATCH][combine][obvious] Use std::swap instead of manually swapping Kyrill Tkachov
14:52 Re: [PATCH 9/13] x86 musl support Szabolcs Nagy
14:50 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Marek Polacek
14:50 Re: [PATCH 8/13] sh musl support Szabolcs Nagy
14:47 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Marek Polacek
14:40 Re: [PATCH 6/13] mips musl support Szabolcs Nagy
14:38 Re: [PATCH][combine][obvious] Use std::swap instead of manually swapping Segher Boessenkool
14:35 Re: [PATCH 5/13] microblaze musl support Szabolcs Nagy
14:33 Re: [PATCH 3/13] aarch64 musl support Szabolcs Nagy
14:30 Re: [PATCH 2/13] musl libc config Szabolcs Nagy
14:17 Re: [PATCH][AArch64] Fix aarch64_rtx_costs of PLUS/MINUS Kyrill Tkachov
14:05 RE: [PATCH][AArch64] Fix Cortex-A53 shift costs Wilco Dijkstra
14:02 Re: [PATCH] [AArch32] Additional bics patterns. Alex Velenko
13:58 Re: [PATCH, ARM] Alternatives and type attributes fixes. Yvan Roux
13:53 Re: [PATCH][AArch64] Fix aarch64_rtx_costs of PLUS/MINUS Kyrill Tkachov
13:43 RE: [PATCH][AArch64] Fix aarch64_rtx_costs of PLUS/MINUS Wilco Dijkstra
13:43 RE: [PATCH][AArch64] Make aarch64_min_divisions_for_recip_mul configurable Wilco Dijkstra
13:42 RE: [PATCH][AArch64] Use conditional negate for abs expansion Wilco Dijkstra
13:40 Re: [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Richard Biener
13:38 Re: [PATCH][simplify-rtx][trivial] Use std::swap instead of manually swapping Jeff Law
13:37 [PATCH][AArch64] Improve spill code - swap order in shl pattern Wilco Dijkstra
13:26 Re: [PATCH, rs6000, testsuite, PR65456] Changes for unaligned vector load/store support on POWER8 Bill Schmidt
13:24 [PATCH][AArch64] Fix operand costing logic for MINUS Kyrill Tkachov
13:20 Re: [PATCH, ARM] Alternatives and type attributes fixes. Kyrill Tkachov
13:16 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall John David Anglin
13:07 Re: Fix xstormy16 handling of HImode predicates Nicholas Clifton
13:06 Re: [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Tom de Vries
12:47 Re: [PATCH] Properly valueize values we value-number to Richard Biener
12:30 [patch] Add a cross-reference link to libstdc++ manual Jonathan Wakely
12:25 [PATCH, ARM] Alternatives and type attributes fixes. Yvan Roux
12:01 Re: [PATCH, x86] Add TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE hook Uros Bizjak
11:58 Re: [Patch] Add regex_constants::__polynomial Jonathan Wakely
11:55 Re: niter_base simplification Jonathan Wakely
11:54 Re: [PATCH] Fix LTO option streaming Richard Biener
11:39 Re: [PR64164] drop copyrename, integrate into expand Richard Biener
11:32 Re: Hide _S_n_primes from user code Jonathan Wakely
11:18 [Patch, fortran] Simplify lbound for array subcomponents Mikael Morin
11:03 RE: [PATCH 1/2, combine] Try REG_EQUAL for nonzero_bits Thomas Preud'homme
11:02 Re: [ARM] Fix RTX cost for vector SET Kyrill Tkachov
10:33 RE: [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Hale Wang
10:29 Minor tweak to size functions Eric Botcazou
10:27 RE: [PATCH, combine] Try REG_EQUAL for nonzero_bits Thomas Preud'homme
10:25 Re: Add a build version of inchash.o Richard Biener
10:20 Mostly rewrite genrecog Richard Sandiford
10:12 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
10:11 Remove redudant tests in icf_handled_component_p Eric Botcazou
10:09 Add a build version of inchash.o Richard Sandiford
10:07 Extend list of codes accepted by address_operand Richard Sandiford
10:03 Fix xstormy16 handling of HImode predicates Richard Sandiford
10:01 [PATCH][AArch64] Add alternative 'extr' pattern, calculate rtx cost properly Kyrill Tkachov
09:55 [committed] Make arguments to vec::splice const Richard Sandiford
09:55 [PATCH][combine][obvious] Use std::swap instead of manually swapping Kyrill Tkachov
09:55 [PATCH][simplify-rtx][trivial] Use std::swap instead of manually swapping Kyrill Tkachov
08:54 Re: Improve LTO type checking during symtab merging Richard Biener
08:47 Re: Fix librayr name of __builtin_allocal_with_align Richard Biener
08:34 Improve LTO type checking during symtab merging Jan Hubicka
08:32 Re: [PATCH] Properly valueize values we value-number to Richard Biener
08:31 Fix librayr name of __builtin_allocal_with_align Jan Hubicka
08:18 Re: [PATCH] Fix VRP update_value_range and caller (PR tree-optimization/65875) Richard Biener
08:17 Re: [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Richard Biener
08:12 Re: [PATCH] Fix VRP update_value_range and caller (PR tree-optimization/65875) Jakub Jelinek
08:05 Re: [PATCH] Fix VRP update_value_range and caller (PR tree-optimization/65875) Richard Biener
07:45 Re: [PATCH][PR65823] Fix va_arg ap_copy nop detection Tom de Vries
07:26 ping*3: [PATCH, x86] [PR target/64835] Add TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE hook Christian Bruel
06:23 Re: [PATCH, rs6000, testsuite, PR65456] Changes for unaligned vector load/store support on POWER8 Bin.Cheng
05:57 [PATCH 8/8] remove #if ARGS_GROW_DOWNWARD tbsaunde+gcc
05:57 [PATCH 7/8] always define ARGS_GROW_DOWNWARD tbsaunde+gcc
05:57 [PATCH 6/8] always define HAVE_epilogue tbsaunde+gcc
05:57 [PATCH 5/8] always define HAVE_simple_return and HAVE_return tbsaunde+gcc
05:56 [PATCH 4/8] add default for EPILOGUE_USES tbsaunde+gcc
05:56 [PATCH 3/8] add default for PCC_BITFIELD_TYPE_MATTERS tbsaunde+gcc
05:56 [PATCH 2/8] add default for HARD_REGNO_RENAME_OK tbsaunde+gcc
05:56 [PATCH 1/8] add default for NO_FUNCTION_CSE tbsaunde+gcc
05:56 [PATCH 0/8] remove more conditional compilation tbsaunde+gcc
01:09 [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases Josh Triplett
00:56 [PATCH] Emit -Waddress warnings for comparing address of reference against NULL Patrick Palka
00:55 Re: [Patch] Add regex_constants::__polynomial Tim Shen

April 26, 2015
23:08 Re: [ARM][PR65768] Keep constants in register when expanding Kugan
18:53 Re: [Patch, fortran] PR65792 - allocation of scalar elemental function with structure constructor fails Steve Kargl
18:35 [Patch, fortran] PR65792 - allocation of scalar elemental function with structure constructor fails Paul Richard Thomas
11:11 Re: [PATCH] Be less conservative in process_{output,input}_constraints (PR target/65689) Richard Sandiford
11:11 [Patch, C++, PR65882] Check tf_warning flag in build_new_op_1 Mikhail Maltsev
10:51 Re: [PATCH] Fix up creation of lowpart subregs in valtrack (PR debug/65678) Richard Sandiford
10:23 Re: [Patch, Fortran, PR58586, v2] ICE with derived type with allocatable component passed by value Mikael Morin
07:18 Re: [PATCH][PR65802] Mark ifn_va_arg with ECF_NOTHROW Tom de Vries
06:22 Re: [PATCH] Add new target h8300-*-linux Yoshinori Sato

April 25, 2015
21:13 Re: [Patch, Fortran] Prevent segfault with dump-*-original for implicit class expressions. Mikael Morin
20:19 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Gerald Pfeifer
20:13 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Joseph Myers
18:13 Re: [Patch, Fortran] Simplify lbound Mikael Morin
18:05 Re: [PATCH] PRs target/65846/65886: Improve copy reloc in PIE H.J. Lu
17:31 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Marek Polacek
15:50 Re: [Patch, fortran] PR65792 unitialized structure constructor array subcomponent Mikael Morin
15:47 [PATCH] PRs target/65846/65886: Improve copy reloc in PIE H.J. Lu
14:46 Re: [Patch, fortran, pr59678, v1] -- [F03] Segfault on equalizing variables of a complex derived type Paul Richard Thomas
14:42 Re: [Patch, fortran, pr59678, v1] -- [F03] Segfault on equalizing variables of a complex derived type Paul Richard Thomas
12:35 [PATCH][PR65818][bootstrap,hppa] Return side-effect free result in gimplify_va_arg_internal Tom de Vries
11:49 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Richard Sandiford
11:34 [Patch, Fortran] Simplify lbound Thomas Koenig
08:10 [Patch] Add regex_constants::__polynomial Tim Shen
07:45 [PATCH] PR 65867 - bootstrap fails for mingw32 due to missing header in ssp.c daniel . f . starke
02:23 Fix false negatives of ODR type checking on non-aggregates Jan Hubicka

April 24, 2015
23:30 [ARM] Fix RTX cost for vector SET Kugan
23:27 Re: [debug-early] fix problem with C_TYPE_INCOMPLETE_VARS and TYPE_VFIELD overloading Richard Henderson
23:26 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kugan
22:40 Re: RFA (stor-layout): PATCH for c++/65734 (attribute aligned and templates) Jakub Jelinek
22:34 Re: RFA (stor-layout): PATCH for c++/65734 (attribute aligned and templates) Jason Merrill
22:08 libgo patch committed: Compile go-main with -fPIC Ian Lance Taylor
21:44 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Martin Sebor
21:34 [debug-early] make gen_typedef_die gracefully handle error marks Aldy Hernandez
21:32 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Martin Sebor
21:30 [debug-early] make DW_AT_inline of 0 equivalent to no inline in check_die_inline() Aldy Hernandez
20:52 [debug-early] fix problem with C_TYPE_INCOMPLETE_VARS and TYPE_VFIELD overloading Aldy Hernandez
19:34 Re: [PATCH] Properly valueize values we value-number to Jeff Law
19:23 [PATCH] Fix VRP update_value_range and caller (PR tree-optimization/65875) Jakub Jelinek
19:00 Re: [PATCH, combine] Try REG_EQUAL for nonzero_bits Jeff Law
18:57 Re: [PATCH 1/2, combine] Try REG_EQUAL for nonzero_bits Jeff Law
18:43 Re: C PATCH for c/52085 (enum forward declarations and attribute packed) Jeff Law
18:41 Re: [PATCH] gcc/genrecog.c: Check matching constraint in MATCH_OPERAND. Jeff Law
18:25 Re: C++ delayed folding branch review Jason Merrill
17:13 Re: [PATCH] Tidy up locking for libgomp OpenACC entry points Julian Brown
17:05 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jiong Wang
16:27 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Marek Polacek
15:41 Re: [PATCH] [AArch32] Additional bics patterns. Alex Velenko
15:40 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state David Edelsohn
15:34 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Segher Boessenkool
15:13 RE: [PATCH v3][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Petar Jovanovic
15:03 [PATCH][ARM][committed] Use uppercase for code iterator names Kyrill Tkachov
14:55 Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Kyrill Tkachov
14:51 [PATCH v4][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Petar Jovanovic
14:50 C++ PATCH to remove obsolete cases from potential_constant_expression_1 Jason Merrill
14:27 Re: [PATCH][PR65802] Mark ifn_va_arg with ECF_NOTHROW Tom de Vries
13:51 Re: [PATCH] PR target/65849 -- Add additional options to powerpc #pragma/attribute target support David Edelsohn
13:46 Re: C++ delayed folding branch review Kai Tietz
12:52 Re: [PATCH] [RTL] Relax CSE check to set REG_EQUAL notes. Alex Velenko
11:36 Re: C PATCH for c/52085 (enum forward declarations and attribute packed) Marek Polacek
11:35 Re: [RFC] Adding unroller and DCE to early passes Jan Hubicka
11:19 [PATCH, i386]: Merge movlpd/movsd with movhpd to form movupd Uros Bizjak
10:43 RE: [PATCH 1/2, combine] Try REG_EQUAL for nonzero_bits Thomas Preud'homme
08:56 Re: [PATCH] Improve targetm.binds_local_p for common symbols on s390*/arm/aarch64 (PR target/65780) Marcus Shawcroft
08:43 RE: [Patch, MIPS] Minor cleanup in mips.md Matthew Fortune
08:39 Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Marcus Shawcroft
08:38 RE: [Patch] OPT: Update heuristics for loop-invariant for address arithmetic. Ajit Kumar Agarwal
08:37 Re: [Patch, Fortran, PR58586, v2] ICE with derived type with allocatable component passed by value Andre Vehreschild
08:32 Re: [Ping, Patch, Fortran] Prevent segfault with dump-*-original for implicit class expressions. Andre Vehreschild
08:30 Re: [RFC] Adding unroller and DCE to early passes Richard Biener
08:13 Re: RFA (tree.c): PATCH for may_alias vs. TYPE_CANONICAL, related to c++/50800 Richard Biener
07:52 Re: [committed, gcc-5-branch] Set DEV-PHASE to prerelease Richard Biener
07:42 [PATCH, i386]: Make mul operand commutative Uros Bizjak
07:08 RE: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Kumar, Venkataramanan
06:05 [PATCH, i386]: Update some operand constraints in sse.md Uros Bizjak
06:04 [PATCH, ARM, regression] Fix ternary operator in arm/unknown-elf.h Thomas Preud'homme
06:00 Re: [committed, gcc-5-branch] Set DEV-PHASE to prerelease Jakub Jelinek
04:54 [RFC] Adding unroller and DCE to early passes Jan Hubicka
04:53 RE: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Thomas Preud'homme
04:23 C++ delayed folding branch review Jason Merrill
03:34 gcc make clean fixes Jim Wilson
03:25 Re: [PATCH][PR65802] Mark ifn_va_arg with ECF_NOTHROW Bin.Cheng
03:15 Re: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Jeff Law
03:11 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Martin Sebor
03:11 RE: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Thomas Preud'homme
03:10 Re: [PATCH][RFA] [PR rtl-optimization/64317] Enhance postreload-gcse.c to eliminate more redundant loads Jeff Law
02:59 Re: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Jeff Law
02:28 [patch, doc] reorganize function attribute documentation Sandra Loosemore
02:26 Re: C PATCH for c/52085 (enum forward declarations and attribute packed) Jeff Law
02:23 Re: [Patch/rtl-expand] Take tree range info into account to improve LSHIFT_EXP expanding Jeff Law
01:56 Re: [PR64164] drop copyrename, integrate into expand Alexandre Oliva
01:55 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jeff Law
01:17 Re: [PATCH] [RTL] Relax CSE check to set REG_EQUAL notes. Jeff Law
01:16 Re: Re: [PATCH] Emit -Waddress warnings for comparing address of reference against NULL Patrick Palka
01:13 Re: emit-rtl tidy Jeff Law
00:14 Re: [RFC] Tighten memory type assumption in RTL combiner pass. Jeff Law

April 23, 2015
23:56 Support thunks in ICF Jan Hubicka
23:31 [committed, gcc-5-branch] Set DEV-PHASE to prerelease H.J. Lu
22:36 C PATCH to add -Woverride-init-side-effects (PR c/64918) Marek Polacek
22:10 [Patch, MIPS] Minor cleanup in mips.md Steve Ellcey
22:04 Re: [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Jeff Law
22:03 Re: [wwwdocs] PATCH for Re: Confirmation Mirror Changes Tim Semeijn
22:02 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Jeff Law
22:01 Re: [C PATCH] Make -Wno-shift-count-negative -Wno-shift-count-overflow work for const ints (PR c/65830) Jeff Law
22:00 Re: [PATCH] Quiet down -Wlogical-op a bit (PR c/61534) Jeff Law
21:59 Re: [Patch] OPT: Update heuristics for loop-invariant for address arithmetic. Jeff Law
21:57 Re: [PATCH v2 4/4] libcc1: 'set debug compile': Display absolute GCC driver filename Jeff Law
21:57 Re: [PATCH v2 3/4] libcc1: Add 'set compile-gcc' Jeff Law
21:56 Re: [PATCH v2 2/4] libcc1: set debug compile: Display GCC driver filename Jeff Law
21:54 Re: [PATCH v2 1/4] libcc1: Introduce GCC_FE_VERSION_1 Jeff Law
21:49 [wwwdocs] PATCH for Re: Confirmation Mirror Changes Gerald Pfeifer
20:46 C PATCH for c/52085 (enum forward declarations and attribute packed) Marek Polacek
20:42 Re: [PATCH v2 2/4] libcc1: set debug compile: Display GCC driver filename Jan Kratochvil
20:38 [PATCH v2 4/4] libcc1: 'set debug compile': Display absolute GCC driver filename Jan Kratochvil
20:38 [PATCH v2 3/4] libcc1: Add 'set compile-gcc' Jan Kratochvil
20:38 [PATCH v2 2/4] libcc1: set debug compile: Display GCC driver filename Jan Kratochvil
20:38 [PATCH v2 1/4] libcc1: Introduce GCC_FE_VERSION_1 Jan Kratochvil
19:32 Re: [PATCH] Fix LTO option streaming Jakub Jelinek
19:25 [PATCH] PR target/65849 -- Add additional options to powerpc #pragma/attribute target support Michael Meissner
19:16 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Peter Bergner
19:10 [PING][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM Martin Galvan
19:10 Re: [Patch] OPT: Update heuristics for loop-invariant for address arithmetic. Richard Sandiford
19:08 patch for PR65805 was backported to gcc-5 branch Vladimir Makarov
18:17 Re: [PATCH] Emit -Waddress warnings for comparing address of reference against NULL Jason Merrill
18:13 Re: [PATCH] Improve targetm.binds_local_p for common symbols on s390*/arm/aarch64 (PR target/65780) Ramana Radhakrishnan
18:12 Re: [PATCH] Fix a -fcheck-pointer-bounds -mmpx ICE (PR target/65523) H.J. Lu
18:09 [PATCH, rs6000, committed] Change documentation of -mcrypto to reflect ISA 2.07B changes Bill Schmidt
18:01 Re: [Patch, Fortran, PR58586, v2] ICE with derived type with allocatable component passed by value Andre Vehreschild
17:45 Re: C++ PATCH for c++/50800 (ICE with may_alias and templates) H.J. Lu
16:58 [PATCH][AArch64] Properly handle mvn-register and add EON+shift pattern and cost appropriately Kyrill Tkachov
16:42 Re: [PATCH] Tidy up locking for libgomp OpenACC entry points Thomas Schwinge
16:37 [PATCH] Improve targetm.binds_local_p for common symbols on s390*/arm/aarch64 (PR target/65780) Jakub Jelinek
16:25 FIx ipa-icf.c build failure Jan Hubicka
15:52 C++ PATCH for c++/50800 (ICE with may_alias and templates) Jason Merrill
15:50 Re: C++ PATCH for c++/65646 (ICE after error specializing missing static data member) Jason Merrill
15:49 RFA (tree.c): PATCH for may_alias vs. TYPE_CANONICAL, related to c++/50800 Jason Merrill
15:34 Re: Re: [PATCH] Emit -Waddress warnings for comparing address of reference against NULL Manuel LÃpez-IbÃÃez
15:30 Re: [PATCH] Fix LTO option streaming Richard Biener
15:22 Fix more of ICF's comparsion (attributes and references) Jan Hubicka
15:16 [PATCH, rs6000, testsuite, committed] Clean up one more test for unaligned loads handling Bill Schmidt
15:16 Re: [PATCH] Fix LTO option streaming Jan Hubicka
15:12 Re: [PATCH] Emit -Waddress warnings for comparing address of reference against NULL Jason Merrill
15:01 Re: [PATCH][ARM] Rewrite vc<cond> NEON patterns to use RTL operations rather than UNSPECs Ramana Radhakrishnan
14:55 RE: [PATCH v3][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Maciej W. Rozycki
14:51 Re: [PATCH] Fix for PR26702: Emit .size for BSS variables on arm-eabi Ramana Radhakrishnan
14:40 Re: [WIP] OpenMP 4 NVPTX support Jakub Jelinek
14:38 Re: [C PATCH] Fix up file-scope _Atomic expansion (PR c/65345) Marek Polacek
14:30 Re: [PATCH] Quiet down -Wlogical-op a bit (PR c/61534) Dodji Seketeli
13:42 Re: [BUILDROBOT] RFA: RL78: Add support for G13 and G14 multiply and divide Nicholas Clifton
13:41 Commit: RL78: Fix compile time warnings Nick Clifton
12:45 Re: [Ping, Patch, fortran, PR44672, v3] [F08] ALLOCATE with SOURCE and no array-spec Andre Vehreschild
12:05 [PATCH] Fix LTO option streaming Richard Biener
12:01 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Trevor Saunders
11:34 Re: [commited, Patch, Fortran, pr60322, addendum] was: [Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array Andre Vehreschild
11:24 Re: [RS6000] pr65810, powerpc64 alignment of r2 Alan Modra
11:20 [PATCH][2/n] Merge CCP and copyprop - remove two copyprop passes Richard Biener
11:05 Re: [PATCH][ARM] Remove an unused reload hook. Matthew Wahab
10:48 Re: [PATCH][ARM] Rewrite vc<cond> NEON patterns to use RTL operations rather than UNSPECs Kyrill Tkachov
10:30 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Richard Biener
10:26 Re: [PATCH][ARM] Restrict {load,store}_multiple expanders to MAX_LD_STM_OPS regs Kyrill Tkachov
10:24 Re: [PATCH][ARM] Make issue rate part of per-core tuning structs Kyrill Tkachov
10:08 [gomp4] Merge trunk r221877 (2015-04-06) into gomp-4_0-branch Thomas Schwinge
09:58 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Kyrill Tkachov
09:54 [PATCH] libmpx: remove AC_PROG_CXX/GCC_LIBSTDCXX_RAW_CXX_FLAGS from configure.ac Steven Noonan
09:15 Re: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Steven Bosscher
09:08 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Richard Earnshaw
09:04 Re: [PATCH ARM]Fix pr42172-1.c failure on pre armv7 processors Kyrill Tkachov
09:01 Re: [Patch][ARM]Correct options for arm test case pr65710 Kyrill Tkachov
08:55 Re: [PATCH] gfortran testsuite: implicitly cleanup-modules Bernhard Reutner-Fischer
08:53 Re: [PATCH ARM]Fix pr42172-1.c failure on pre armv7 processors Bin.Cheng
08:52 Re: [Patch][ARM]Correct options for arm test case pr65710 Terry Guo
08:42 [PATCH] Prepare fixing PR62283 Richard Biener
08:41 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Kyrill Tkachov
08:37 Re: [Patch][ARM]Correct options for arm test case pr65710 Kyrill Tkachov
08:35 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Richard Biener
08:32 Re: [PATCH] Tidy up locking for libgomp OpenACC entry points Jakub Jelinek
08:29 [PATCH][ARM] PR/65711: Don't pass '-dynamic-linker' when '-shared' is used Ludovic CourtÃs
08:25 Re: [Patch][ARM]Correct options for arm test case pr65710 Terry Guo
08:24 Re: [PATCH, testsuite]: Cleanup dumps Bernhard Reutner-Fischer
08:23 Re: [Patch][ARM]Correct options for arm test case pr65710 Kyrill Tkachov
08:19 Re: [PATCH ARM]Fix pr42172-1.c failure on pre armv7 processors Kyrill Tkachov
07:02 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Senthil Kumar Selvaraj
04:55 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Trevor Saunders
03:28 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 James Greenhalgh
03:17 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Peter Bergner
01:56 [Patch][ARM]Correct options for arm test case pr65710 Terry Guo
01:55 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Segher Boessenkool
01:02 stregnhten ICF WRT inline and operator_new flags Jan Hubicka

April 22, 2015
23:54 Re: [RFC][PATCH 3/3] Enable zero/sign extension elimination Kugan
23:53 [debug-early] Only output DW_TAG_GNU_formal_parameter_pack DIEs once Aldy Hernandez
23:48 Re: [RFC][PATCH 3/3] Enable zero/sign extension elimination H.J. Lu
23:18 Re: [PATCH] fortran/65429 -- don't dereference a null pointer Steve Kargl
23:08 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Peter Bergner
23:08 Re: [PATCH] PR target/65846: Optimize data access in PIE with copy reloc H.J. Lu
22:16 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Segher Boessenkool
22:16 Re: [PATCH] PR target/65846: Optimize data access in PIE with copy reloc Ramana Radhakrishnan
22:15 Re: [RFC][PATCH 3/3] Enable zero/sign extension elimination Kugan
22:14 Re: [RFC][PATCH 1/3] Free a bit in SSA_NAME to save wrapped information Kugan
22:11 Re: [RFC][PATCH 2/3] Propagate and save value ranges wrapped information Kugan
20:55 Re: [PATCH] tetstsuite gcc.target/i386/ avx512* Andreas Tobler
20:47 Re: [PATCH 00/12] Reduce conditional compilation Jeff Law
20:46 Re: [PATCH 00/12] Reduce conditional compilation Trevor Saunders
20:13 Re: Hide _S_n_primes from user code Marek Polacek
20:11 Re: Hide _S_n_primes from user code FranÃois Dumont
20:10 niter_base simplification FranÃois Dumont
19:47 Re: patch ping Bernhard Reutner-Fischer
19:39 Hide _S_n_primes from user code FranÃois Dumont
19:23 [debug-early] Adjust g++.dg/debug/dwarf2/auto1.C testcase Aldy Hernandez
18:43 [PATCH] Tidy up locking for libgomp OpenACC entry points Julian Brown
18:37 Re: [PATCH 00/12] Reduce conditional compilation Jeff Law
18:36 [C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179) Marek Polacek
18:34 Re: [PATCH] Makefile.tpl: Remove surplus whitespace Bernhard Reutner-Fischer
18:19 Re: [PATCH 00/12] Reduce conditional compilation David Malcolm
17:40 Re: [PATCH 7/14][AArch64] vld{2,3,4}{,_lane,_dup},vcombine,vcreate Alan Lawrence
17:38 [PATCH 14/14][ARM/AArch64 testsuite] Test float16_t vcvt_* intrinsics Alan Lawrence
17:36 [PATCH 13/14][ARM/AArch64 testsuite] Use gcc-dg-runtest in advsimd-intrinsics.exp Alan Lawrence
17:31 [PATCH 12/14][ARM/AArch64 Testsuite] Update advsimd-intrinsics tests to add float16 vectors Alan Lawrence
17:31 [PATCH 11/14][fold-const.c] Fix bigendian HFmode in native_interpret_real Alan Lawrence
17:21 [PATCH 10/14][AArch64] Add vcvt(_high)?_f32_f16 intrinsics Alan Lawrence
17:19 [PATCH 9/14][AArch64] vld1(q?)_dup, missing vreinterpretq intrinsics Alan Lawrence
17:16 [PATCH 8/14][AArch64]Add vreinterpret, float_truncate_lo/hi, vget_low/high Alan Lawrence
17:14 [PATCH 7/14][AArch64] vld{2,3,4}{,_lane,_dup},vcombine,vcreate Alan Lawrence
17:11 [PATCH 6/14][AArch64] Add support for float16x{4,8}_t vectors/builtins Alan Lawrence
17:06 [PATCH 5/14][AArch64] Add basic fp16 support Alan Lawrence
17:04 [PATCH 5/14][AArch64] Add basic fp16 support Alan Lawrence
16:59 [PATCH 4/14][ARM] Remaining float16 intrinsics: vld..., vst..., vget_low|high, vcombine Alan Lawrence
16:59 [PATCH 3/14][ARM] Add float16x8_t intrinsics Alan Lawrence
16:59 [PATCH 2/14][ARM]Add float16x8_t type Alan Lawrence
16:58 [PATCH 1/14][ARM] Add float16x4_t intrinsics Alan Lawrence
16:58 Re: [PATCH 2/2][ARM] PR/63870: Add a __builtin_lane_check Alan Lawrence
16:57 Re: [PATCH 1/2][ARM] PR/63870: Add qualifier to check lane bounds in expand Alan Lawrence
16:54 [PATCH 0/14][ARM/AArch64] __FP16 support, vectors, intrinsics, testsuite Alan Lawrence
16:34 [PATCH] PR target/65846: Optimize data access in PIE with copy reloc H.J. Lu
16:18 [PATCH][ARM] Do not lower cost of setting core reg to constant. It doesn't have any effect Kyrill Tkachov
16:02 [PATCH][AArch64] Properly cost FABD pattern Kyrill Tkachov
15:42 RE: [PATCH v3][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Petar Jovanovic
15:42 Re: [PATCH 2/13] musl libc config Szabolcs Nagy
15:37 RE: [PATCH 2/13] musl libc config Kyrill Tkachov
15:27 Re: [PATCH 2/13] musl libc config Ilya Verbin
15:24 [PATCH] Fix up tm_clone_hasher Marek Polacek
15:08 Re: [WIP] OpenMP 4 NVPTX support Bernd Schmidt
15:08 Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Kyrill Tkachov
14:35 Re: [PATCH 12/13] libstdc++, libgfortran gthr workaround for musl Kyrill Tkachov
14:35 Re: [PATCH 11/13] unwind fix for musl Kyrill Tkachov
14:35 Re: [PATCH 10/13] fixincludes Kyrill Tkachov
14:34 Re: [PATCH 2/13] musl libc config Kyrill Tkachov
14:34 Re: [PATCH 1/13] libitm fixes for musl support Kyrill Tkachov
14:09 [PATCH] Dev tree housekeeping Richard Biener
13:56 [PATCH] Quiet down -Wlogical-op a bit (PR c/61534) Marek Polacek
13:50 Re: [PATCH][PR65823] Fix va_arg ap_copy nop detection Richard Biener
13:47 Re: trunk test result inconsistencies Andrew MacLeod
13:43 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Peter Bergner
13:38 Re: [PATCH][PR65823] Fix va_arg ap_copy nop detection Tom de Vries
13:32 Re: trunk test result inconsistencies Jakub Jelinek
13:27 RE: [PATCH] [AArch32] Additional bics patterns. Kyrill Tkachov
13:20 Re: [PATCH 11/13] unwind fix for musl Jeff Law
13:17 Re: [PATCH 12/13] libstdc++, libgfortran gthr workaround for musl Jeff Law
13:16 Re: trunk test result inconsistencies H.J. Lu
13:16 Re: [PATCH 2/13] musl libc config Jeff Law
13:13 Re: [PATCH 1/5] libcc1: Make libcc1.so->libcc1.so.0 Jeff Law
13:13 [PATCH] [AArch32] Additional bics patterns. Alex Velenko
13:12 Re: [PATCH 2/5] libcc1: Use libcc1.so.0->libcc1.so.1 Jeff Law
13:12 Re: [PATCH 3/5] libcc1: set debug compile: Display GCC driver filename Jeff Law
13:11 Re: trunk test result inconsistencies Jakub Jelinek
13:10 Re: [PATCH 4/5] libcc1: Add 'set compile-gcc' Jeff Law
13:09 Re: [PATCH 5/5] libcc1: 'set debug compile': Display absolute GCC driver filename Jeff Law
12:59 Re: [PATCH][libstc++v3]Add new dg-require-thread-fence directive. Jonathan Wakely
12:40 Re: trunk test result inconsistencies H.J. Lu
12:33 Re: trunk test result inconsistencies Jeff Law
12:28 Re: trunk test result inconsistencies Andrew MacLeod
12:27 Re: Add DSE to early passes Richard Biener
12:19 Re: trunk test result inconsistencies Jakub Jelinek
12:17 Re: Add DSE to early passes Jan Hubicka
12:13 Re: Add DSE to early passes H.J. Lu
12:06 trunk test result inconsistencies Andrew MacLeod
11:51 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
11:46 Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Kyrill Tkachov
11:43 Re: [PATCH][libstc++v3]Add new dg-require-thread-fence directive. Renlin Li
11:12 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Marek Polacek
11:11 [PATCH, FRV, libgcc]: Move CRT_GET_RFIB_DATA to libgcc Uros Bizjak
10:19 Re: [PATCH][libstc++v3]Add new dg-require-thread-fence directive. Jonathan Wakely
10:13 [gomp4] Merge trunk r221638 (2015-03-24) into gomp-4_0-branch Thomas Schwinge
09:54 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Manuel López-Ibáñez
09:51 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Manuel López-Ibáñez
09:37 Re: [PATCH] Optionally sanitize globals in user-defined sections Jakub Jelinek
09:26 Re: [PATCH] Optionally sanitize globals in user-defined sections Yury Gribov
09:00 Re: [PATCH] Optionally sanitize globals in user-defined sections Jakub Jelinek
08:59 Re: [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Ramana Radhakrishnan
08:59 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Marek Polacek
08:58 Re: [PATCH] PR target/47122 vax-*-openbsd* config.gcc typo Bernhard Reutner-Fischer
08:43 Re: [PATCH] Optionally sanitize globals in user-defined sections Yury Gribov
08:42 [PATCH ARM]Fix pr42172-1.c failure on pre armv7 processors Bin Cheng
08:42 Re: [PATCH] PR target/47098 OBSD_LIB_SPEC on i686-openbsd3 missing Bernhard Reutner-Fischer
08:36 [PATCH] PR target/47122 vax-*-openbsd* config.gcc typo Bernhard Reutner-Fischer
08:32 RE: [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Hale Wang
08:31 Re: [PATCH] Optionally sanitize globals in user-defined sections Yury Gribov
08:26 Re: [PATCH] PR target/55144: bfin: fix opening glibc-c.o: No such file or directory Bernhard Reutner-Fischer
08:21 Re: [PATCH 2/2] tree-tailcall: Commentary typo fix, remove fwd declaration Bernhard Reutner-Fischer
08:17 Re: [PATCH] emit_bss(): Remove redundant guard Bernhard Reutner-Fischer
08:12 Re: [PATCH, c6x] handle unk_isa in TARGET_CPU_CPP_BUILTINS Bernhard Reutner-Fischer
08:11 Re: [PATCH, bfin] handle BFIN_CPU_UNKNOWN in TARGET_CPU_CPP_BUILTINS Bernhard Reutner-Fischer
08:06 Re: [PATCH][PR65823] Fix va_arg ap_copy nop detection Richard Biener
07:54 Re: [wwwdocs] Add libstdc++ ABI changes to /gcc-5/changes.html Jonathan Wakely
07:50 Re: [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Ramana Radhakrishnan
07:42 Re: [PATCH, 6/8] Add pass_copy_prop in pass_oacc_kernels Richard Biener
07:41 [PATCH][PR65823] Fix va_arg ap_copy nop detection Tom de Vries
07:40 Re: [PATCH, 4/8] Add pass_tree_loop_{init,done} to pass_oacc_kernels Richard Biener
07:39 Re: [PATCH, 3/8] Add pass_ch_oacc_kernels to pass_oacc_kernels Richard Biener
07:36 Re: Expand oacc kernels after pass_fre (was: [PATCH, 1/8] Expand oacc kernels after pass_build_ealias) Richard Biener
07:23 Re: Ping^3 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Terry Guo
02:30 Re: Ping^3 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Segher Boessenkool
02:21 Re: Ping^3 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Terry Guo
02:18 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Segher Boessenkool
01:44 Re: Ping^3 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Segher Boessenkool
01:42 [BUILDROBOT] RFA: RL78: Add support for G13 and G14 multiply and divide Jan-Benedict Glaw

April 21, 2015
23:35 Re: Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation David Malcolm
22:39 Re: [patch, fortran] PR 37131 Thomas Koenig
22:00 [C PATCH] Make -Wno-shift-count-negative -Wno-shift-count-overflow work for const ints (PR c/65830) Marek Polacek
21:41 [PATCH 5/5] libcc1: 'set debug compile': Display absolute GCC driver filename Jan Kratochvil
21:41 [PATCH 4/5] libcc1: Add 'set compile-gcc' Jan Kratochvil
21:41 [PATCH 3/5] libcc1: set debug compile: Display GCC driver filename Jan Kratochvil
21:41 [PATCH 2/5] libcc1: Use libcc1.so.0->libcc1.so.1 Jan Kratochvil
21:41 [PATCH 1/5] libcc1: Make libcc1.so->libcc1.so.0 Jan Kratochvil
20:56 Re: [PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state Peter Bergner
20:33 Handle oacc kernels with other directives (was: openacc kernels directive -- initial support) Thomas Schwinge
20:29 Handle global loop counters in c/c++ oacc kernels (was: openacc kernels directive -- initial support) Thomas Schwinge
20:24 Handle global loop counters in fortran oacc kernels (was: openacc kernels directive -- initial support) Thomas Schwinge
20:11 RE: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Evandro Menezes
20:09 Re: [PATCH, 7/8] Add pass_parallelize_loops_oacc_kernels to pass_oacc_kernels Thomas Schwinge
20:01 Re: [PATCH, 6/8] Add pass_copy_prop in pass_oacc_kernels Thomas Schwinge
19:57 Re: [PATCH, 5/8] Add pass_lim to pass_oacc_kernels Thomas Schwinge
19:52 Re: [PATCH, 4/8] Add pass_tree_loop_{init,done} to pass_oacc_kernels Thomas Schwinge
19:49 Re: [PATCH, 3/8] Add pass_ch_oacc_kernels to pass_oacc_kernels Thomas Schwinge
19:46 Re: [PATCH, 2/8] Add pass_oacc_kernels Thomas Schwinge
19:40 Expand oacc kernels after pass_fre (was: [PATCH, 1/8] Expand oacc kernels after pass_build_ealias) Thomas Schwinge
19:27 Add BUILT_IN_GOACC_KERNELS_INTERNAL (was: openacc kernels directive -- initial support) Thomas Schwinge
18:52 Re: [PATCH v3][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Maciej W. Rozycki
18:28 Re: [PATCH, fortran] Add gfc_define_builtin_with_spec Thomas Schwinge
18:14 Re: Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Manuel López-Ibáñez
18:05 RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Petar Jovanovic
18:02 [patch, libgfortran] PR65234 Output descriptor (*(1E15.7)) not accepted Jerry DeLisle
17:57 Re: [RFC] Dynamically aligning the stack H.J. Lu
17:42 [PATCH v3][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Petar Jovanovic
17:33 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
17:18 Re: [patch] [java] bump libgcj soname Andrew Hughes
17:10 Re: [patch] [java] bump libgcj soname Jakub Jelinek
17:05 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Mike Stump
17:04 Re: [patch] [java] bump libgcj soname Andrew Hughes
16:53 Re: [RFC] Dynamically aligning the stack Steve Ellcey
16:43 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Manuel LÃpez-IbÃÃez
16:40 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Trevor Saunders
16:13 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation David Malcolm
16:10 [PATCH][AARCH64]Use mov for add with large immediate. Renlin Li
16:08 Re: [PATCH][doc] Improve pipeline description docs a bit Sandra Loosemore
15:58 [WIP] OpenMP 4 NVPTX support Jakub Jelinek
15:29 Re: [PATCH 00/12] Reduce conditional compilation Trevor Saunders
15:24 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Trevor Saunders
15:24 Re: [PATCH 03/12] more removal of ifdef HAVE_cc0 Trevor Saunders
15:18 Re: [PATCH 04/12] always define HAVE_cc0 Trevor Saunders
15:00 RE: [PATCH 6/13] mips musl support Matthew Fortune
14:55 Re: [PATCH 3/13] aarch64 musl support Szabolcs Nagy
14:50 [patch, avr] extend part-clobbered check to AVR_TINY architecture Sivanupandi, Pitchumani
14:46 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Martin Sebor
14:43 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jiong Wang
14:43 Re: [PATCH 6/13] mips musl support Rich Felker
14:39 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Martin Sebor
14:38 Re: [patch] [java] bump libgcj soname Jakub Jelinek
14:32 [PATCH][libstc++v3]Add new dg-require-thread-fence directive. Renlin Li
14:30 Re: [patch] [java] bump libgcj soname Matthias Klose
14:19 Re: [patch] [java] bump libgcj soname Jakub Jelinek
14:19 Re: [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Manuel López-Ibáñez
14:16 Re: [PATCH 3/13] aarch64 musl support pinskia
14:16 Re: [patch] [java] bump libgcj soname Matthias Klose
14:14 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Richard Biener
14:11 Re: [patch] [java] bump libgcj soname Jakub Jelinek
14:10 Re: [PATCH][combine] Do not call rtx costs on potentially unrecognisable rtxes in combine Kyrill Tkachov
14:09 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Jeff Law
14:07 [patch] [java] bump libgcj soname Matthias Klose
14:06 Re: [PATCH][combine] Do not call rtx costs on potentially unrecognisable rtxes in combine Jeff Law
14:04 Re: [PATCH 01/12] add default definition of EH_RETURN_DATA_REGNO Jeff Law
14:00 Re: [PATCH 01/12] add default definition of EH_RETURN_DATA_REGNO Jakub Jelinek
14:00 [PATCH][AArch64] Add branch-cost to cpu tuning information. Matthew Wahab
13:58 RE: [PATCH 6/13] mips musl support Matthew Fortune
13:57 Re: [PATCH 00/12] Reduce conditional compilation Jeff Law
13:55 Re: [PATCH 10/12] remove more ifdefs for HAVE_cc0 Jeff Law
13:54 Re: [PATCH 05/12] make some HAVE_cc0 code always compiled Jeff Law
13:53 Re: [PATCH 04/12] always define HAVE_cc0 Jeff Law
13:51 Re: [PATCH 03/12] more removal of ifdef HAVE_cc0 Jeff Law
13:48 Re: [PATCH 02/12] remove some ifdef HAVE_cc0 Jeff Law
13:43 Re: [PATCH 00/12] Reduce conditional compilation Jeff Law
13:40 Re: [PATCH 01/12] add default definition of EH_RETURN_DATA_REGNO Jeff Law
13:37 Re: [PATCH 08/12] reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTER Jeff Law
13:34 Re: [PATCH 09/12] remove #if for PIC_OFFSET_TABLE_REGNUM Jeff Law
13:33 [PATCH, i386]: Some spring cleaning in i386.h Uros Bizjak
13:32 Re: [PATCH 06/12] provide default for RETURN_ADDR_OFFSET Jeff Law
13:32 Re: [PATCH 07/12] provide default for MASK_RETURN_ADDR Jeff Law
13:31 Re: [PATCH 11/12] provide default for INSN_SETS_ARE_DELAYED Jeff Law
13:30 Re: [PATCH 12/12] add default for INSN_REFERENCES_ARE_DELAYED Jeff Law
13:25 [PATCH 12/12] add default for INSN_REFERENCES_ARE_DELAYED tbsaunde+gcc
13:25 [PATCH 11/12] provide default for INSN_SETS_ARE_DELAYED tbsaunde+gcc
13:25 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Richard Earnshaw
13:25 [PATCH 10/12] remove more ifdefs for HAVE_cc0 tbsaunde+gcc
13:25 [PATCH 08/12] reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTER tbsaunde+gcc
13:25 [PATCH 09/12] remove #if for PIC_OFFSET_TABLE_REGNUM tbsaunde+gcc
13:25 [PATCH 07/12] provide default for MASK_RETURN_ADDR tbsaunde+gcc
13:25 [PATCH 06/12] provide default for RETURN_ADDR_OFFSET tbsaunde+gcc
13:25 [PATCH 04/12] always define HAVE_cc0 tbsaunde+gcc
13:25 [PATCH 05/12] make some HAVE_cc0 code always compiled tbsaunde+gcc
13:25 [PATCH 03/12] more removal of ifdef HAVE_cc0 tbsaunde+gcc
13:25 [PATCH 02/12] remove some ifdef HAVE_cc0 tbsaunde+gcc
13:25 [PATCH 01/12] add default definition of EH_RETURN_DATA_REGNO tbsaunde+gcc
13:25 [PATCH 00/12] Reduce conditional compilation tbsaunde+gcc
13:14 Re: [patch,wwwdocs] Add gcc-5 caveats for avr. Georg-Johann Lay
12:58 Re: [PATCH][expmed] Properly account for the cost and latency of shift+add ops when synthesizing mults Kyrill Tkachov
12:51 Re: [PATCH] Fix PR65650 (1/n in merging CCP and copyprop) Richard Biener
12:49 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Jakub Jelinek
12:46 Re: [PATCH][expmed] Properly account for the cost and latency of shift+add ops when synthesizing mults Marcus Shawcroft
12:39 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Peter Bergner
12:35 [PATCH] Fix PR65788 Richard Biener
12:32 Re: [PATCH] Skip preprocessor directives in mklog Tom de Vries
12:22 [patch, libgomp] Re-factor GOMP_MAP_POINTER handling Chung-Lin Tang
11:54 [wwwdocs] Add libstdc++ ABI changes to /gcc-5/changes.html Jonathan Wakely
11:47 Re: [PATCH][i386] Properly scale vec_construct cost Uros Bizjak
11:38 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Alan Modra
11:30 [PATCH][i386] Properly scale vec_construct cost Richard Biener
11:26 [PATCH] Skip preprocessor directives in mklog Yury Gribov
11:16 [C/C++ PATCH] Improve -Wlogical-op (PR c/63357) Marek Polacek
10:49 [patch] Document effects of -std=c++14 and -std=c++03 in libstdc++ manual Jonathan Wakely
10:38 [patch] Document libstdc++ dual ABI Jonathan Wakely
10:27 RE: [PATCH, ping1] Fix removing of df problem in df_finish_pass Thomas Preud'homme
10:13 [wwwdocs] PATCH for Re: GCC Plugin Announcement; CTraps - Lightweight dynamic analysis for concurrent code Gerald Pfeifer
09:43 Re: [PATCH][AArch64] Add zero_extend variants of logical+not ops Richard Earnshaw
09:19 Re: [PATCH][combine] Do not call rtx costs on potentially unrecognisable rtxes in combine Kyrill Tkachov
09:12 [PATCH][ARM][stage-1] Initialise cost to COSTS_N_INSNS (1) and increment in arm rtx costs Kyrill Tkachov
08:56 [C++ Patch, committed] PR 65801 Paolo Carlini
08:44 [PATCH][AArch64] Add zero_extend variants of logical+not ops Kyrill Tkachov
08:30 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
08:28 Re: [PATCH] tetstsuite gcc.target/i386/ avx512* Kirill Yukhin
08:19 Re: [PATCH][AArch64] Increase static buffer size in aarch64_rewrite_selected_cpu Kyrill Tkachov
08:05 Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Kyrill Tkachov
07:50 Re: [PATCH][PR65802] Mark ifn_va_arg with ECF_NOTHROW Richard Biener
07:48 Re: [PATCH][PR65802] Mark ifn_va_arg with ECF_NOTHROW Jan Hubicka
07:28 Re: [PATCH][PR65802] Mark ifn_va_arg with ECF_NOTHROW Richard Biener
07:13 Re: Ping^3 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Terry Guo
07:10 [PATCH][PR65802] Mark ifn_va_arg with ECF_NOTHROW Tom de Vries
06:45 Re: [PATCH, PR target/65103, 2/3] Propagate address constants into loops for i386 Jeff Law
06:36 [PATCH, alpha]: Revert PR 41089 workaround Uros Bizjak
06:22 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Jakub Jelinek
06:04 Re: [PATCH] Add new target h8300-*-linux Yoshinori Sato
05:32 Re: [PING^2] [PATCH][5a/5] Postpone expanding va_arg until pass_stdarg Bin.Cheng
05:27 Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression Jeff Law
04:41 RE: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Kumar, Venkataramanan
03:03 Re: Ping^3 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Segher Boessenkool
02:37 [PATCH] Emit -Waddress warnings for comparing address of reference against NULL Patrick Palka
01:39 Ping^3 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Terry Guo
01:25 [PATCH] use gold/configure.tgt to calc supported targets Mike Frysinger

April 20, 2015
23:56 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Alan Modra
22:55 [wwwdocs] PATCH for Re: [ANN] gcc-lua: Lua plugin for the GNU Compiler Collection Gerald Pfeifer
22:32 Re: [RS6000] pr65810, powerpc64 alignment of r2 Alan Modra
22:32 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Martin Sebor
22:14 Re: [wwwdocs] Add porting_to.html for GCC 5 (again) Gerald Pfeifer
22:07 Re: Announcing Segher Boessenkool as combine.c maintainer Segher Boessenkool
22:01 RE: [PATCH][MIPS] Enable load-load/store-store bonding Moore, Catherine
20:41 Re: [PATCH 1/13] libitm fixes for musl support Jeff Law
20:38 Re: [PATCH 10/13] fixincludes Jeff Law
20:30 Re: [PATCH][AArch64] Increase static buffer size in aarch64_rewrite_selected_cpu James Greenhalgh
20:29 Re: [PATCH 8/13] sh musl support Oleg Endo
20:22 Re: [AArch64][PR65375] Fix RTX cost for vector SET James Greenhalgh
20:14 Re: Merge current set of OpenACC changes from gomp-4_0-branch Gerald Pfeifer
20:10 Re: [PATCH 0/13] Add musl support to GCC Gregor Richards
20:01 [PATCH diagnostics/fortran] Handle two locations for the same diagnostic. Convert all gfc_warning_1 and gfc_notify_std_1 calls Manuel López-Ibáñez
19:58 Re: [patch, fortran] PR 37131 Dominique d'HumiÃres
19:46 Re: [PATCH 1/2] ?PR c++/61636 Adam Butcher
19:36 Re: Handle redirection blocks with clobbers Jeff Law
19:36 Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Andrew Pinski
19:26 Re: [PATCH, i386, Darwin RFT]: Remove reload_in_progress checks Uros Bizjak
19:09 RE: [PATCH][MIPS] Enable load-load/store-store bonding Matthew Fortune
19:07 Re: Handle redirection blocks with clobbers Jeff Law
19:03 Re: [patch,wwwdocs] Add gcc-5 caveats for avr. Gerald Pfeifer
19:00 [PATCH 13/13] fix incompatible posix_memalign declaration on x86 Szabolcs Nagy
18:59 [PATCH 12/13] libstdc++, libgfortran gthr workaround for musl Szabolcs Nagy
18:58 [PATCH 11/13] unwind fix for musl Szabolcs Nagy
18:58 [PATCH 10/13] fixincludes Szabolcs Nagy
18:57 [PATCH 9/13] x86 musl support Szabolcs Nagy
18:56 [PATCH 8/13] sh musl support Szabolcs Nagy
18:55 [PATCH 7/13] powerpc musl support Szabolcs Nagy
18:54 [PATCH 6/13] mips musl support Szabolcs Nagy
18:54 [PATCH 5/13] microblaze musl support Szabolcs Nagy
18:53 [PATCH 4/13] arm musl support Szabolcs Nagy
18:52 [PATCH 3/13] aarch64 musl support Szabolcs Nagy
18:52 [PATCH 2/13] musl libc config Szabolcs Nagy
18:52 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Yury Gribov
18:51 Re: [PATCH][combine] Do not call rtx costs on potentially unrecognisable rtxes in combine Jeff Law
18:51 [PATCH 1/13] libitm fixes for musl support Szabolcs Nagy
18:51 Re: [committed] Fix GC ICE due to dwarf2out bug (PR debug/65807) Mike Stump
18:49 [PATCH 0/13] Add musl support to GCC Szabolcs Nagy
18:44 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Jakub Jelinek
18:42 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Jeff Law
18:41 Re: [PATCH, i386, Darwin RFT]: Remove reload_in_progress checks Mike Stump
18:38 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Yury Gribov
18:35 Re: [patch, c, ping] Fix PR c/48956: diagnostics for conversions involving complex types (reviewed) Jeff Law
18:30 Re: [PATCH][MIPS] Enable load-load/store-store bonding Mike Stump
18:23 Re: [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Jeff Law
18:17 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Jeff Law
18:02 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Jeff Law
17:58 Re: [Patch, fortran] PR65792 unitialized structure constructor array subcomponent Dominique d'HumiÃres
17:51 Re: [PATCH][expmed] Calculate mult-by-const cost properly in mult_by_coeff_cost Jeff Law
17:19 Re: Handle redirection blocks with clobbers Jakub Jelinek
17:14 Handle redirection blocks with clobbers Jeff Law
17:11 Re: [RS6000] pr65810, powerpc64 alignment of r2 David Edelsohn
17:07 [PATCH][DRIVER] Wrong C++ include paths when configuring with "--with-sysroot=/" Pavel Kopyl
16:58 Re: [PATCH][committed] Add missed '%>' to error_at message Ilya Verbin
16:48 [PATCH][AArch64] Use extend_arith rtx cost appropriately Kyrill Tkachov
16:36 [PATCH][AArch64] Properly cost MNEG/[SU]MNEGL patterns Kyrill Tkachov
16:35 [PATCH][AArch64] Properly handle SHIFT ops and EXTEND in aarch64_rtx_mult_cost Kyrill Tkachov
16:31 Re: [patch,wwwdocs] Add gcc-5 caveats for avr. Jakub Jelinek
16:28 [PATCH][ARM] Handle UNSPEC_VOLATILE in rtx costs and don't recurse inside the unspec Kyrill Tkachov
16:24 [PATCH][AArch64] Increase static buffer size in aarch64_rewrite_selected_cpu Kyrill Tkachov
16:21 Re: [patch,wwwdocs] Add gcc-5 caveats for avr. Georg-Johann Lay
15:48 [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo Kyrill Tkachov
15:26 Re: [PATCH] Add new target h8300-*-linux Jeff Law
15:15 Re: [Obvious][AArch64] Delete unused aarch64_simd_emit_pair_result_insn. Alan Lawrence
15:12 Re: [PATCH][expmed] Properly account for the cost and latency of shift+add ops when synthesizing mults Kyrill Tkachov
15:06 Re: [PATCH][expmed] Properly account for the cost and latency of shift+add ops when synthesizing mults Jeff Law
15:03 Re: [PATCH][committed] Add missed '%>' to error_at message Jakub Jelinek
14:56 [PATCH][committed] Add missed '%>' to error_at message Ilya Verbin
14:36 Re: RFA (stor-layout): PATCH for c++/65734 (attribute aligned and templates) Jakub Jelinek
14:29 Re: [PATCH] Fix check for whether a function is a variadic function Jason Merrill
14:27 Re: [RS6000] pr65810, powerpc64 alignment of r2 Jakub Jelinek
14:24 Re: Merge current set of OpenACC changes from gomp-4_0-branch Thomas Schwinge
14:16 [PATCH][OpenMP] Fix resolve_device with -foffload=disable Ilya Verbin
14:04 [PATCH][combine] Do not call rtx costs on potentially unrecognisable rtxes in combine Kyrill Tkachov
13:53 [RS6000] pr65810, powerpc64 alignment of r2 Alan Modra
13:50 Re: [PATCH, rs6000] Force lvx and stvx for prologue saves and epilogue restores of Altivec regs Bill Schmidt
13:49 [Obvious][AArch64] Delete unused aarch64_simd_emit_pair_result_insn. Alan Lawrence
13:47 [committed] Fix GC ICE due to dwarf2out bug (PR debug/65807) Jakub Jelinek
13:40 [ARM][PATCH] Add arm-linux-gnueabi libstdc++ ABI baseline Maxim Kuvyrkov
13:40 Re: [patch,wwwdocs] Add gcc-5 caveats for avr. Andi Kleen
13:29 Update __atomic builtins documentation. Matthew Wahab
13:28 Re: [PATCH][AArch64] Fix libstdc++ ABI baseline for aarch64-linux-gnu Jakub Jelinek
13:26 Re: [PATCH, ping1] Fix removing of df problem in df_finish_pass Kenneth Zadeck
13:23 [PATCH][AArch64] Fix libstdc++ ABI baseline for aarch64-linux-gnu Maxim Kuvyrkov
13:17 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Jakub Jelinek
13:03 Re: [PATCH] Fix check for whether a function is a variadic function Patrick Palka
13:00 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Alan Modra
12:42 Re: [PATCH] Make split_block and create_basic_block type-safe Richard Biener
12:29 Re: [patch, fortran] PR 37131 Mikael Morin
12:26 Re: [PING][PATCH][PR65443] Add transform_to_exit_first_loop_alt Richard Biener
11:31 Re: [PATCH][ARM][cleanup] Use IN_RANGE more often Richard Earnshaw
11:15 [PATCH] Simplify gimple_build interface, more closely match fold_buildN Richard Biener
11:09 Re: [PATCH][expmed] Properly account for the cost and latency of shift+add ops when synthesizing mults Kyrill Tkachov
11:08 [patch] Improve libstdc++ documentation on using atomics. Jonathan Wakely
11:07 Re: [PATCH][ARM][cleanup] Use IN_RANGE more often Jakub Jelinek
11:03 Re: [PATCH][ARM][cleanup] Use IN_RANGE more often Kyrill Tkachov
10:57 [RFC][wwwdocs] bug report reopen policy Tom de Vries
10:39 [patch,wwwdocs] Add gcc-5 caveats for avr. Georg-Johann Lay
10:32 [PATCH][doc] Improve pipeline description docs a bit Kyrill Tkachov
10:25 Re: [PATCH 1/2] ?PR c++/61636 Marek Polacek
10:16 Re: [PATCH, i386, Darwin RFT]: Remove reload_in_progress checks Uros Bizjak
10:16 [PATCH][AArch64] PR target/65491: Classify V1TF vectors as AAPCS64 short vectors rather than composite types Kyrill Tkachov
10:00 Re: [PATCH, i386, Darwin RFT]: Remove reload_in_progress checks Iain Sandoe
09:47 Re: [PATCH, i386, Darwin RFT]: Remove reload_in_progress checks Dominique d'HumiÃres
09:28 Re: [PATCH][expmed] Calculate mult-by-const cost properly in mult_by_coeff_cost Kyrill Tkachov
08:56 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Jakub Jelinek
08:42 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Alan Modra
08:35 Re: ping: [PATCH, ARM] attribute target (thumb,arm) [0-6] Christian Bruel
08:26 Re: [wwwdocs] Update Fortran secrion in 4.8/changes.html Gerald Pfeifer
08:25 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
08:22 RE: [PATCH, ping1] Fix removing of df problem in df_finish_pass Thomas Preud'homme
08:22 [wwwdocs] gcc-5/changes.html Gerald Pfeifer
08:19 Re: [PATCH PR65767]Fix test case failure on arm-none-eabi Jakub Jelinek
08:18 Re: [wwwdocs] Update changes.html with libstdc++ changes Gerald Pfeifer
08:17 Re: [PATCH PR65767]Fix test case failure on arm-none-eabi Ramana Radhakrishnan
08:05 Re: patch to fix PR65805 Jakub Jelinek
08:05 Re: [PATCH] -Warray-bounds TLC Richard Biener
07:47 Re: [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Jakub Jelinek
07:09 Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression Shiva Chen
06:52 [PATCH PR65767]Fix test case failure on arm-none-eabi Bin Cheng
06:05 Re: [PATCH] [ARM] Fix widen-sum pattern in neon.md. Xingxing Pan
05:09 Re: [PATCH][MIPS] Enable load-load/store-store bonding sameera
04:51 Re: [PATCH] Add new target h8300-*-linux Yoshinori Sato
03:28 Re: [PATCH 1/2] PR c++/61636 Jason Merrill
03:17 Re: [PATCH] Fix check for whether a function is a variadic function Jason Merrill
03:11 [Patch] pr65779 - [5/6 Regression] undefined local symbol on powerpc Alan Modra
01:48 [PATCH] 65479 - sanitizer stack trace missing frames past #0 on powerpc64 Martin Sebor
00:32 Re: [wwwdocs] Porting to again Gerald Pfeifer

April 19, 2015
23:49 patch to fix PR65805 Vladimir Makarov
23:45 [PATCH] Fix check for whether a function is a variadic function Patrick Palka
21:00 Re: [PATCH, i386, Darwin RFT]: Remove reload_in_progress checks Dominique d'HumiÃres
19:56 [PATCH] tetstsuite gcc.target/i386/ avx512* Andreas Tobler
19:03 Re: [PATCH 1/2] PR c++/61636 Adam Butcher
18:35 [PATCH, i386, Darwin RFT]: Remove reload_in_progress checks Uros Bizjak
18:22 Re: [wwwdocs] Remove extra SD-6 column in C++14 language stats. Gerald Pfeifer
16:20 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jiong Wang
15:58 [patch, fortran] PR 37131 Thomas Koenig
15:48 Re: [PATCH] Optionally sanitize globals in user-defined sections Jakub Jelinek
15:33 [wwwdocs] Remove extra SD-6 column in C++14 language stats. Ed Smith-Rowland
14:55 [Patch, fortran] merge two gfc_trans_scalar_assign flags Mikael Morin
10:01 Re: [Patch, Fortran, PR58586, v1] ICE with derived type with allocatable component passed by value Mikael Morin
08:39 Re: [Patch, fortran] PR65792 unitialized structure constructor array subcomponent Dominique d'HumiÃres
07:55 Re: [PATCH] Optionally sanitize globals in user-defined sections Yury Gribov

April 18, 2015
19:48 Re: [wwwdocs] Some stuff for porting to Gerald Pfeifer
19:46 Re: [PATCH] remove need for store_values_directly Trevor Saunders
18:17 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Maxim Kuvyrkov
17:53 Re: [PATCH 1/2] PR c++/61636 Adam Butcher
17:22 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Richard Earnshaw
16:49 [Patch, fortran] PR65792 unitialized structure constructor array subcomponent Mikael Morin
15:13 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Jakub Jelinek
14:52 Re: [ARM][PR65768] Keep constants in register when expanding Richard Earnshaw
14:22 Re: patch for PR65729 Richard Earnshaw
14:18 Re: [PATCH][ARM][cleanup] Use IN_RANGE more often Richard Earnshaw
14:07 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Richard Earnshaw
13:30 Re: [PATCH][AArch64] PR/64134: Make aarch64_expand_vector_init use 'ins' more often Richard Earnshaw
13:30 [wwwdocs] Remove "old PROBLEMS file" entries from projects/index.html Gerald Pfeifer
10:55 [Patch, fortran, pr59678, v1] -- [F03] Segfault on equalizing variables of a complex derived type Andre Vehreschild

April 17, 2015
23:51 [patch, libgfortran] PR56743 Namelist bug with comment and no blank Jerry DeLisle
22:29 Re: [PATCH] -Warray-bounds TLC Steve Ellcey
22:15 Re: [PATCH] -Warray-bounds TLC Marc Glisse
21:59 libgo patch committed: in runtime.Caller don't return ok as true if PC == 0 Ian Lance Taylor
21:47 Re: [PATCH, stage1] Better error recovery for merge-conflict markers David Malcolm
21:47 Re: [PATCH] PR target/65780: [5/6 Regression] Uninitialized common handling in executables Jakub Jelinek
21:38 Re: [PATCH] PR target/65780: [5/6 Regression] Uninitialized common handling in executables H.J. Lu
21:29 libgo patch committed: Skip runtime functions with no name in runtime/pprof Ian Lance Taylor
21:24 Re: libgo patch committed: Adjust libbacktrace PC value in runtime_callers callback Ian Lance Taylor
21:21 Re: [PATCH] -Warray-bounds TLC Mike Stump
21:06 Re: [PATCH 1/2] PR c++/61636 Adam Butcher
20:52 Re: [PATCH] -Warray-bounds TLC Steve Ellcey
20:29 Re: [PATCH, 5.1, rs6000] Fix PR65787 Bill Schmidt
20:03 Re: libgo patch committed: Adjust libbacktrace PC value in runtime_callers callback msebor
19:58 Re: [PATCH 1/2] PR c++/61636 Jason Merrill
19:53 Re: [PATCH] -Warray-bounds TLC Steve Ellcey
19:38 Re: [PATCH][expmed] Properly account for the cost and latency of shift+add ops when synthesizing mults Jeff Law
19:36 RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Maciej W. Rozycki
19:29 libgo patch committed: Adjust libbacktrace PC value in runtime_callers callback Ian Lance Taylor
19:29 Re: [PATCH] gfortran.dg/pr32627.f03 prints nul byte Jeff Law
19:25 Refactoring shared code in jump threading/dom Jeff Law
19:08 Re: [PATCH] -Warray-bounds TLC Marc Glisse
19:00 Re: [PATCH, 5.1, rs6000] Fix PR65787 David Edelsohn
18:54 Re: [PATCH] -Warray-bounds TLC Richard Biener
18:35 RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Moore, Catherine
18:27 Re: [PATCH, 5.1, rs6000] Fix PR65787 Jakub Jelinek
18:23 RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Petar Jovanovic
18:19 Re: Go patch committed: Fix PR 65755 on GCC 5 branch Ian Lance Taylor
18:06 Re: [PATCH, 5.1, rs6000] Fix PR65787 Bill Schmidt
18:01 Re: [PATCH] -Warray-bounds TLC Steve Ellcey
18:01 [PATCH, i386]: Kill LEGITIMIZE_RELOAD_ADDRESS Uros Bizjak
17:51 Re: [PATCH] gfortran.dg/pr32627.f03 prints nul byte msebor
17:47 Re: [PATCH, 5.1, rs6000] Fix PR65787 Jakub Jelinek
17:30 Re: [patch, c, ping] Fix PR c/48956: diagnostics for conversions involving complex types (reviewed) Mikhail Maltsev
17:29 Re: [PATCH] Optionally sanitize globals in user-defined sections Andi Kleen
17:26 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Jeff Law
17:10 Re: [patch, c, ping] Fix PR c/48956: diagnostics for conversions involving complex types (reviewed) Jeff Law
17:10 Go patch committed: Initial support for escape analysis Ian Lance Taylor
17:05 Re: [PATCH] Work around PR bootstrap/62077 Richard Biener
16:53 Re: [PATCH] Add new target h8300-*-linux Jeff Law
16:46 Re: [patch,avr,installed] ad PR65296: Adjust specs to new avr-libc layout as of #44574 Denis Chertykov
16:40 Re: [PATCH, 5.1, rs6000] Fix PR65787 Jakub Jelinek
16:32 Re: [PATCH, 5.1, rs6000] Fix PR65787 Bill Schmidt
16:16 Re: unused comparison warning (bug 62182) Jeff Law
16:14 Re: [PATCH] fix PR target/65535 Jeff Law
16:12 Re: [PATCH] PR target/65780: [5/6 Regression] Uninitialized common handling in executables Jeff Law
16:12 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Manuel LÃpez-IbÃÃez
15:48 [PATCH][AArch64] PR/64134: Make aarch64_expand_vector_init use 'ins' more often Alan Lawrence
15:47 Re: Patch ping Richard Earnshaw
15:46 Re: Patch ping Richard Earnshaw
15:41 [PATCH 3/3][AArch64] Idiomatic 64x1 comparisons in arm_neon.h Alan Lawrence
15:40 [PATCH 2/3][AArch64] Add vcond(u?)didi pattern Alan Lawrence
15:39 [PATCH 1/3] optabs.c: Make vector_compare_rtx cope with VOIDmode constants (e.g. const0_rtx) Alan Lawrence
15:37 [PATCH 0/3][AArch64] DImode vector compares Alan Lawrence
15:32 Re: Patch ping Jeff Law
15:32 Re: [patch,avr,installed] ad PR65296: Adjust specs to new avr-libc layout as of #44574 Georg-Johann Lay
15:17 ping: [gcc patch] libcc1: '@' GDB array operator Jan Kratochvil
15:02 Re: [PATCH, 5.1, rs6000] Fix PR65787 Bill Schmidt
14:49 Re: [PATCH, 5.1, rs6000] Fix PR65787 Jakub Jelinek
14:43 Re: [patch,avr,installed] ad PR65296: Adjust specs to new avr-libc layout as of #44574 Denis Chertykov
14:42 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Tom Tromey
14:42 Re: [PATCH, 5.1, rs6000] Fix PR65787 David Edelsohn
14:10 Re: [C++ PATCH] Reject trailing return type for operator auto() Jason Merrill
14:04 Re: [PATCH] Improve debug info generation for TLS + const (PR debug/65771) Jason Merrill
14:03 [patch,avr,installed] ad PR65296: Adjust specs to new avr-libc layout as of #44574 Georg-Johann Lay
13:28 Re: [PATCH, 5.1, rs6000] Fix PR65787 Bill Schmidt
13:16 Re: acc_on_device for device_type_host_nonshm (was: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks) Jakub Jelinek
12:57 [Obvious][AArch64] arm_neon.h: Remove unnecessary forward declaration of vdup_n_f32 Alan Lawrence
12:40 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Jakub Jelinek
12:37 [PATCH] Work around PR bootstrap/62077 Jakub Jelinek
12:36 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE H.J. Lu
12:27 Re: [PATCH, 5.1, rs6000] Fix PR65787 Bill Schmidt
12:23 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Mike Stump
12:18 Re: [PATCH] Do not discard the constructors of empty structs [PR c++/64527] Patrick Palka
12:00 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Jakub Jelinek
11:48 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE H.J. Lu
11:42 Fwd: [PATCH, CHKP] Don't require IPA_REF_CHKP reference for nodes other than instrumentation thunks Ilya Enkovich
11:38 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Jakub Jelinek
11:34 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Denis Chertykov
11:30 [PATCH, CHKP] Don't require IPA_REF_CHKP reference for nodes other than instrumentation thunks Ilya Enkovich
11:25 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kyrill Tkachov
11:19 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kugan
11:12 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Uros Bizjak
11:04 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Uros Bizjak
10:39 Re: [PATCH] Fix PR65549, avoid force_decl_die in late compilation Jakub Jelinek
10:36 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE H.J. Lu
10:32 Re: [PATCH] Fix PR65549, avoid force_decl_die in late compilation Richard Biener
10:08 [PING][PATCH][3/3][PR65460] Mark offloaded functions as parallelized Tom de Vries
09:54 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) (PR65742) Julian Brown
09:14 Re: unused comparison warning (bug 62182) Arnaud Bienner
09:05 [PATCH] Fix PR65549, avoid force_decl_die in late compilation Richard Biener
08:47 Patch ping Jakub Jelinek
08:36 Re: [PATCH, PR target/65103, 2/3] Propagate address constants into loops for i386 Ilya Enkovich
08:10 Re: [PATCH] Make wider use of "v" constraint in i386.md Uros Bizjak
08:05 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Uros Bizjak
07:45 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Senthil Kumar Selvaraj
07:41 Re: [PATCH] Optionally sanitize globals in user-defined sections Jakub Jelinek
07:37 Re: [PATCH] Optionally sanitize globals in user-defined sections Yury Gribov
07:32 [PATCH] Optionally sanitize globals in user-defined sections Yury Gribov
07:29 Re: [PATCH] remove need for store_values_directly Richard Biener
07:25 Re: [PATCH] Fix dwarf2out ICE (PR debug/65771) Richard Biener
06:51 Re: [PATCH] Fix inlining checks wrt optimize attribute Christian Bruel
04:39 [PATCH] remove need for store_values_directly tbsaunde+gcc
03:19 Re: [PR65768] Check rtx_cost when propagating constant Kugan
02:01 [patch, c, ping] Fix PR c/48956: diagnostics for conversions involving complex types (reviewed) Mikhail Maltsev

April 16, 2015
23:45 [PATCH] Improve debug info generation for TLS + const (PR debug/65771) Jakub Jelinek
21:46 [PATCH, 5.1, rs6000] Fix PR65787 Bill Schmidt
21:11 [PATCH] Fix dwarf2out ICE (PR debug/65771) Jakub Jelinek
20:47 Re: [C++ Patch] Rename tsubst_flags_t function parameter Jason Merrill
20:39 [PATCH] fix PR target/65535 Andreas Tobler
20:38 RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Moore, Catherine
20:14 [C++ PATCH PING] Reject trailing return type for operator auto() Ville Voutilainen
20:03 Re: [PATCH V2] IRA: Speed up setup_left_conflict_sizes_p Jeff Law
19:55 Re: [PATCH] Fix PR65204 H.J. Lu
19:55 Re: [PATCH] Do not discard the constructors of empty structs [PR c++/64527] Jason Merrill
19:13 Re: [Patch, Fortran, pr60322, addendum] was: [Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array Paul Richard Thomas
18:57 [PATCH] PR target/65780: [5/6 Regression] Uninitialized common handling in executables H.J. Lu
18:53 Re: [PATCH, i386]: Merge *_sse patterns with *_mixed using enabled attribute. Uros Bizjak
18:29 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Manuel LÃpez-IbÃÃez
18:23 RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Maciej W. Rozycki
17:27 Re: [RFC stage 1] Proposed new warning: -Wmisleading-indentation Mike Stump
17:27 [PATCH][AArch64] Fix PR/65770 vstN_lane on bigendian Alan Lawrence
16:55 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Denis Chertykov
16:53 RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Petar Jovanovic
16:49 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Georg-Johann Lay
16:47 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Georg-Johann Lay
16:29 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE Mike Stump
15:37 Re: [committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca Jakub Jelinek
15:35 [committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca H.J. Lu
15:26 [C++ Patch] Rename tsubst_flags_t function parameter Paolo Carlini
15:08 [RFC stage 1] Proposed new warning: -Wmisleading-indentation David Malcolm
15:05 Re: [PATCH] Do not discard the constructors of empty structs [PR c++/64527] Patrick Palka
14:57 Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions Jonathan Wakely
14:55 Re: [Patch][testsuite,i386]: Remove include of values.h from avx512 Kirill Yukhin
14:34 Re: [C++ Patch] PR 65340 Jason Merrill
14:33 Re: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions Jonathan Wakely
14:32 Re: [PATCH] Do not discard the constructors of empty structs [PR c++/64527] Jason Merrill
14:21 Re: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions Federico Lenarduzzi
14:20 Re: [PATCH] Save an instruction with -mprofile-kernel style profiling David Edelsohn
12:35 [Obvious][AArch64 Testsuite] Fix comments in vldN_lane_1.c Alan Lawrence
12:29 Re: [C++ Patch] PR 65340 Paolo Carlini
12:19 LTO early debug Richard Biener
12:08 [PATCH] Fix PR65774 Richard Biener
11:55 [PATCH] -Warray-bounds TLC Richard Biener
11:43 [PATCH, i386]: Rewrite print_reg Uros Bizjak
11:04 [Patch/rtl-expand] Take tree range info into account to improve LSHIFT_EXP expanding Jiong Wang
09:32 Re: [PING][PATCH][4.9]Backport "Fix register corruption bug in ree" Renlin Li
09:26 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Senthil Kumar Selvaraj
09:02 Re: [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Georg-Johann Lay
08:56 Re: [PING^2] [PATCH][5b/5] Avoid running expand_ifn_va_arg_1 in functions without va_arg Richard Biener
08:55 Re: [PING^2] [PATCH][5a/5] Postpone expanding va_arg until pass_stdarg Richard Biener
08:50 [PING^2] [PATCH][5b/5] Avoid running expand_ifn_va_arg_1 in functions without va_arg Tom de Vries
08:50 [PING^2] [PATCH][5a/5] Postpone expanding va_arg until pass_stdarg Tom de Vries
08:44 RE: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Thomas Preud'homme
08:41 Re: unused comparison warning (bug 62182) Marek Polacek
07:54 [PATCH] Perform more pattern matching during SSA propagation Richard Biener
06:42 [patch,avr] Fix PR 65657 - read from __memx address space tramples arguments to function call Senthil Kumar Selvaraj
04:49 Re: [PATCH] Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1 Jeff Law
04:42 Re: [rfc, stage 1] default to -fno-delete-null-pointer-checks on nios2-elf Jeff Law
01:58 [PATCH] Save an instruction with -mprofile-kernel style profiling Anton Blanchard
01:00 [PATCH] Do not discard the constructors of empty structs [PR c++/64527] Patrick Palka

April 15, 2015
23:00 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Kugan
22:52 unused comparison warning (bug 62182) Arnaud Bienner
22:33 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Jakub Jelinek
22:27 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Kugan
22:25 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Kugan
21:15 C++ PATCH to clobber objects on constructor entry Jason Merrill
21:13 Two small C++ PATCHes Jason Merrill
21:11 C++ PATCH for c++/65727 (ICE with lambda in decltype) Jason Merrill
19:36 [PATCH, i386]: Merge *_sse patterns with *_mixed using enabled attribute. Uros Bizjak
18:52 Minor reordering of functions in tree-ssa-dom.c Suzanne & Jeff
18:04 Re: RFA: RL78: Add support for G13 and G14 multiply and divide DJ Delorie
18:03 [Patch, Fortran, PR58586, v1] ICE with derived type with allocatable component passed by value Andre Vehreschild
17:21 Re: RFA: Updated gcc-5 html documentation for new RX option Gerald Pfeifer
17:10 Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions Daniel Gutson
16:30 [Patch][testsuite,i386]: Remove include of values.h from avx512 Ryan Mansfield
16:07 Re: [PATCH] Fix IPA-ICF wrong-code with GIMPLE_PREDICT (PR ipa/65765) Jan Hubicka
15:47 Re: [PATCH][expmed] Calculate mult-by-const cost properly in mult_by_coeff_cost Kyrill Tkachov
15:42 Re: [PATCH][expmed] Calculate mult-by-const cost properly in mult_by_coeff_cost Jeff Law
15:29 Re: [PATCH v2] libgcc: Use braces instead of macro's empty body to avoid xgcc warnings. Jeff Law
15:22 [PATCH][ARM][cleanup] Use IN_RANGE more often Kyrill Tkachov
14:56 Re: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions Jonathan Wakely
14:26 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Dominique Dhumieres
14:15 Re: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions Federico Lenarduzzi
13:43 ballindamm 15 20095 hamburg Helena Beloate
13:39 [PING][PATCH][PR65443] Add transform_to_exit_first_loop_alt Tom de Vries
13:23 [PR65637][PATCH][3/3] Handle 2 preds for fin_bb in expand_omp_for_static_chunk Tom de Vries
13:21 Re: [C++ Patch] Emit error + inform for access control issues Jason Merrill
13:19 RFA: RL78: Add support for G13 and G14 multiply and divide Nick Clifton
13:17 [PR65637][PATCH][2/3] Fix inner loop phi in expand_omp_for_static_chunk Tom de Vries
13:15 [PR65637][PATCH][1/3] Fix gcc_assert in expand_omp_for_static_chunk Tom de Vries
13:10 [PR65637] Fix ssa-handling code in expand_omp_for_static_chunk Tom de Vries
13:07 Re: Teach vrp that THIS pointer and references are non-zero Jason Merrill
13:01 Re: C++ PATCH to prune dead code in constexpr.c Jason Merrill
12:51 Re: patch for PR65729 Yvan Roux
12:34 C++ PATCH to prune dead code in constexpr.c Marek Polacek
12:32 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Jakub Jelinek
12:27 Fwd: [PATCH][PR rtl-optimization/42522] Incorrect simplification of ZERO_EXTRACT and SIGN_EXTRACT by cse Jeff Law
12:18 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Richard Earnshaw
11:59 Re: [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Maxim Kuvyrkov
11:35 Re: [AArch64][PR65375] Fix RTX cost for vector SET Maxim Kuvyrkov
11:33 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kugan
11:18 Re: [AArch64][PR65375] Fix RTX cost for vector SET James Greenhalgh
11:18 Re: [PR65768] Check rtx_cost when propagating constant Richard Biener
11:17 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kyrill Tkachov
11:07 Re: [PATCH, PR target/65103, 2/3] Propagate address constants into loops for i386 Ilya Enkovich
11:05 Re: [AArch64][PR65375] Fix RTX cost for vector SET James Greenhalgh
10:45 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kugan
10:45 Ping^2 : [PATCH] [gcc, combine] PR46164: Don't combine the insns if a volatile register is contained. Hale Wang
10:17 RE: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Sivanupandi, Pitchumani
10:14 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kyrill Tkachov
10:06 RFA: Updated gcc-5 html documentation for new RX option Nicholas Clifton
10:02 Re: [PATCH] Fix IPA-ICF wrong-code with GIMPLE_PREDICT (PR ipa/65765) Richard Biener
09:34 Re: Fail to compile trunk Jakub Jelinek
09:25 Re: [AArch64][PR65375] Fix RTX cost for vector SET James Greenhalgh
09:19 [PATCH] Fix IPA-ICF wrong-code with GIMPLE_PREDICT (PR ipa/65765) Jakub Jelinek
09:05 Re: [PR65768] Check rtx_cost when propagating constant Steven Bosscher
08:48 Re: [C++ Patch] Emit error + inform for access control issues Paolo Carlini
08:44 Re: [C++ Patch] PR 65340 Paolo Carlini
08:38 Re: [PATCH][doc] Update __sync builtins, preferring __atomics. Matthew Wahab
08:28 Re: [ARM][PR65768] Keep constants in register when expanding Kugan
08:21 Re: [ARM][PR65768] Keep constants in register when expanding Kyrill Tkachov
07:59 Re: [fortran] New version of matmul inline patch Tobias Burnus
07:53 [PR65768] Check rtx_cost when propagating constant Kugan
07:48 [ARM][PR65768] Keep constants in register when expanding Kugan
07:39 Commit: RX: Add option to disable string instructions. Nick Clifton
07:31 Re: [v3] Ignore elfdump warnings in scripts/extract_symvers.pl Richard Biener
06:32 [fortran] New version of matmul inline patch Thomas Koenig
01:31 Re: [C++ Patch] PR 65340 Jason Merrill

April 14, 2015
22:09 Re: [AArch64][PR65375] Fix RTX cost for vector SET Kugan
22:02 New French PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
21:49 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jiong Wang
21:41 [AArch64][PR65139] use clobber with match_scratch for aarch64_lshr_sisd_or_int_<mode>3 Kugan
21:34 Re: [PATCH] PR c++/65750 Jason Merrill
21:28 C++ PATCH to avoid duplicating coerce_innermost_template_parms Jason Merrill
21:27 Re: [PATCH] PR c++/65750 Adam Butcher
21:01 [PATCH] PR c++/65750 Adam Butcher
19:29 Re: [v3] Ignore elfdump warnings in scripts/extract_symvers.pl Jonathan Wakely
19:27 Re: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions Jonathan Wakely
19:21 PING^4: [PATCH]: New configure options that make the compiler use -fPIE and -pie as default option H.J. Lu
19:13 Re: [PATCH] [ARM] Fix widen-sum pattern in neon.md. Ramana Radhakrishnan
19:11 [PATCH] Sync and use zlib.m4 with binutils-gdb H.J. Lu
19:11 Re: ping: [PATCH, ARM] attribute target (thumb,arm) [0-6] Ramana Radhakrishnan
19:10 Re: [PATCH][ARM] Restrict {load,store}_multiple expanders to MAX_LD_STM_OPS regs Ramana Radhakrishnan
19:09 Re: [PATCH][ARM] Make issue rate part of per-core tuning structs Ramana Radhakrishnan
18:49 Go patch committed: Fix PR 65755 on GCC 5 branch Ian Lance Taylor
18:38 Re: [PATCH 2/2] PR c++/64382 * cp/parser.c (parsing_default_capturing_generic_lambda_in_template)... Adam Butcher
18:12 New French PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
18:00 Re: [PATCH 2/2] PR c++/64382 * cp/parser.c (parsing_default_capturing_generic_lambda_in_template): New function. * cp/cp-tree.h: Declare it. * cp/semantics.c (finish_id_expression): Resolve names within a default capturing generic lambda defined within a template prior to instantiation to allow for captures to be added to the closure type. Adam Butcher
17:32 New French PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
17:28 Re: [PATCH][doc] Update __sync builtins, preferring __atomics. Jeff Law
17:24 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jeff Law
17:20 Re: [PATCH 1/4] vldN_lane error message enhancements (Q registers) Alan Lawrence
17:19 [PATCH, i386]: Introduce LEGACY_INT_REG_P predicate Uros Bizjak
17:08 Re: [RFC] Dynamically aligning the stack H.J. Lu
17:02 Re: LTO early debug, day 2 Richard Biener
17:02 Re: RFA: RL78: DJ Delorie
17:01 Re: [Patch, Fortran, pr60322, addendum] was: [Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array Andre Vehreschild
16:58 Re: [RFC] Dynamically aligning the stack Jeff Law
16:55 Re: [RFC] Dynamically aligning the stack H.J. Lu
16:53 RFA: RL78: Nick Clifton
16:49 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Steven Bosscher
16:30 Re: [RFC] Dynamically aligning the stack Steve Ellcey
16:30 Re: [PATCH 1/4] vldN_lane error message enhancements (Q registers) Charles Baylis
16:27 Re: LTO early debug, day 2 Aldy Hernandez
16:12 Commit: Avoid calling convert_to_mode with invalid rtl. Nick Clifton
16:08 C PATCH for c/65345 (file-scope _Atomic expansion, this time with floats) Marek Polacek
16:06 RFA (stor-layout): PATCH for c++/65734 (attribute aligned and templates) Jason Merrill
16:02 Re: [PATCH] Fix libbacktrace and libiberty tests fail on sanitized GCC due to wrong link options. DJ Delorie
16:02 C++ PATCH for c++/65695 (pointer-to-member constants and constexpr) Jason Merrill
15:43 acc_on_device for device_type_host_nonshm (was: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks) Thomas Schwinge
15:36 Re: patch for PR65729 Vladimir Makarov
15:35 Using -foffload=[...] to cycle through accelerators (was: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks) Thomas Schwinge
15:28 C++ PATCH for c++/65721 (ICE with invalid using-declaration) Jason Merrill
15:21 Re: [PATCH] Fix memory leak in IPA passes Jan Hubicka
15:18 [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions Federico Lenarduzzi
15:16 Re: [PATCH] Fix PR c++/60994 gcc does not recognize hidden/shadowed enumeration as valid nested-name-specifier Jason Merrill
15:07 Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE H.J. Lu
15:06 Re: [PATCH] PR 62173, re-shuffle insns for RTL loop invariant hoisting Jiong Wang
14:35 Re: [CHKP, PATCH] Fix instrumented indirect calls with propagated pointers Ilya Enkovich
14:31 [PATCH] Fix libbacktrace and libiberty tests fail on sanitized GCC due to wrong link options. Maxim Ostapenko
14:15 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Julian Brown
14:15 Re: [PATCH] Fix memory leak in IPA passes Martin Liška
14:04 Re: [gofrontend-dev] GO tools for gccgo cross Ian Lance Taylor
14:04 Re: [PATCH][AArch64 Intrinsics] Replace temporary assembler for vst1_lane Alan Lawrence
13:45 Re: [PATCH] Fix memory leak in IPA passes Jan Hubicka
13:35 LTO early debug, day 2 Richard Biener
13:22 Re: [PATCH] Fix rtl_split_edge (PR rtl-optimization/65761) Steven Bosscher
13:14 Re: [gofrontend-dev] GO tools for gccgo cross Lynn A. Boger
12:59 [v3] Ignore elfdump warnings in scripts/extract_symvers.pl Rainer Orth
12:58 [PATCH] Fix rtl_split_edge (PR rtl-optimization/65761) Jakub Jelinek
12:39 [PATCH][ARM][cleanup] Use std::sort rather than manually sorting in gen_ldm_seq Kyrill Tkachov
12:37 New French PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
12:37 [PATCH][ARM] Restrict {load,store}_multiple expanders to MAX_LD_STM_OPS regs Kyrill Tkachov
12:14 Re: [PATCH, DWARF] re-init dw_frame_pointer_regnum between functions Christian Bruel
11:11 [PATCH][doc] Update __sync builtins, preferring __atomics. Matthew Wahab
10:09 Re: [patch] Update libstdc++ evolution docs Jonathan Wakely
09:32 Re: [libstdc++/61347] std::distance(list.first(),list.end()) in O(1) Jonathan Wakely
09:29 [PATCH, i386] [PR target/65744] Add type conversions to some intrinsics. Kirill Yukhin
09:16 Re: [CHKP, PATCH] Fix LTO cgraph merge for instrumented functions Ilya Enkovich
09:14 Re: patch to fix PR65648 Yvan Roux
08:45 Re: [tree-optimization/63387] Recognize isunordered Richard Biener
08:35 Re: patch to fix PR65648 Ramana Radhakrishnan
08:33 Re: patch to fix PR65648 Jakub Jelinek
08:32 Re: patch to fix PR65648 Yvan Roux
08:26 Re: invert_tree_comparsion tweek for bettter inline predicates Bernhard Reutner-Fischer
08:24 Re: [libstdc++/61347] std::distance(list.first(),list.end()) in O(1) Marc Glisse
08:23 Re: [PATCH] Fix memory leak in IPA passes Martin LiÅka
08:22 [PATCH] Fix PR65758 Richard Biener
08:19 Re: patch to fix PR65648 Ramana Radhakrishnan
08:19 Re: invert_tree_comparsion tweek for bettter inline predicates Richard Biener
08:18 Re: [PATCH] Fix memory leak in IPA passes Jakub Jelinek
08:14 [PATCH] Fix memory leak in IPA passes Martin LiÅka
08:12 Re: [testsuite, i386] Avoid finite in gcc.target/i386/avx512dq-vfpclasspd-2.c etc. Richard Biener
08:12 [PATCH][expmed] Properly account for the cost and latency of shift+add ops when synthesizing mults Kyrill Tkachov
08:11 Re: patch for PR65729 Jakub Jelinek
08:08 Re: patch for PR65729 Yvan Roux
08:07 Re: [PATCH][expmed] Calculate mult-by-const cost properly in mult_by_coeff_cost Kyrill Tkachov
08:00 RE: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Thomas Preud'homme
07:26 Re: [PATCH 2/2] PR c++/64382 * cp/parser.c (parsing_default_capturing_generic_lambda_in_template): New function. * cp/cp-tree.h: Declare it. * cp/semantics.c (finish_id_expression): Resolve names within a default capturing generic lambda defined within a template prior to instantiation to allow for captures to be added to the closure type. Jakub Jelinek
07:16 Re: [PATCH 2/2] PR c++/64382 * cp/parser.c (parsing_default_capturing_generic_lambda_in_template): New function. * cp/cp-tree.h: Declare it. * cp/semantics.c (finish_id_expression): Resolve names within a default capturing generic lambda defined within a template prior to instantiation to allow for captures to be added to the closure type. Marek Polacek
05:31 Re: [PATCH 6/8] Handle SCRATCH in decompose_address Jeff Law
05:30 Re: [PATCH v2] libgcc: Use braces instead of macro's empty body to avoid xgcc warnings. Jeff Law
05:22 Re: [PATCH, PR target/65103, 2/3] Propagate address constants into loops for i386 Jeff Law
05:18 Re: [RFC] Dynamically aligning the stack Jeff Law
05:09 [PATCH, i386]: Cleanup QIreg_operand predicates and their usage Uros Bizjak
04:50 Re: PATCH: Add bootstrap-mpx.mk Jeff Law
02:03 Re: [PATCH] Fix PR65204 H.J. Lu

April 13, 2015
23:36 invert_tree_comparsion tweek for bettter inline predicates Jan Hubicka
22:37 [PATCH 2/2] PR c++/64382 * cp/parser.c (parsing_default_capturing_generic_lambda_in_template): New function. * cp/cp-tree.h: Declare it. * cp/semantics.c (finish_id_expression): Resolve names within a default capturing generic lambda defined within a template prior to instantiation to allow for captures to be added to the closure type. Adam Butcher
22:37 [PATCH 1/2] PR c++/61636 * cp/parser.c (cp_parser_postfix_expression): Resolve default captured 'this' early for generic lambdas. Adam Butcher
22:37 [PATCH] [PR c++/61636 and c++/64382] Fix default capture in generic lambdas Adam Butcher
21:37 Re: [tree-optimization/63387] Recognize isunordered Marc Glisse
21:36 Re: [testsuite, i386] Avoid finite in gcc.target/i386/avx512dq-vfpclasspd-2.c etc. Rainer Orth
21:08 Re: [debug-early] Handle specification of class scoped static functions Jason Merrill
21:05 Re: [debug-early] Handle specification of class scoped static functions Jason Merrill
20:37 Re: [testsuite, i386] Avoid finite in gcc.target/i386/avx512dq-vfpclasspd-2.c etc. Kirill Yukhin
20:26 Re: PATCH: Add bootstrap-mpx.mk H.J. Lu
19:26 Re: [patch] libstdc++/65754 missing exports for fstream constructors Jonathan Wakely
19:16 Re: [testsuite, i386] Avoid finite in gcc.target/i386/avx512dq-vfpclasspd-2.c etc. Rainer Orth
18:37 Re: [patch] libstdc++/65754 missing exports for fstream constructors Jakub Jelinek
18:32 Re: [patch, libgfortran] PR65089 FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested with -fsanitize=address Janne Blomqvist
18:31 Re: [testsuite, i386] Avoid finite in gcc.target/i386/avx512dq-vfpclasspd-2.c etc. Kirill Yukhin
18:28 [patch] libstdc++/65754 missing exports for fstream constructors Jonathan Wakely
18:18 Re: [PATCH][expmed] Calculate mult-by-const cost properly in mult_by_coeff_cost Jeff Law
18:06 Re: [doc] doc/plugins.texi - rewrite first paragraph Sandra Loosemore
18:01 Re: [debug-early] Handle specification of class scoped static functions Aldy Hernandez
17:53 Re: Issue 2 with "[libstdc++/65033] Give alignment info to libatomic" Joseph Myers
16:57 [doc] doc/plugins.texi - rewrite first paragraph Gerald Pfeifer
16:33 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Jeff Law
16:22 Re: [patch] Update libstdc++ evolution docs Jonathan Wakely
15:11 Re: [libstdc++/61347] std::distance(list.first(),list.end()) in O(1) Jonathan Wakely
14:37 Re: patch to fix PR65648 Jakub Jelinek
14:36 Re: patch to fix PR65648 Kyrill Tkachov
14:24 ping: [PATCH, x86] [PR target/64835] Add TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE hook Christian Bruel
14:15 Re: [libstdc++/61347] std::distance(list.first(),list.end()) in O(1) Marc Glisse
14:11 Re: patch to fix PR65648 Yvan Roux
14:05 [PATCH, i386]: Merge mulx patterns Uros Bizjak
14:01 Re: [PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall Kyrill Tkachov
13:55 LTO early debug, day 1 Richard Biener
13:49 [PATCH][ARM] Make issue rate part of per-core tuning structs Kyrill Tkachov
13:42 Re: patch to fix PR65648 Kyrill Tkachov
13:40 Re: [libstdc++/61347] std::distance(list.first(),list.end()) in O(1) Jonathan Wakely
13:35 Re: Fix detailed mem report WRT hash tables Jeff Law
13:12 Re: patch ping Jeff Law
13:11 Re: [tree-optimization/63387] Recognize isunordered Marc Glisse
13:08 Re: [PATCH] PR target/47098 OBSD_LIB_SPEC on i686-openbsd3 missing Jeff Law
12:50 Re: [PATCH][ARM] Rewrite vc<cond> NEON patterns to use RTL operations rather than UNSPECs Kyrill Tkachov
12:47 Re: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible Jeff Law
12:39 Re: [PATCH] Support disabling of sched autoprefetcher from command line Jeff Law
12:38 Re: [PATCH] Fix debug output for sched autoprefetcher model Jeff Law
12:36 Re: [tree-optimization/63387] Recognize isunordered Richard Biener
12:28 Re: [PATCH libstdc++] Fix for std::uncaught_exception (PR 62258) Jonathan Wakely
12:24 [tree-optimization/63387] Recognize isunordered Marc Glisse
12:18 Re: Teach vrp that THIS pointer and references are non-zero Richard Biener
12:17 Re: Teach vrp that THIS pointer and references are non-zero Jan Hubicka
12:13 Re: [PATCH libstdc++] Fix for std::uncaught_exception (PR 62258) Michael Hanselmann
12:12 Re: Add DSE to early passes Richard Biener
11:59 Re: patch fix issue 1 with "[libstdc++/65033] Give alignment info to libatomic" Jonathan Wakely
11:48 Re: Teach vrp that THIS pointer and references are non-zero Richard Biener
11:42 [libstdc++/61347] std::distance(list.first(),list.end()) in O(1) Marc Glisse
11:25 RE: [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Joseph Myers
10:59 Re: [PATCH, ARM] Fix arm_subsi3_insn alternatives Yvan Roux
10:55 Re: [PATCH, ARM] Fix arm_subsi3_insn alternatives Kyrill Tkachov
10:47 Re: [PATCH, ARM] Fix arm_subsi3_insn alternatives Yvan Roux
10:43 Re: PATCH: Add bootstrap-mpx.mk Ilya Enkovich
10:22 Re: Teach vrp that THIS pointer and references are non-zero Jakub Jelinek
10:12 Teach vrp that THIS pointer and references are non-zero Jan Hubicka
10:01 Add DSE to early passes Jan Hubicka
09:10 [PATCH] Bump DATESTAMP even on gcc-5-branch Jakub Jelinek
09:09 Re: [doc] Add Martin Jambor and Michael Matz to contrib.texi Jakub Jelinek
09:05 RE: [PATCH,WWWDOCS] MIPS changes for GCC 5.0 Matthew Fortune
09:04 Re: [PATCH] Fix PR64839: libsanitizer shouldn't require <rpc/xdr.h> (commited) Yury Gribov
09:03 [PATCH] Fix PR64839: libsanitizer shouldn't require <rpc/xdr.h> (commited) Yury Gribov
08:29 Re: [libstdc++ PATCH] Add support for std::uncaught_exceptions Jonathan Wakely
08:26 Re: [PATCH] Change gcc_release for 5+ Richard Biener
08:15 Re: [PATCH] Change gcc_release for 5+ Jakub Jelinek
08:07 RE: [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Hale Wang
07:47 Re: Fix for PRs 36043, 58744 and 65408 Richard Biener
07:44 Re: [PATCH] Change gcc_release for 5+ Richard Biener
07:29 Re: [wwwdocs] PATCH for Re: [PATCH] Fix my name in contrib.texi Richard Biener
06:49 Prevent insane indirect call speculation Jan Hubicka
05:59 Issue 2 with "[libstdc++/65033] Give alignment info to libatomic" Hans-Peter Nilsson
05:49 RE: [PATCH] Fix bdverN vector cost of cond_[not_]taken_branch_cost Gopalasubramanian, Ganesh
04:50 Re: Fix for PRs 36043, 58744 and 65408 Alan Modra
04:45 patch fix issue 1 with "[libstdc++/65033] Give alignment info to libatomic" Hans-Peter Nilsson
01:53 Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Terry Guo
01:33 Re: [PING, AArch64] Add long-call attribute and pragma interfaces Yangfei (Felix)
00:40 Re: Mention of gcc 4.5 as first version with plugin support Gerald Pfeifer

April 12, 2015
23:24 [libstdc++ PATCH] Add support for std::uncaught_exceptions Ville Voutilainen
21:54 [patch, libgfortran] PR65089 FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested with -fsanitize=address Jerry DeLisle
21:52 Re: [wwwdocs] 4.9/changes.html: Mention -Wopenmp-simd/-fsimd-cost-model; Fortran update Gerald Pfeifer
21:36 RE: [PATCH,WWWDOCS] MIPS changes for GCC 5.0 Gerald Pfeifer
20:54 [PATCH] Change gcc_release for 5+ Jakub Jelinek
20:34 [doc] Add Martin Jambor and Michael Matz to contrib.texi Gerald Pfeifer
20:31 [wwwdocs, patch, committed] gcc-5/changes.html - minor Fortran update Tobias Burnus
20:22 Re: [PATCH 1/4] Docs: extend.texi: Add missing semicolon for consistency Gerald Pfeifer
20:08 Re: [PATCH] Fix ICF ICE (PR tree-optimization/65747) Richard Biener
19:30 Re: [PATCH] -Wmemset-transposed-args (PR middle-end/61294, take 2) Gerald Pfeifer
19:08 [PATCH] Fix ICF ICE (PR tree-optimization/65747) Jakub Jelinek
18:27 Re: [C++ PATCH] Fix up cxx_eval_pointer_plus_expression (PR c++/65736) Jason Merrill
18:11 [PATCH] PR debug/61352 back port from mainline Jack Howarth
15:22 New Swedish PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
15:17 New Finnish PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
12:01 [doc] Add Maxim Kuvyrkov to contrib.texi Gerald Pfeifer
11:02 Re: [wwwdocs] gcc-4.8/porting_to.html Gerald Pfeifer
08:42 New Serbian PO file for 'cpplib' (version 5.1-b20150208) Translation Project Robot
08:42 Contents of PO file 'cpplib-5.1-b20150208.sr.po' Translation Project Robot
06:41 [PATCH, alpha]: Update libstdc++ baseline symbols Uros Bizjak
05:42 Fix miscompilation of firefox with LTO&FDO Jan Hubicka
01:14 Re: [PATCH 1/4] Docs: extend.texi: Add missing semicolon for consistency Michael Witten
01:11 Re: [PATCH] Fix PR ipa/65722 Jan Hubicka
01:03 [wwwdocs] Add a note around -Wno-discarded-array-qualifiers to the GCC 5 release notes Gerald Pfeifer

April 11, 2015
22:27 patch ping Bernhard Reutner-Fischer
22:15 [PATCH] PR target/47098 OBSD_LIB_SPEC on i686-openbsd3 missing Bernhard Reutner-Fischer
19:54 Re: [Patch, WWWDOCS] gcc-5/changes.html: Mention that C FE can be build as libcc1.so Gerald Pfeifer
17:33 Re: [PATCH] Fix a FSM threading ICE (PR tree-optimization/65735) Jakub Jelinek
17:22 Re: [PATCH] Fix a FSM threading ICE (PR tree-optimization/65735) Richard Biener
17:19 Re: [PATCH] Fix a FSM threading ICE (PR tree-optimization/65735) Marc Glisse
17:11 Re: [PATCH] Fix PR ipa/65722 Jan Hubicka
17:01 Re: [patch, fortran, RFC] First steps towards inlining matmul Thomas Koenig
16:34 [PATCH] Fix a FSM threading ICE (PR tree-optimization/65735) Jakub Jelinek
14:53 [doc] Add Ira Rosen to doc/contrib.texi Gerald Pfeifer
14:02 [C++ PATCH] Fix up cxx_eval_pointer_plus_expression (PR c++/65736) Jakub Jelinek
13:58 Re: [PATCH, i386] Fix PR target/65671. Generate 32x4 extract even for DF in absence of AVX-512DQ. Jakub Jelinek
13:55 Re: GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs) Gerald Pfeifer
13:43 Re: [patch, fortran, RFC] First steps towards inlining matmul Mikael Morin
13:28 Re: GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs) Arnaud Charlet
12:28 Re: [PATCH] Add vtable verification feature announcement to news on main page... Gerald Pfeifer
12:24 Re: [patch, fortran, RFC] First steps towards inlining matmul Thomas Koenig
12:10 Re: [PATCH] Fix typo and miswordings in three error messages Gerald Pfeifer
12:02 New French PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
11:50 Re: [patch] libstdc++/58038 libstdc++/60421 fix overflows in std::this_thread::sleep_for() Jonathan Wakely
11:49 Re: [patch] libstdc++/65499 make duration literals visible in std::chrono namespace Jonathan Wakely
11:48 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Jonathan Wakely
10:38 [PING^3] [PATCH] [AArch64, NEON] Improve vmulX intrinsics Jiangjiji
05:07 Re: [debug-early] handle objects containing variable-length members Mike Stump
02:16 Re: [PATCH] Fix ctor reference folding (PR middle-end/65554) Marek Polacek
00:50 Go patch committed: discard carriage returns in raw string literals Ian Lance Taylor
00:43 [doc] Add Laurynas Biveinis to doc/contrib.texi Gerald Pfeifer
00:15 Re: [PATCH] Fix ctor reference folding (PR middle-end/65554) H.J. Lu
00:06 Re: [PATCH] Fix ctor reference folding (PR middle-end/65554) H.J. Lu
00:02 Re: [Patch,wwwdocs,AVR]: AVR release notes Gerald Pfeifer

April 10, 2015
23:58 Re: [PATCH] Add vtable verification feature announcement to news on main page... Caroline Tice
23:55 Re: [PATCH] Add vtable verification feature announcement to news on main page... Gerald Pfeifer
22:52 Contents of PO file 'cpplib-5.1-b20150208.fr.po' Translation Project Robot
22:52 New French PO file for 'cpplib' (version 5.1-b20150208) Translation Project Robot
21:53 [wwwdocs] PATCH for Re: [PATCH] Fix my name in contrib.texi Gerald Pfeifer
21:48 Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Gerald Pfeifer
21:47 New French PO file for 'cpplib' (version 5.1-b20150208) Translation Project Robot
21:47 Contents of PO file 'cpplib-5.1-b20150208.fr.po' Translation Project Robot
21:11 [Committed] PR65647 Add Missing testcase on trunk Yvan Roux
21:10 Re: [debug-early] equate new DIE with DW_AT_specificationto a previous declaration Aldy Hernandez
20:56 [doc] Update Joe Buck's entry in contrib.texi Gerald Pfeifer
20:54 Re: [PATCH] ia64: update libstdc++ baseline symbols Jonathan Wakely
20:52 [patch] Update libstdc++ evolution docs Jonathan Wakely
20:48 Re: Committed: update simtest-howto.html Gerald Pfeifer
20:29 Re: [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Joseph Myers
20:09 [PATCH] ia64: update libstdc++ baseline symbols Andreas Schwab
20:08 [PATCH] m68k: update libstdc++ baseline symbols Andreas Schwab
20:00 [patch] Improve docs on running libstdc++ tests Jonathan Wakely
20:00 GNAT User's Guide /onlinedocs broken? (was: Broken links on gcc.gnu.org/onlinedocs) Gerald Pfeifer
19:40 one more patch for PR65710 Vladimir Makarov
19:40 Re: [C/C++ PATCH] -Wlogical-not-parentheses tweaks (PR c/65120) Gerald Pfeifer
18:25 [debug-early] handle objects containing variable-length members Aldy Hernandez
18:02 New Danish PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
17:27 New French PO file for 'cpplib' (version 5.1-b20150208) Translation Project Robot
17:27 Contents of PO file 'cpplib-5.1-b20150208.fr.po' Translation Project Robot
16:57 Re: [patch, fortran, RFC] First steps towards inlining matmul Dominique d'Humières
16:39 patch for PR65729 Vladimir Makarov
16:38 Re: [PATCH] Fix PR ipa/65722 Jan Hubicka
16:28 Re: [PATCH] Fix PR ipa/65722 Jakub Jelinek
16:15 [PATCH] Fix PR ipa/65722 Martin LiÅka
16:11 Re: [PATCH][ARM] PR 65694: Properly sign-extend large numbers before passing to GEN_INT in arm_canonicalize_comparison Jakub Jelinek
14:31 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65715) Jakub Jelinek
14:28 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65715) Jason Merrill
14:15 Re: [patch, fortran, RFC] First steps towards inlining matmul Dominique d'Humières
13:45 Re: [PATCH] [GOOGLE] backport vectorization fixes to google/gcc-4_9 branch Teresa Johnson
12:24 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Andi Kleen
11:17 Re: [Patch, Fortran] Fix (serious) issue with Coarray's (UN)LOCK Paul Richard Thomas
11:13 Re: patch to fix PR65710 Christophe Lyon
11:06 Re: [PATCH][ARM] PR 65694: Properly sign-extend large numbers before passing to GEN_INT in arm_canonicalize_comparison Kyrill Tkachov
10:39 Re: [PATCH] Fix PR65701(?), fix typo in vect_enhance_data_refs_alignment Richard Biener
10:24 Re: [Patch, fortran] PR59016, second version Tobias Burnus
10:21 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Jonathan Wakely
10:16 [PATCH] Fix PR65701(?), fix typo in vect_enhance_data_refs_alignment Richard Biener
09:56 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Torvald Riegel
09:14 Re: [PATCH] [RTL] Relax CSE check to set REG_EQUAL notes. Alex Velenko
08:57 Re: [PATCH][ARM] PR 65694: Properly sign-extend large numbers before passing to GEN_INT in arm_canonicalize_comparison Jakub Jelinek
08:44 Re: [PATCH, libstdc++] Update 32-bit powerpc baseline_symbols.txt files Jonathan Wakely
08:38 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Jonathan Wakely
08:33 [PATCH][ARM] PR 65694: Properly sign-extend large numbers before passing to GEN_INT in arm_canonicalize_comparison Kyrill Tkachov
07:57 [PING^4] [PATCH, AArch64] [4.8] [4.9] Backport PR64304 fix (miscompilation with -mgeneral-regs-only ) Chen Shanyao
07:56 Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Bernhard Reutner-Fischer
07:05 [PATCH] [GOOGLE] backport vectorization fixes to google/gcc-4_9 branch Sharad Singhai
06:58 [Patch, Fortran] Fix (serious) issue with Coarray's (UN)LOCK Tobias Burnus
06:48 [dwarf, RFC] Emitting per-function dwarf info Senthil Kumar Selvaraj
06:35 Re: Don't enable -fprefetch-loop-arrays for TARGET_SOFTWARE_PREFETCHING_BENEFICIAL if -Os Uros Bizjak
06:28 Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Jakub Jelinek
05:42 Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Tristan Gingold
04:27 [PATCH] [1/2] [ARM] [libgcc] Support RTABI half-precision conversion functions. Hale Wang
01:28 Re: [CHKP, PATCH] Fix instrumented indirect calls with propagated pointers Jan Hubicka
01:15 Re: [CHKP, PATCH] Fix LTO cgraph merge for instrumented functions Jan Hubicka
00:16 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Torvald Riegel
00:11 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Torvald Riegel

April 09, 2015
23:31 Re: [wwwdocs] gcc-5/changes.html: Graphite - CLooG removal; Fortran - update Gerald Pfeifer
23:28 Re: [wwwdocs] Document __has_attribute in /gcc-5/changes.html Gerald Pfeifer
22:19 [Patch, fortran] PR59016, second version Mikael Morin
22:18 Re: [patch, fortran, RFC] First steps towards inlining matmul Thomas Koenig
22:06 Don't enable -fprefetch-loop-arrays for TARGET_SOFTWARE_PREFETCHING_BENEFICIAL if -Os Joseph Myers
21:52 [wwwdocs] contribute.html: avoid two references to CVS Gerald Pfeifer
21:48 Re: [wwwdocs] Broken links Gerald Pfeifer
21:16 Re: [PATCH] gfortran.dg/pr32627.f03 prints nul byte Martin Sebor
20:12 [doc] Add John Marino to doc/contrib.texi (was: Contributing new gcc targets: i386-*-dragonfly and x86-64-*-dragonfly) Gerald Pfeifer
20:09 Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Jakub Jelinek
19:59 [PATCH, committed] PR jit/65691: Fix copy&paste error in jit docs David Malcolm
19:57 Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Bernhard Reutner-Fischer
19:43 patch to fix PR65710 Vladimir Makarov
19:41 Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Jakub Jelinek
19:27 [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Bernhard Reutner-Fischer
18:54 [PATCH] gfortran.dg/pr32627.f03 prints nul byte Martin Sebor
18:28 [PATCH] Fix ctor reference folding (PR middle-end/65554) Marek Polacek
18:21 Re: [PATCH] Fix ubsan type reporting (PR tree-optimization/65709) Richard Biener
18:12 [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65715) Jakub Jelinek
18:11 [PATCH] Fix ubsan type reporting (PR tree-optimization/65709) Jakub Jelinek
15:52 Re: [PATCH] Update {x86_64,i[34]86,aarch64,s390{,x},powerpc64}-linux baseline_symbols.txt Jonathan Wakely
15:50 Re: [PATCH, i386] Fix PR target/65671. Generate 32x4 extract even for DF in absence of AVX-512DQ. Uros Bizjak
15:44 Re: [PATCH] Update {x86_64,i[34]86,aarch64,s390{,x},powerpc64}-linux baseline_symbols.txt H.J. Lu
15:19 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jakub Jelinek
14:56 Re: [PATCH, i386] Fix PR target/65671. Generate 32x4 extract even for DF in absence of AVX-512DQ. Kirill Yukhin
14:51 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jason Merrill
14:48 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jason Merrill
14:44 Re: breakage with "[PATCH] combine: Disregard clobbers in another test for two SETs (PR65693)" Hans-Peter Nilsson
14:41 Re: [PATCH, i386] Fix PR target/65671. Generate 32x4 extract even for DF in absence of AVX-512DQ. Jakub Jelinek
14:37 [PATCH, i386] Fix PR target/65671. Generate 32x4 extract even for DF in absence of AVX-512DQ. Kirill Yukhin
14:30 Re: breakage with "[PATCH] combine: Disregard clobbers in another test for two SETs (PR65693)" Segher Boessenkool
14:15 Re: breakage with "[PATCH] combine: Disregard clobbers in another test for two SETs (PR65693)" Jeff Law
13:22 Re: breakage with "[PATCH] combine: Disregard clobbers in another test for two SETs (PR65693)" Steven Bosscher
13:19 Re: [PATCH] Fix PR65550, ICE on invalid PCH use Jakub Jelinek
13:03 [PATCH] Fix PR65550, ICE on invalid PCH use Richard Biener
12:55 RE: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Sivanupandi, Pitchumani
12:49 Re: breakage with "[PATCH] combine: Disregard clobbers in another test for two SETs (PR65693)" Jakub Jelinek
12:41 Re: breakage with "[PATCH] combine: Disregard clobbers in another test for two SETs (PR65693)" Segher Boessenkool
12:37 Re: [Patch, Fortran, pr60322] was: [Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array Andre Vehreschild
11:44 [patch,avr,committed]: ad PR65296: work around device-specs file + dejagnu for c++. Georg-Johann Lay
11:30 Re: [PATCH] Revised fix for PR65351 Jakub Jelinek
11:29 [PATCH] Revised fix for PR65351 Iain Sandoe
11:23 Re: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Georg-Johann Lay
11:20 [PATCH] Makefile.tpl: Remove surplus whitespace Bernhard Reutner-Fischer
11:17 Re: [libstdc++/65033] Give alignment info to libatomic Jonathan Wakely
11:16 Re: patch to fix PR65648 Jakub Jelinek
11:10 Re: patch to fix PR65648 Yvan Roux
11:04 Re: [wwwdocs] Update changes.html with Intel MPX and Pointer Bounds Checker Ilya Enkovich
10:59 RE: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Sivanupandi, Pitchumani
10:42 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Nuno Diegues
10:32 Re: [wwwdocs] Update changes.html with Intel MPX and Pointer Bounds Checker Gerald Pfeifer
10:25 [wwwdocs] Update changes.html with Intel MPX and Pointer Bounds Checker Ilya Enkovich
10:12 [libmpx, committed] Add zero length check for memmove wrapper Ilya Enkovich
09:39 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jakub Jelinek
09:03 Re: [PATCH] Be less conservative in process_{output,input}_constraints (PR target/65689) Jakub Jelinek
08:29 Re: [PATCH, stage1] Better error recovery for merge-conflict markers Bert Wesarg
07:40 [Patch, fortran] PR56852 - [4.8/4.9/5 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable Paul Richard Thomas
06:58 Re: [PATCH] Be less conservative in process_{output,input}_constraints (PR target/65689) Jakub Jelinek
06:23 Re: [PATCH] Fix ICE with x86_64 alloca (PR target/65693) Uros Bizjak
02:29 breakage with "[PATCH] combine: Disregard clobbers in another test for two SETs (PR65693)" Hans-Peter Nilsson

April 08, 2015
22:47 Re: [PATCH] combine: Disregard clobbers in another test for two SETs (PR65693) Jeff Law
22:20 Re: [PATCH] Be less conservative in process_{output,input}_constraints (PR target/65689) Jakub Jelinek
22:16 Re: [PATCH] Be less conservative in process_{output,input}_constraints (PR target/65689) Segher Boessenkool
22:12 Re: [PATCH] Be less conservative in process_{output,input}_constraints (PR target/65689) Segher Boessenkool
21:33 [PATCH] combine: Disregard clobbers in another test for two SETs (PR65693) Segher Boessenkool
21:01 [PATCH] Be less conservative in process_{output,input}_constraints (PR target/65689) Jakub Jelinek
20:52 [PATCH] Fix ICE with x86_64 alloca (PR target/65693) Jakub Jelinek
20:13 Re: [PATCH, c6x] handle unk_isa in TARGET_CPU_CPP_BUILTINS Bernhard Reutner-Fischer
20:12 Re: [PATCH, bfin] handle BFIN_CPU_UNKNOWN in TARGET_CPU_CPP_BUILTINS Bernhard Reutner-Fischer
20:04 Re: [PATCH] mklog: Fallback to env author name and addr Bernhard Reutner-Fischer
19:45 Re: [PATCH] mklog: Fallback to env author name and addr Diego Novillo
19:39 Re: [PATCH, CHKP] Fix static const bounds creation in LTO Ilya Enkovich
19:38 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Jonathan Wakely
19:37 [PATCH] mklog: Fallback to env author name and addr Bernhard Reutner-Fischer
19:13 Re: [PATCH 1/4] Docs: extend.texi: Add missing semicolon for consistency Gerald Pfeifer
19:12 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Jonathan Wakely
18:49 Re: MAINTAINERS: resign as testsuite maintainer, update address Gerald Pfeifer
18:43 Re: [PATCH 1/2] tree.h: Commentary typo fix Bernhard Reutner-Fischer
18:37 [PATCH] PR target/55144: bfin: fix opening glibc-c.o: No such file or directory Bernhard Reutner-Fischer
18:34 [patch] Update my email address Cary Coutant
18:34 Re: [PATCH 1/2] tree.h: Commentary typo fix Gerald Pfeifer
18:32 [PATCH 2/2] tree-tailcall: Commentary typo fix, remove fwd declaration Bernhard Reutner-Fischer
18:32 [PATCH 1/2] tree.h: Commentary typo fix Bernhard Reutner-Fischer
18:32 [PATCH 0/2] Commentary typo fixes Bernhard Reutner-Fischer
18:29 [doc] extend.texi grammar fix Gerald Pfeifer
18:28 Re: [PATCH] Update {x86_64,i[34]86,aarch64,s390{,x},powerpc64}-linux baseline_symbols.txt Jonathan Wakely
18:19 [PATCH] emit_bss(): Remove redundant guard Bernhard Reutner-Fischer
18:12 [PATCH, doc, committed] cfg.texi (GIMPLE statement iterators): Fix typo Bernhard Reutner-Fischer
18:01 Re: Fix increase_alignment Bernhard Reutner-Fischer
17:55 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Andi Kleen
17:40 [PATCH] Update {x86_64,i[34]86,aarch64,s390{,x},powerpc64}-linux baseline_symbols.txt Jakub Jelinek
17:00 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jakub Jelinek
16:59 Re: [patch] Fix shared_timed_mutex::try_lock_until() et al Torvald Riegel
16:41 Re: [WEB][PATCH] Describe -pg and LTO changes Gerald Pfeifer
16:32 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jan Hubicka
16:28 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jakub Jelinek
16:22 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jan Hubicka
16:18 Re: [v3] Update Solaris baselines Jonathan Wakely
16:14 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Julian Brown
15:29 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Nuno Diegues
15:08 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jakub Jelinek
14:59 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Ilya Verbin
14:47 Re: [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jason Merrill
14:34 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Jakub Jelinek
14:32 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Julian Brown
14:17 Re: [libgo] Remove Solaris 11.1+ zone_net_addr_t treatment Ian Lance Taylor
14:10 Re: [libgo] Remove Solaris 11.1+ zone_net_addr_t treatment Rainer Orth
14:08 Re: [libgo] Remove Solaris 11.1+ zone_net_addr_t treatment Ian Lance Taylor
14:06 Re: [PATCH] fix building for alpha-dec-vms Jakub Jelinek
14:05 Re: [PATCH] add self-tuning to x86 hardware fast path in libitm Andi Kleen
14:03 Re: [PATCH] fix building for alpha-dec-vms Richard Biener
13:57 Re: [PATCH] fix building for alpha-dec-vms Bernhard Reutner-Fischer
13:52 [v3] Update Solaris baselines Rainer Orth
13:49 Re: [libgo] Remove Solaris 11.1+ zone_net_addr_t treatment Rainer Orth
13:48 Re: [PATCH] Walk through thunks when propagating comdat group Ilya Enkovich
13:27 [testsuite, i386] Avoid finite in gcc.target/i386/avx512dq-vfpclasspd-2.c etc. Rainer Orth
12:41 Re: libgo patch committed: Build libnetgo.a Lynn A. Boger
12:13 Re: [PATCH, bootstrap]: Add bootstrap-lto-noplugin build configuration (PR65537) Gerald Pfeifer
11:39 Re: [ping] Re: proper name of i386/x86-64/etc targets Gerald Pfeifer
11:33 [PATCH, i386] Fix PR target/65676. Kirill Yukhin
11:26 Re: pr59016 Mikael Morin
11:25 Re: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Georg-Johann Lay
11:14 Re: [wwwdocs] Update changes.html with libstdc++ changes Jonathan Wakely
11:11 Re: Revert "PowerPC shrink-wrap support 3 of 3" Gerald Pfeifer
11:06 Re: [wwwdocs] Update changes.html with libstdc++ changes Gerald Pfeifer
10:29 Re: pr59016 Mikael Morin
10:02 [C++ PATCH] Fix alignment handling in build_cplus_array_type/cp_build_qualified_type_real (PR c++/65690) Jakub Jelinek
09:35 Re: [libstdc++/65033] Give alignment info to libatomic Jonathan Wakely
09:08 [Ada] Fix incorrect call to Pure function returning discriminated type Eric Botcazou
08:28 Re: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Denis Chertykov
07:38 RE: [PATCH] Fix bdverN vector cost of cond_[not_]taken_branch_cost Richard Biener
07:29 Re: [PATCH, wwwdoc] Describe the changes of NDS32 port in GCC-5.0. Gerald Pfeifer
06:56 Re: [wwwdocs] Update changes.html with libstdc++ changes Gerald Pfeifer
06:39 RE: [PATCH] Fix bdverN vector cost of cond_[not_]taken_branch_cost Gopalasubramanian, Ganesh
04:02 Re: [RFC AArch64] Implement TARGET_PROMOTE_FUNCTION_MODE for ILP32 code generation Yangfei (Felix)
03:58 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson
01:36 Re: [rfc, stage 1] default to -fno-delete-null-pointer-checks on nios2-elf Sandra Loosemore

April 07, 2015
23:28 Re: [CHKP] Support returned bounds in thunks expand Ilya Enkovich
20:43 Re: [PATCH, CHKP] Fix static const bounds creation in LTO Jan Hubicka
20:39 Re: Fix ICE with thunks taking scalars passed by reference Jan Hubicka
20:37 Re: [PATCH] Walk through thunks when propagating comdat group Jan Hubicka
20:33 Re: [CHKP] Support returned bounds in thunks expand Jan Hubicka
20:25 Re: [PATCH] Fix PR ipa/65665 Martin Liška
20:24 Re: [PATCH, rs6000] Force lvx and stvx for prologue saves and epilogue restores of Altivec regs Bill Schmidt
20:20 Re: [PATCH, rs6000] Force lvx and stvx for prologue saves and epilogue restores of Altivec regs Segher Boessenkool
20:12 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Markus Trippelsdorf
20:02 Re: patch to fix PR65648 Yvan Roux
19:59 Re: [PATCH] fortran/65429 -- don't dereference a null pointer Steve Kargl
19:44 Re: Licensed and Unlicensed file Gerald Pfeifer
19:33 Re: patch to fix PR65648 Jakub Jelinek
19:29 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX H.J. Lu
19:28 Re: patch to fix PR65648 Yvan Roux
19:24 Re: [patch, fortran, RFC] First steps towards inlining matmul David Malcolm
19:01 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Jeff Law
18:44 Re: [wwwdocs] PATCH for RE: wrong mirror on GCC mirror sites page Dan Derebenskiy
18:18 [wwwdocs] PATCH for RE: wrong mirror on GCC mirror sites page Gerald Pfeifer
18:09 libgo patch committed: Build libnetgo.a Ian Lance Taylor
17:36 [PATCH] add self-tuning to x86 hardware fast path in libitm Nuno Diegues
17:33 Re: [PATCH][AArch64][Testsuite] Fix gcc.target/aarch64/c-output-template-3.c Alan Lawrence
17:02 New Danish PO file for 'gcc' (version 5.1-b20150208) Translation Project Robot
16:59 Re: [PATCH][AArch64][Testsuite] Fix gcc.target/aarch64/c-output-template-3.c James Greenhalgh
15:52 Re: patch to fix PR65648 Jakub Jelinek
15:26 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Jakub Jelinek
15:19 Re: [C++ Patch] Emit error + inform for access control issues Paolo Carlini
15:11 Re: [PATCH, rs6000] Force lvx and stvx for prologue saves and epilogue restores of Altivec regs David Edelsohn
15:06 Re: [libstdc++/65033] Give alignment info to libatomic Jonathan Wakely
15:04 Re: patch to fix PR65648 Jakub Jelinek
15:02 patch to fix PR65648 Vladimir Makarov
14:51 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson
14:35 [PATCH] Walk through thunks when propagating comdat group Ilya Enkovich
14:28 [patch] Fix shared_timed_mutex::try_lock_until() et al Jonathan Wakely
14:24 Re: [PATCH] Fix up creation of lowpart subregs in valtrack (PR debug/65678) Richard Biener
14:23 [PATCH] Fix up creation of lowpart subregs in valtrack (PR debug/65678) Jakub Jelinek
14:21 Re: [PATCH] Fix get_inner_reference (PR middle-end/65680) Richard Biener
14:20 [match-and-simplify] Merge from trunk Richard Biener
14:18 [PATCH] Fix get_inner_reference (PR middle-end/65680) Jakub Jelinek
14:12 Re: [CHKP] Support returned bounds in thunks expand Ilya Enkovich
14:12 Re: [Ping, Patch, fortran, pr65548, v1] [5 Regression] gfc_conv_procedure_call Andre Vehreschild
14:08 Re: [PATCH, CHKP] Fix ipa-comdats for instrumentation thunks Ilya Enkovich
13:54 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu Bill Schmidt
13:49 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu David Edelsohn
13:45 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu Jakub Jelinek
13:41 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu Richard Biener
13:40 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu Bill Schmidt
13:19 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu Jonathan Wakely
13:14 Re: [libstdc++/65033] Give alignment info to libatomic Jonathan Wakely
13:12 Re: [libstdc++/65033] Give alignment info to libatomic Jonathan Wakely
13:09 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu Jakub Jelinek
13:03 Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu David Edelsohn
12:34 Re: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Georg-Johann Lay
12:25 Re: pr59016 Mikael Morin
12:22 Re: [PINGv5][PATCH] ASan on unaligned accesses Jakub Jelinek
11:49 maintainer-scripts: make update_web_docs_libstdcxx_svn less verbose Gerald Pfeifer
11:30 Re: Fix ICE with thunks taking scalars passed by reference Jakub Jelinek
11:20 Re: [PATCH] Fix bdverN vector cost of cond_[not_]taken_branch_cost Uros Bizjak
10:52 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson
10:31 Re: [wwwdocs] Broken links Gerald Pfeifer
10:24 Re: [PATCH][ARM] PR 65489: Accept VSTRUCT constants in arm_legitimate_constant_p Kyrill Tkachov
10:16 [PINGv5][PATCH] ASan on unaligned accesses Marat Zakirov
10:04 [committed] Fix libcc1 build on Darwin (PR target/65351) Jakub Jelinek
09:45 Re: [libstdc++/65033] Give alignment info to libatomic Jonathan Wakely
09:35 Re: [C++ Patch] Emit error + inform for access control issues Paolo Carlini
09:10 Re: [wwwdocs] Document __has_attribute in /gcc-5/changes.html Jonathan Wakely
09:08 [PATCH PR65647]Fix as obvious, Fix case failure by adding option "-mfloat-abi=soft" Bin Cheng
08:54 Re: pr59016 Dominique Dhumieres
08:41 Re: [wwwdocs] Document __has_attribute in /gcc-5/changes.html Jakub Jelinek
08:38 Re: [wwwdocs] Document __has_attribute in /gcc-5/changes.html Gerald Pfeifer
08:19 [PATCH] Fix bdverN vector cost of cond_[not_]taken_branch_cost Richard Biener
08:10 Re: [PATCH, CHKP] Fix static const bounds creation in LTO Ilya Enkovich
03:25 Re: [Bug target/65614] [5 Regression] PowerPC VSX systems should use XSCPSGNDP to copy scalar fp data to/from Altivec registers Michael Meissner
02:31 [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu Bill Schmidt

April 06, 2015
23:56 Re: [Bug target/65614] [5 Regression] PowerPC VSX systems should use XSCPSGNDP to copy scalar fp data to/from Altivec registers David Edelsohn
22:59 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson
21:31 Re: C++ PATCH for c++/65046 (ABI tags and functions/variables) Markus Trippelsdorf
20:45 Re: C++ PATCH for c++/65046 (ABI tags and functions/variables) Jason Merrill
20:32 Contents of PO file 'cpplib-5.1-b20150208.da.po' Translation Project Robot
20:32 New Danish PO file for 'cpplib' (version 5.1-b20150208) Translation Project Robot
19:29 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor Sebastian Pop
18:41 Re: [PATCH, CHKP] Fix ipa-comdats for instrumentation thunks Jan Hubicka
18:27 Re: pr59016 Mikael Morin
18:19 [PATCH, rs6000] Force lvx and stvx for prologue saves and epilogue restores of Altivec regs Bill Schmidt
17:19 Re: [PATCH, bootstrap]: Add bootstrap-lto-noplugin build configuration (PR65537) Sandra Loosemore
17:15 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Sandra Loosemore
17:10 Re: [Bug target/65614] [5 Regression] PowerPC VSX systems should use XSCPSGNDP to copy scalar fp data to/from Altivec registers Michael Meissner
16:16 Re: [PATCH, CHKP] Fix ipa-comdats for instrumentation thunks Ilya Enkovich
16:08 Re: [PR64164] drop copyrename, integrate into expand Jeff Law
15:57 Re: [PR64164] drop copyrename, integrate into expand Jeff Law
15:54 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Ilya Enkovich
15:44 Re: [PATCH, i386] PR63211 broken type-punning in avx* tests. Jeff Law
15:28 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Jeff Law
15:18 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Ilya Enkovich
14:07 Re: [C++ Patch] Emit error + inform for access control issues Jason Merrill
14:06 Re: [wwwdocs] Testing C++ changes Jason Merrill
13:57 Re: [CHKP, PATCH] Fix LTO cgraph merge for instrumented functions Ilya Enkovich
13:23 Re: C++ PATCH for c++/65046 (ABI tags and functions/variables) Markus Trippelsdorf
12:59 Re: C++ PATCH for c++/65046 (ABI tags and functions/variables) Jason Merrill
12:57 Re: Typo: gcc-5/changes.html Gerald Pfeifer
12:46 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Ilya Verbin
12:45 Re: [PATCH, bootstrap]: Add bootstrap-lto-noplugin build configuration (PR65537) Gerald Pfeifer
12:18 Re: [patch, fortran, RFC] First steps towards inlining matmul Dominique d'Humières
12:15 [wwwdocs] svnwrite.html PATCH for Re: [PATCH] Fix hoist-register-pressure testcases for -m31 on s390x Gerald Pfeifer
11:56 Re: [PATCH, CHKP] Restore transparent alias chains Ilya Enkovich
11:37 [wwwdocs] Testing C++ changes (was: [patch] Make vector::at() assertion message more useful) Gerald Pfeifer
09:54 RE: [patch,avr]: Part2: Fix various problems with specs and specs file generation. Sivanupandi, Pitchumani
03:08 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Sandra Loosemore
02:35 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX H.J. Lu
01:45 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Sandra Loosemore
01:07 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson

April 05, 2015
23:15 Re: [patch, fortran, RFC] First steps towards inlining matmul Dominique d'Humières
23:04 pr59016 Evangelos Drikos
20:37 Re: [patch, fortran, RFC] First steps towards inlining matmul Thomas Koenig
19:04 pr59016 Evangelos Drikos
18:25 Re: [patch, fortran, RFC] First steps towards inlining matmul Dominique d'Humières
17:44 Re: patch to fix PR65647 Vladimir Makarov
16:28 Re: Work around ICE in PR 65648 Gerald Pfeifer
14:33 Re: [patch, fortran, RFC] First steps towards inlining matmul Thomas Koenig
13:55 Re: [patch, fortran, RFC] First steps towards inlining matmul Dominique Dhumieres
13:48 Re: [patch, fortran, RFC] First steps towards inlining matmul Thomas Koenig
13:20 Re: [patch, fortran, RFC] First steps towards inlining matmul Jerry DeLisle
12:32 [patch, fortran, RFC] First steps towards inlining matmul Thomas Koenig
09:13 Re: [Patch, Fortran, pr60322] was: [Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array Paul Richard Thomas
08:45 Re: patch to fix PR65647 Yvan Roux

April 04, 2015
23:07 Re: [PATCH] PR target/65240, Fix Power{7,8} insn constraint issue with -O3 -ffast-math Alan Modra
21:09 Increase inline-unit-growth to 20% Jan Hubicka
18:25 Re: [PATCH] PR target/65240, Fix Power{7,8} insn constraint issue with -O3 -ffast-math Andreas Schwab
16:11 Re: [PATCH][ARM] PR 65489: Accept VSTRUCT constants in arm_legitimate_constant_p Ramana Radhakrishnan
14:39 patch to fix PR65647 Vladimir Makarov
14:08 Re: [PATCH] Add new target h8300-*-linux Yoshinori Sato
13:59 [PATCH][RX] Add RXv2 instructions Yoshinori Sato
13:00 [C++ Patch] Emit error + inform for access control issues Paolo Carlini
11:38 Re: C++ PATCH for c++/65046 (ABI tags and functions/variables) Markus Trippelsdorf
08:08 Re: [PATCH, i386] PR63211 broken type-punning in avx* tests. Uros Bizjak
06:26 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor Richard Biener
03:03 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor Sebastian Pop

April 03, 2015
21:10 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor James Greenhalgh
20:24 Work around ICE in PR 65648 Jan Hubicka
20:21 Another tweak of inline badness metric Jan Hubicka
19:34 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Joseph Myers
19:21 Re: [PATCH], PR target/65614, Prefer to use LFD on powerpc for constants David Edelsohn
19:13 Re: [libstdc++/65033] Give alignment info to libatomic Richard Henderson
19:12 Re: [PING, AArch64] Add long-call attribute and pragma interfaces Sandra Loosemore
19:07 [PATCH], PR target/65614, Prefer to use LFD on powerpc for constants Michael Meissner
18:53 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor Ramana Radhakrishnan
18:49 Re: [CHKP, PATCH] Fix LTO cgraph merge for instrumented functions Jan Hubicka
18:17 Fix ICE in speculative_call_info Jan Hubicka
17:19 Re: [PATCH] Fix PR ipa/65665 Jan Hubicka
17:13 Re: [PATCH, CHKP] Fix ipa-comdats for instrumentation thunks Jan Hubicka
17:09 Re: [PATCH, CHKP] Restore transparent alias chains Jan Hubicka
17:05 Re: [CHKP] Support returned bounds in thunks expand Jan Hubicka
17:03 Re: [CHKP] Never expand instrumentation thunks Jan Hubicka
17:01 Re: [PATCH, CHKP] Fix cdtor merge for instrumented functions Jan Hubicka
17:01 Re: [PATCH, CHKP] Fix static const bounds creation in LTO Jan Hubicka
16:58 Re: ipa-cp heuristic tweek Jan Hubicka
16:33 Re: ipa-cp heuristic tweek Ilya Enkovich
16:18 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor Sebastian Pop
16:11 Re: [PATCH, CHKP] Fix static const bounds creation in LTO Ilya Enkovich
15:43 Re: [libcpp] Fix ICE with conditional macros (PR preprocessor/61977) Jason Merrill
15:03 Re: [PATCH, CHKP] Fix cdtor merge for instrumented functions Ilya Enkovich
14:53 Re: [PATCH] Fix a test with bogus size_t type Jakub Jelinek
14:52 Re: [PATCH, i386] PR63211 broken type-punning in avx* tests. Ilya Tocar
14:48 Re: [debug-early] Handle specification of class scoped static functions Jason Merrill
14:41 Re: [debug-early] equate new DIE with DW_AT_specificationto a previous declaration Jason Merrill
14:13 Re: [libstdc++/65033] Give alignment info to libatomic Jonathan Wakely
13:36 Re: Silence merge warnings on artificial types Jakub Jelinek
13:35 Re: [RS6000] Fix 65576 regression David Edelsohn
13:30 Re: [PR64164] drop copyrename, integrate into expand Alexandre Oliva
13:17 Re: [PR64164] drop copyrename, integrate into expand Alexandre Oliva
12:51 Re: [RS6000] Fix 65576 regression Alan Modra
12:40 Re: [PATCH, stage1][PR65443] Add transform_to_exit_first_loop_alt Tom de Vries
12:36 Re: [C++ Patch/RFC] PR 64085 Jason Merrill
11:39 Re: [PATCH, i386] PR63211 broken type-punning in avx* tests. Uros Bizjak
11:02 [PATCH, i386] PR63211 broken type-punning in avx* tests. Ilya Tocar
09:25 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson
08:58 Re: [CHKP] Never expand instrumentation thunks Ilya Enkovich
08:46 Re: [CHKP] Support returned bounds in thunks expand Ilya Enkovich
08:45 [PATCH] Fix PR ipa/65665 Martin LiÅka
08:38 Re: [CHKP] Support returned bounds in thunks expand Ilya Enkovich
08:18 Re: [PATCH, CHKP] Restore transparent alias chains Ilya Enkovich
08:03 Re: [PATCH, CHKP] Fix ipa-comdats for instrumentation thunks Ilya Enkovich
07:54 Re: [CHKP, PATCH] Fix LTO cgraph merge for instrumented functions Ilya Enkovich
06:00 [PING, AArch64] Add long-call attribute and pragma interfaces Yangfei (Felix)
03:57 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson
03:04 Re: [libstdc++/65033] Give alignment info to libatomic Hans-Peter Nilsson
00:06 Re: [Ping, Patch, fortran, pr65548, v1] [5 Regression] gfc_conv_procedure_call Jerry DeLisle
00:03 Re: [RS6000] Fix 65576 regression David Edelsohn

April 02, 2015
23:41 Re: [RS6000] Fix 65576 regression Michael Meissner
23:19 Re: [RS6000] Fix 65576 regression Alan Modra
22:51 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor James Greenhalgh
22:19 Re: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor Sebastian Pop
21:16 Re: [CHKP] Never expand instrumentation thunks Jeff Law
21:14 Re: [PATCH, CHKP, i386] Fix retval generated for instrumented calls returning values on multiple registers Jan Hubicka
21:13 Re: [CHKP] Never expand instrumentation thunks Jan Hubicka
21:13 Re: [PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses Jeff Law
20:55 Re: [CHKP] Support returned bounds in thunks expand Jan Hubicka
20:49 [PATCH, c6x] handle unk_isa in TARGET_CPU_CPP_BUILTINS Bernhard Reutner-Fischer
20:45 Re: [PATCH, CHKP] Fix static const bounds creation in LTO Jan Hubicka
20:37 Re: [PATCH, CHKP, i386] Fix retval generated for instrumented calls returning values on multiple registers Uros Bizjak
20:27 Re: [CHKP] Never expand instrumentation thunks Jeff Law
20:21 Re: [PATCH, CHKP] Fix cdtor merge for instrumented functions Jan Hubicka
20:17 Re: [PATCH, CHKP, i386] Fix retval generated for instrumented calls returning values on multiple registers Jan Hubicka
20:11 Re: [CHKP] Never expand instrumentation thunks Jan Hubicka
19:51 Re: [CHKP] Never expand instrumentation thunks Jeff Law
19:42 Re: [CHKP] Support returned bounds in thunks expand Jeff Law
19:06 Re: Silence merge warnings on artificial types Jakub Jelinek
19:00 Re: [PATCH, CHKP] Restore transparent alias chains Jeff Law
18:48 Re: [PATCH, CHKP] Restore transparent alias chains Jan Hubicka
18:37 Re: Silence merge warnings on artificial types Jan Hubicka
18:33 Re: [PATCH, CHKP] Restore transparent alias chains Jeff Law
18:23 Re: Silence merge warnings on artificial types Ilya Verbin
17:55 Re: [PATCH, CHKP, i386] Fix retval generated for instrumented calls returning values on multiple registers Uros Bizjak
17:04 Re: [PATCH, CHKP] Fix ipa-comdats for instrumentation thunks Jan Hubicka
17:03 Re: [RS6000] Fix 65576 regression David Edelsohn
17:01 Re: [CHKP, PATCH] Fix LTO cgraph merge for instrumented functions Jan Hubicka
16:42 Re: C++ PATCH for c++/65642 (rejects-valid-constexpr) Jason Merrill
16:28 Re: [CHKP, PATCH] Fix instrumented indirect calls with propagated pointers Ilya Enkovich
15:58 C++ PATCH for c++/65642 (rejects-valid-constexpr) Marek Polacek
15:45 [PATCH, CHKP] Fix ipa-comdats for instrumentation thunks Ilya Enkovich
15:29 Re: [C++ Patch/RFC] PR 64085 Paolo Carlini
15:26 C++ PATCH for c++/65625 (ICE using variable template as type) Jason Merrill
15:22 [PATCH, CHKP] Fix static const bounds creation in LTO Ilya Enkovich
15:15 [PATCH, CHKP] Fix cdtor merge for instrumented functions Ilya Enkovich
15:09 [PATCH, CHKP, i386] Fix retval generated for instrumented calls returning values on multiple registers Ilya Enkovich
14:59 Re: New regression on ARM Linux Alan Lawrence
14:54 Re: [PATCH, CHKP] Restore transparent alias chains Ilya Enkovich
14:52 Re: [CHKP, PATCH] Fix LTO cgraph merge for instrumented functions Ilya Enkovich
14:51 Re: [CHKP] Never expand instrumentation thunks Ilya Enkovich
14:49 Re: [CHKP] Support returned bounds in thunks expand Ilya Enkovich
13:29 Re: [PATCH] Fix PR ipa/65557 James Greenhalgh
12:27 [PATCH, i386]: Revert unwanted part of r216820 to fix movqi_internal type calculation Uros Bizjak
11:55 [committed] Fix wrong generated by pa_output_move_double John David Anglin
11:51 [PATCH] Fix PR65660 in parts, better fix for PR64909 Richard Biener
11:01 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX H.J. Lu
10:59 Re: Announcing AArch64 and ARM port reviewers James Greenhalgh
10:28 Re: [Ping, Patch, fortran, pr65548, v1] [5 Regression] gfc_conv_procedure_call Andre Vehreschild
10:20 [PATCH] Add myself as reviewer for arm port Kyrill Tkachov
09:16 [PATCH] Fix PR65650 (1/n in merging CCP and copyprop) Richard Biener
09:03 Re: [Patch, fortran, PR44672, v3] [F08] ALLOCATE with SOURCE and no array-spec Andre Vehreschild
08:35 [PATCH] Fix a test with bogus size_t type Marek Polacek
08:28 Re: C++ PATCH for c++/65554 (ICE with user-defined initializer_list) Marek Polacek
07:59 [PATCH, i386]: Use UNSPEC_{FILD_FIST}_ATOMIC in {load,store}di_via_fpu Uros Bizjak
05:22 [RS6000] Fix 65576 regression Alan Modra
04:47 Re: Inliner badness metric tweak Jan Hubicka
04:34 Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Jeff Law
03:05 Re: [PATCH] Disable ppc/spu context sensitive macros for CLK_ASM preprocessing (PR preprocessor/61977) David Edelsohn

April 01, 2015
23:21 Re: Fix increase_alignment Jan Hubicka
22:42 Re: [PATCH] Fix PR ipa/65557 H.J. Lu
22:37 Re: C++ PATCH for c++/65554 (ICE with user-defined initializer_list) H.J. Lu
22:04 Re: Fix increase_alignment Bernhard Reutner-Fischer
21:37 Re: [PATCH, bfin] handle BFIN_CPU_UNKNOWN in TARGET_CPU_CPP_BUILTINS Bernhard Reutner-Fischer
21:34 [PATCH, bfin] handle BFIN_CPU_UNKNOWN in TARGET_CPU_CPP_BUILTINS Bernhard Reutner-Fischer
20:42 Re: [libcpp] Disable cb.line_change callbacks from within cpp_peek_token (PR preprocessor/61977) Jakub Jelinek
20:23 Re: [libcpp] Disable cb.line_change callbacks from within cpp_peek_token (PR preprocessor/61977) Jason Merrill
17:44 [PATCH, i386]: Fix atomic_storedi_fpu predicate Uros Bizjak
17:26 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Ilya Verbin
17:17 Re: PATCH: Update --with-system-zlib Mike Frysinger
17:17 Re: PATCH: Update --with-system-zlib H.J. Lu
17:05 Re: PATCH: Update --with-system-zlib Bernhard Reutner-Fischer
16:54 Re: PATCH: Update --with-system-zlib Mike Frysinger
16:36 C++ PATCH for c++/65646 (ICE after error specializing missing static data member) Jason Merrill
15:55 Re: [PATCH, CFT] Fix bootstrap with in-tree ISL Bernhard Reutner-Fischer
15:53 Re: [PATCH, CFT] Fix bootstrap with in-tree ISL Tobias Grosser
15:36 Re: Inliner badness metric tweak H.J. Lu
15:09 [PATCH, CFT] Fix bootstrap with in-tree ISL Bernhard Reutner-Fischer
13:45 Re: [C++ Patch/RFC] PR 56100 Jason Merrill
13:20 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Jakub Jelinek
13:15 Re: [Patch, fortran, PR44672, v2] [F08] ALLOCATE with SOURCE and no array-spec Andre Vehreschild
13:14 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Ilya Verbin
12:42 Re: C++ PATCH for c++/65554 (ICE with user-defined initializer_list) Jason Merrill
12:09 Re: [PATCH] Disable ppc/spu context sensitive macros for CLK_ASM preprocessing (PR preprocessor/61977) Ulrich Weigand
12:04 PATCH: Update --with-system-zlib H.J. Lu
11:24 [libcpp] Disable cb.line_change callbacks from within cpp_peek_token (PR preprocessor/61977) Jakub Jelinek
11:02 Re: [PATCH, AArch64] Fix PR 65624 (ICE in aarch64-linux-gnueabi crosscompiler on i686 host). Alan Lawrence
10:42 [PATCH, AArch64] Fix PR 65624 (ICE in aarch64-linux-gnueabi crosscompiler on i686 host). Maxim Ostapenko
10:12 Re: [C++ Patch/RFC] PR 56100 Marek Polacek
10:08 Re: C++ PATCH for c++/65554 (ICE with user-defined initializer_list) Marek Polacek
10:02 Re: [C++ Patch/RFC] PR 56100 Paolo Carlini
09:13 Re: [PATCH] Disable ppc/spu context sensitive macros for CLK_ASM preprocessing (PR preprocessor/61977) Jakub Jelinek
08:57 Re: [PATCH] Disable ppc/spu context sensitive macros for CLK_ASM preprocessing (PR preprocessor/61977) Steven Bosscher
08:40 [PATCH] Disable ppc/spu context sensitive macros for CLK_ASM preprocessing (PR preprocessor/61977) Jakub Jelinek
08:22 [libcpp] Fix ICE with conditional macros (PR preprocessor/61977) Jakub Jelinek
06:32 Fix ICE with thunks taking scalars passed by reference Jan Hubicka
05:21 Re: libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch) Jakub Jelinek
05:12 Re: [PATCH] [AArch64] Add support for the Samsung Exynos M1 processor 박준모
00:31 RE: [PATCH] [ARM] Add support for the Samsung Exynos M1 processor Evandro Menezes


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