public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Avoid redundant DECL_ASSEMBLER_NAME computations for ODR types
 2016-02-26 11:13 UTC  (3+ messages)

Clear visibility of TYPE_DECL
 2016-02-26 11:12 UTC  (2+ messages)

[DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section
 2016-02-26 11:11 UTC  (3+ messages)

[PATCH] [RFA] [PR tree-optmization/69740] Schedule loop fixups when needed
 2016-02-26 11:08 UTC  (5+ messages)

[RFC][PATCH][PR63586] Convert x+x+x+x into 4*x
 2016-02-26 11:07 UTC  (2+ messages)

Revert gcc r227962
 2016-02-26 11:05 UTC 

[RFC][PATCH][PR40921] Convert x + (-y * z * z) into x - y * z * z
 2016-02-26 11:02 UTC  (2+ messages)

[PATCH 0/4] Replace remaining ENABLE_CHECKING macros
 2016-02-26 10:43 UTC  (8+ messages)
` [PATCH 3/4] Replace ENABLE_CHECKING with CHECKING_P in dwarf2out
` [PATCH 4/4] Poison ENABLE_CHECKING macro
` [PATCH 2/4] Replace ENABLE_CHECKING macro with flag_checking in GNAT
` [PATCH 1/4] Replace ENABLE_CHECKING macro with flag_checking in HSA

[PATCH] Do not gather mem stats in run_exit_handles (PR middle-end/69919)
 2016-02-26 10:40 UTC  (4+ messages)

[ARM] Add support for overflow add, sub, and neg operations
 2016-02-26 10:32 UTC  (3+ messages)

[DOC, PATCH] Mention --enable-valgrind-annotations in install.texi
 2016-02-26 10:03 UTC  (5+ messages)

[PATCH, PR69956] Fix multi-step conversion of boolean vectors
 2016-02-26  9:23 UTC 

[PATCHES, PING*4] Enhance standard DWARF for Ada
 2016-02-26  8:59 UTC  (20+ messages)
` [PATCHES, PING*5] "
                      ` [PATCH] Fix DW_OP_GNU_implicit_pointer referring to DW_TAG_dwarf_procedure (PR debug/69947)

[PATCH] Fix PR69951
 2016-02-26  8:32 UTC 

[PATCH, rs6000] Fixing PR 67145
 2016-02-26  5:09 UTC 

C++ PATCH for c++/69889 (ICE with lambda conversion)
 2016-02-26  4:51 UTC 

[PATCH] add more style checks to check_GNU_style.sh
 2016-02-26  3:05 UTC 

[PATCH] hurd: align -p and -pg behavior on Linux
 2016-02-26  0:56 UTC  (4+ messages)

[PATCH][SPARC] sparc: switch -fasynchronous-unwind-tables on by default
 2016-02-25 21:16 UTC 

[PATCH 1/3] Add aarch64-*-rtems* target
 2016-02-25 20:49 UTC  (3+ messages)
` [PATCH 3/3] contrib/config-list.mk: Add aarch64-rtems and x86_64-rtems
` [PATCH 2/3] Add x86_64-*-rtems* target

[PATCH] libffi testsuite: Use split to ensure valid tcl list
 2016-02-25 20:15 UTC  (4+ messages)

[patch, libstdc++] In debug mode, diagnose empty initializer_list in min/max/minmax
 2016-02-25 20:07 UTC  (3+ messages)

[PATCH] Add -funknown-commons to work around PR/69368 (and others) in SPEC2006
 2016-02-25 18:00 UTC  (2+ messages)

[PATCH 0/9] S/390 rework shift count handling - v2
 2016-02-25 17:14 UTC  (4+ messages)
` [PATCH 3/9] S/390: Get rid of Y constraint in rotate patterns
` [PATCH 7/9] S/390: Get rid of Y constraint in vector.md

[PATCH] powerpc: Handle DImode rotatert implemented with rlwinm (PR69946)
 2016-02-25 15:52 UTC  (2+ messages)

[C++ PATCH] Fix option handling when -std=gnu++14 is not used (PR 69865)
 2016-02-25 15:27 UTC  (11+ messages)

C++ PATCH for c++/69842 (wrong error with generic lambda)
 2016-02-25 15:22 UTC  (2+ messages)

[WWWDocs] Deprecate support for non-thumb ARM devices
 2016-02-25 14:40 UTC  (9+ messages)

[Fortran, Patch] (Coarrays) Wrong events size
 2016-02-25 14:38 UTC  (2+ messages)

C++ PATCH for c++/67364 (constexpr vs. empty class)
 2016-02-25 14:08 UTC 

C++ PATCH for c++/68049 (ICE with may_alias)
 2016-02-25 14:07 UTC 

[PATCH] Fix PR48795
 2016-02-25 13:13 UTC 

[testsuite, c++] Require init_priority support for g++.dg/ext/attr-constructor1.C
 2016-02-25 12:50 UTC 

[wwwdocs] Update -Wnonnull description
 2016-02-25 12:18 UTC 

[wwwdocs] Describe behavior of -flifetime-dse in class constructors
 2016-02-25 11:22 UTC  (10+ messages)

[PATCH][AArch64] Set TREE_TARGET_GLOBALS in aarch64_set_current_function when new tree is the default node to recalculate optab availability
 2016-02-25 11:04 UTC 

[PATCH][AArch64] Remove an unused reload hook
 2016-02-25 11:01 UTC  (2+ messages)

[PATCH 1/9] ENABLE_CHECKING refactoring
 2016-02-25 10:16 UTC  (14+ messages)
` [PATCH 10/9] ENABLE_CHECKING refactoring: remove remaining occurrences

[patch] libstdc++/69945 Add __gnu_cxx::__freeres hook
 2016-02-25  9:51 UTC  (3+ messages)

[PATCH][AArch64] PR target/69613: Return zero TARGET_SHIFT_TRUNCATION_MASK when SHIFT_COUNT_TRUNCATED is false
 2016-02-25  9:25 UTC 

[PATCH PR69052]Check if loop inv can be propagated into mem ref with additional addr expr canonicalization
 2016-02-25  8:47 UTC  (10+ messages)

[patch, fortran] PR69110 ICE with NEWUNIT
 2016-02-25  6:51 UTC  (2+ messages)

[PATCH] Fix regcprop noop move handling (PR rtl-optimization/69896)
 2016-02-25  6:29 UTC  (2+ messages)

[MIPS r5900] libgcc floating point fixes
 2016-02-25  1:49 UTC  (2+ messages)

[Patch, MIPS] Patch for PR 68273 (user aligned variable arguments)
 2016-02-24 23:17 UTC  (4+ messages)

Fix/work around PR57676, LRA terminates prematurely
 2016-02-24 22:01 UTC  (7+ messages)

[PATCH v2] gcov: Runtime configurable destination output
 2016-02-24 21:52 UTC 

[PATCH] Fix PR c++/69736
 2016-02-24 21:13 UTC  (7+ messages)

PATCH to add -flifetime-dse=1
 2016-02-24 21:11 UTC  (3+ messages)

[PATCH] Further -Wnonnull-compare fixes (PR c++/69922)
 2016-02-24 21:09 UTC  (4+ messages)

[PATCH] Workaround LTO debug info bugs in dwarf2out (PR debug/69705)
 2016-02-24 21:08 UTC  (2+ messages)

[PR fortran/60126] Internal compiler error with code using pointer reshaping (gfortran 4.8.2)
 2016-02-24 20:45 UTC  (2+ messages)

[pr/69916] ICE with empty loops
 2016-02-24 20:08 UTC 

C++ PATCH for c++/69323 (ICE on template friend)
 2016-02-24 19:55 UTC 

[PATCH][RFC][Offloading] Fix PR68463
 2016-02-24 19:35 UTC  (16+ messages)

C PATCH for c/69819 (error-recovery ICE)
 2016-02-24 18:35 UTC  (2+ messages)

[PATCH] 69780 - [4.9/5/6 Regression] ICE on __builtin_alloca_with_align, with small alignment
 2016-02-24 17:12 UTC  (6+ messages)

[PATCH] Fix missing warning with bool (PR c/67854)
 2016-02-24 16:31 UTC 

[pr 69666] No SRA default_def replacements for unscalarizable
 2016-02-24 16:23 UTC  (3+ messages)

C++ PATCH to make constexpr respect -fno-inline
 2016-02-24 15:17 UTC 

libgo patch committed: Lock goroutine to thread during cgo call
 2016-02-24 15:03 UTC 

[PATCH] Fix PR69760
 2016-02-24 14:49 UTC 

[testsuite] Adapt gcc.dg/debug/dwarf2/prod-options.c for Solaris assembler
 2016-02-24 14:46 UTC 

[PATCH][ARM] Tests for arm_restrict_it patterns in thumb2.md
 2016-02-24 14:18 UTC  (3+ messages)

[patch] libstdc++/69939 Qualify get and forward
 2016-02-24 14:03 UTC 

[PATCH] 69912 - [6 regression] ICE in build_ctor_subob_ref initializing a flexible array member
 2016-02-24 13:56 UTC  (2+ messages)

[PATCH][ARM][RFC] PR target/65578 Fix gcc.dg/torture/stackalign/builtin-apply-4.c for single-precision fpus
 2016-02-24 13:48 UTC  (4+ messages)

[gomp4][PR 69916] Fix ICE
 2016-02-24 13:46 UTC 

[PATCH, PR69607] Mark offload symbols as global in lto
 2016-02-24 13:38 UTC  (5+ messages)
      ` [PING][PATCH, "

[PR69315] enable finish_function to recurse for constexpr functions
 2016-02-24 12:56 UTC  (3+ messages)

[PATCH][gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_without_clobbers_p
 2016-02-24 12:30 UTC  (2+ messages)

better debug info for C++ cdtors, aliases, thunks and other trampolines
 2016-02-24 12:24 UTC  (4+ messages)

[PATCH] Fix thinko in build_vector_from_ctor (PR middle-end/69915)
 2016-02-24 12:16 UTC  (2+ messages)

[PATCH][ARM][4.9 Backport] PR target/69875 Fix atomic_loaddi expansion
 2016-02-24 11:24 UTC 

[PATCH][ARM][5 Backport] PR target/69875 Fix atomic_loaddi expansion
 2016-02-24 11:23 UTC 

[PATCH][ARM] Add initial support for the Cortex-A32
 2016-02-24 10:52 UTC  (2+ messages)

[PATCH][ARM] PR target/69875 Fix atomic_loaddi expansion
 2016-02-24 10:06 UTC  (2+ messages)

[PATCH, PR middle-end/68134] Reject scalar modes in default get_mask_mode hook
 2016-02-24  9:39 UTC  (4+ messages)

[PATCH][wwwdocs][committed] Fix typo and tws in changes.html
 2016-02-24  9:36 UTC 

[PATCH] Fix PR68963
 2016-02-24  9:26 UTC  (2+ messages)

[PATCH] Fix normal_inner_ref expansion (PR middle-end/69909)
 2016-02-24  8:25 UTC  (2+ messages)

[PATCH] Bump max-ssa-name-query-depth default (PR c/69918)
 2016-02-24  8:22 UTC  (2+ messages)

[PATCH] Fix PR69907
 2016-02-24  8:17 UTC 

[PATCH] Fix PR target/69810
 2016-02-23 22:20 UTC 

[COMMITTED][AArch64] Tweak the pipeline model for Exynos M1
 2016-02-23 21:42 UTC 

[patch] Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macro
 2016-02-23 20:03 UTC 

[PATCH] Fix c_parser_for_statement for ObjC (PR objc/69844)
 2016-02-23 19:49 UTC  (3+ messages)

[patch] libstdc++/69893 make <tr1/cmath> work with C++11
 2016-02-23 19:49 UTC 

[PATCH] New plugin events when evaluating constexpr expressions
 2016-02-23 19:47 UTC  (2+ messages)

[patch] Clarify interaction of -Wnarrowing with -std
 2016-02-23 18:39 UTC  (4+ messages)

[committed] Remove __seg_tls before first release
 2016-02-23 18:18 UTC 

[RFC] [PATCH] Add __array_size keyword
 2016-02-23 17:21 UTC  (10+ messages)

[PATCH] gcov: Configurable destination for error output
 2016-02-23 16:36 UTC  (8+ messages)

[RFC] [MIPS] Enable non-executable PT_GNU_STACK support
 2016-02-23 16:26 UTC  (2+ messages)

[PATCH series, 16] Use parloops to parallelize oacc kernels regions
 2016-02-23 15:19 UTC  (6+ messages)
` [PATCH, 6/16] Add pass_oacc_kernels
  ` Use plain -fopenacc to enable OpenACC kernels processing (was: [PATCH, 6/16] Add pass_oacc_kernels)
    ` Use plain -fopenacc to enable OpenACC kernels processing

[Fortran,4.9/5/6 Regression]ICE for Fortran files when specifying a file instead of an include directory
 2016-02-23 14:52 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).