public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] accept flexible arrays in struct in unions (c++/71912 - [6/7 regression])
 2016-10-13 22:40 UTC  (22+ messages)
                                    ` PING "

Questionable code in gcov-io.c
 2016-10-13 22:10 UTC  (10+ messages)

[PATCH] Remove x86 pcommit instruction
 2016-10-13 21:39 UTC  (8+ messages)

[PATCH, libfortran] PR 48587 Newunit allocator
 2016-10-13 21:00 UTC 

[PATCH] Allow `make tags` to work from top-level directory
 2016-10-13 20:44 UTC  (3+ messages)

[PATCH v4] PR48344: Fix unrecognizable insn error with -fstack-limit-register=r2
 2016-10-13 20:23 UTC  (4+ messages)

PR35503 - warn for restrict pointer
 2016-10-13 20:16 UTC  (18+ messages)

[PATCH, libfortran] PR 48587 Newunit allocator
 2016-10-13 20:08 UTC  (3+ messages)

[PATCH] Test cases for PR77937
 2016-10-13 20:04 UTC  (2+ messages)

[v3] Remove 'test' variables from a few more testsuite dirs
 2016-10-13 19:41 UTC 

[C++ PATCH] RFC: implement P0386R2 - C++17 inline variables
 2016-10-13 19:34 UTC  (2+ messages)

RFC: Split <functional> into smaller pieces
 2016-10-13 19:29 UTC  (3+ messages)

[PATCH] Don't peel extra copy of loop in unroller for loops with exit at end
 2016-10-13 18:36 UTC  (2+ messages)

[PATCH] PR68212, Correct frequencies/counts when unrolling
 2016-10-13 18:31 UTC  (2+ messages)

[PATCH] Remove a few -Wno-error from Makefile.in
 2016-10-13 18:14 UTC  (3+ messages)

[PATCH] Create the *logue in the same order as before (PR77962)
 2016-10-13 18:13 UTC  (3+ messages)

[committed, arm, testsuite] fix dg-skip-if logic in Xscale-specific tests
 2016-10-13 18:01 UTC 

[ping * 2] remove optab functions for [us]divmod_optab in optabs.def
 2016-10-13 17:24 UTC  (4+ messages)

[PATCH][AArch64] Use new target pass registration framework for FMA steering pass
 2016-10-13 17:14 UTC 

[PATCH] Avoid #include <functional> in other headers
 2016-10-13 16:55 UTC 

[PATCH] Add missing <random> header in testcase
 2016-10-13 16:42 UTC 

[PATCH] Qualify use of std::declval to avoid ADL
 2016-10-13 16:41 UTC 

[PATCH] Change test to use VERIFY not assert
 2016-10-13 16:37 UTC 

Go patch committed: don't get backend version of redefinition
 2016-10-13 16:21 UTC 

[PATCH] - improve sprintf buffer overflow detection (middle-end/49905)
 2016-10-13 16:17 UTC  (23+ messages)

[PATCH] DWARF: make signedness explicit for enumerator const values
 2016-10-13 16:12 UTC 

RTL frontend input format again (was Re: [PATCH 15/16] RTL frontend (rtl1), on top of dump reader)
 2016-10-13 15:50 UTC  (11+ messages)
` [PATCH] Add a "compact" mode to print_rtx_function
    ` [PATCH] (v2) "
        ` [PATCH] Omit INSN_LOCATION from compact dumps
    ` [PATCH] Tweaks to print_rtx_function

[PATCH] Use normal mode containers in searchers
 2016-10-13 15:50 UTC 

[Fortran, patch, caf] Add unimplemented message for polymorphic objects with allocatable/pointer components
 2016-10-13 15:45 UTC 

[PATCH v2,rs6000] Add built-in function support for Power9 string operations
 2016-10-13 15:45 UTC 

[PATCH] Fix PR77937
 2016-10-13 15:39 UTC 

[PATCH, GCC/ARM 1/2] Add multilib support for embedded bare-metal targets
 2016-10-13 15:35 UTC 

[PATCH, GCC/ARM 2/2] Allow combination of aprofile and rmprofile multilibs
 2016-10-13 15:35 UTC 

[PATCH 1/4] Cherry-pick fprofile-generate-atomic from google/gcc-4_9 branch
 2016-10-13 15:34 UTC  (23+ messages)
          ` [PATCH] Set -fprofile-update=atomic when -pthread is present
                            ` [PATCH] Introduce -fprofile-update=maybe-atomic
                            ` [RFC] Speed-up -fprofile-update=atomic

[PATCH 0/3] Better folding of 2 string builtin-ins
 2016-10-13 15:27 UTC  (31+ messages)
` [PATCH 3/3] Test folding of strn{case}cmp and memchr
    ` [PATCH 3/3] Test folding of str{n}{case}cmp and memchr (version 2)
      ` [PATCH] Test folding of str{n}{case}cmp and memchr (version 3)
            ` [PATCH] Test folding of str{n}{case}cmp and memchr (simplified version 4)
` [PATCH 1/3] Fold BUILT_IN_STRNCASECMP
  ` [PATCH 1/3] Fold __builtin_str{n}{case}cmp functions (version 2)
      ` [PATCH] Check \0-termination of string in c_getstr
            ` [PATCH] Check \0-termination of string in c_getstr (simplified version)
      ` [PATCH] Fold __builtin_str{n}{case}cmp functions (version 3)
            ` [PATCH] Fold __builtin_str{n}{case}cmp functions (simplified version 4)
` [PATCH 2/3] Smarter folding of __builtin_memchr
    ` [PATCH 2/3] Fold __builtin_memchr (version 2)
        ` [PATCH] Fold __builtin_memchr (version 3)
              ` [PATCH] Fold __builtin_memchr (simplified version 4)
` [RFC] Possible folding opportunities for string built-ins

[PATCH GCC]Simplify (convert)(X op const) -> (convert)X op (convert)const by match&simplify
 2016-10-13 15:22 UTC  (4+ messages)

[patch] aarch64-*-freebsd* support for gcc
 2016-10-13 15:15 UTC  (4+ messages)

[patch, avr, pr71676 and pr71678] Issues with casesi expand
 2016-10-13 15:12 UTC  (4+ messages)

[PATCH] Introduce -Wimplicit-fallthrough={0,1,2,3,4,5}
 2016-10-13 14:53 UTC  (11+ messages)

[PATCH, RFC] gcov: dump in a static dtor instead of in an atexit handler
 2016-10-13 14:44 UTC  (16+ messages)

[PATCH] Replace non-constexpr decrement in std::chrono::floor
 2016-10-13 14:33 UTC  (2+ messages)

C++ PATCH for c++/77742 (-Waligned-new and placement new)
 2016-10-13 14:18 UTC  (3+ messages)

[PATCH 16/16] Add "__RTL" to cc1
 2016-10-13 13:52 UTC  (4+ messages)
` [PATCH] Add "__RTL" to cc1 (v2)

[PATCH, GCC] Move MEMMODEL_* and enum memmodel from coretypes.h to memmodel.h
 2016-10-13 13:43 UTC  (5+ messages)

[PATCH, ARM] Remove redundant TARGET_VFP
 2016-10-13 13:02 UTC 

[PATCH, ARM] Remove redundant model field from FPU descriptions
 2016-10-13 12:54 UTC 

[Fortran, Patch, PR{43366, 57117, 61337, 61376}, v1] Assign to polymorphic objects
 2016-10-13 12:42 UTC 

[PATCH] Replace __bind_simple with std::thread::__make_invoker
 2016-10-13 12:39 UTC  (4+ messages)

[Ada] Pragmas Compile_Time_Error and Compile_Time_Warning and 'Size
 2016-10-13 12:12 UTC 

[PATCH 1/2] [ARC] Update INSN_LENGTH_ALIGNMENT
 2016-10-13 11:53 UTC  (6+ messages)
` [PATCH 2/2] [ARC] Fix mul32x16 patterns

[PATCH GCC 9/9]Prove no-overflow in computation of LOOP_VINFO_NITERS and improve code generation
 2016-10-13 11:24 UTC  (3+ messages)

[PATCH GCC 2/9]Add interface reseting original copy tables in cfg.c
 2016-10-13 11:18 UTC  (3+ messages)

[patch] Fix GC issue triggered by arithmetic overflow checking
 2016-10-13 10:59 UTC  (7+ messages)

fix -fmax-errors & notes
 2016-10-13 10:48 UTC  (3+ messages)

[PATCH] Fix -Wimplicit-fallthrough ICE (PR c/77946)
 2016-10-13 10:28 UTC  (5+ messages)

[PATCH] Fix exception-specifications for std::_Not_fn
 2016-10-13 10:19 UTC 

Compile-time improvement for if conversion
 2016-10-13 10:15 UTC  (10+ messages)

Set nonnull attribute to ptr_info_def based on VRP
 2016-10-13  9:44 UTC  (15+ messages)
` [vrp] use get_ptr_nonnull in tree-vrp

[PATCH] Do not merge BBs with a different EH landing pads (PR, tree-optimization/77943)
 2016-10-13  9:39 UTC  (4+ messages)

[PATCH] Fix exception-specification of std::invoke
 2016-10-13  8:55 UTC 

[Fortran, Patch, PR72832, v1] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate requested dimensions
 2016-10-13  8:53 UTC  (4+ messages)
` PING! "

[PATCH 1/2] [ARC] New option handling, refurbish multilib support
 2016-10-13  8:42 UTC  (4+ messages)
` [PATCH] "

[PATCH] Fix PR77826
 2016-10-13  8:29 UTC  (11+ messages)

[PATCH][check_GNU_style.sh] More aggressively ignore dg-xxx directives
 2016-10-13  8:11 UTC  (12+ messages)

[PATCH] More early LTO dwarf2out bits
 2016-10-13  7:16 UTC 

[PATCH] Don't unnecessarily create stack protector guard decls and MEMs (PR target/77957)
 2016-10-13  7:09 UTC  (2+ messages)

[Patch, reload, tentative, PR 71627] Tweak conditions in find_valid_class_1
 2016-10-13  6:59 UTC  (3+ messages)

libgo patch committed: Fixes for sparc64
 2016-10-13  4:58 UTC  (5+ messages)

[PATCH] Fix PR77937
 2016-10-13  4:56 UTC  (2+ messages)

[PATCH 00/16] RTL frontend (v3)
 2016-10-12 21:57 UTC  (5+ messages)
` [PATCH 01/16] read-md.c: Add various cleanups to ~rtx_reader

[PATCH] 77864 Fix noexcept conditions for map/set default constructors
 2016-10-12 21:26 UTC  (11+ messages)

[Visium] Fix gcc.dg/compat/scalar-by-value-4/scalar-return-4
 2016-10-12 21:05 UTC 

[PATCH 0/3] Extend -falign-FOO=N to N[,M[,N2[,M2]]] version 4
 2016-10-12 20:53 UTC  (4+ messages)
` [PATCH 2/3] Temporary remove "at least 8 byte alignment" code from x86
` [PATCH 1/3] Remove support for obsolete x86 -malign-foo options
` [PATCH 3/3] Extend -falign-FOO=N to N[,M[,N2[,M2]]]

[PATCH] Implement new hook for max_align_t_align
 2016-10-12 19:59 UTC  (22+ messages)

New option -flimit-function-alignment
 2016-10-12 19:27 UTC  (4+ messages)

Go patch committed: copy string code from Go 1.7 runtime
 2016-10-12 18:18 UTC 

[Fortran, Patch, cosmetics] Fix some indentation and typos in comments
 2016-10-12 16:39 UTC 

[PATCH, GCC/testsuite/ARM] Enable mov?i_movw tests on ARM and big endian
 2016-10-12 16:07 UTC  (6+ messages)

[Patch AArch64] Add floatdihf2 and floatunsdihf2 patterns
 2016-10-12 15:57 UTC  (5+ messages)
      ` Ping^4 "

[PATCH][store merging][RFA] Re-implement merging code
 2016-10-12 15:47 UTC  (6+ messages)

[PATCH v4 0/6] Separate shrink-wrapping
 2016-10-12 15:43 UTC  (3+ messages)
` [PATCH 4/6] shrink-wrap: Shrink-wrapping for separate components

libgo patch committed: copy Go 1.7 runtime semaphore code
 2016-10-12 15:39 UTC 

[PATCH] Define std::sample for C++17
 2016-10-12 15:26 UTC 

[tree-optimization/71947] Avoid unwanted propagations
 2016-10-12 15:00 UTC  (3+ messages)

[PATCH 4/4] [MIPS] Add tests for MSA
 2016-10-12 14:56 UTC  (5+ messages)

[PATCH] Fix PR77947
 2016-10-12 14:35 UTC 

[PATCH 1/2] Add OVERRIDE and FINAL macros to coretypes.h
 2016-10-12 14:13 UTC  (8+ messages)
      ` Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h (was: Re: [PATCH 1/2] Add OVERRIDE and FINAL macros to coretypes.h)
        ` Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h

[PATCH, RFC] Introduce -fsanitize=use-after-scope
 2016-10-12 14:08 UTC  (9+ messages)
          ` [PATCH, RFC] Introduce -fsanitize=use-after-scope (v2)

[PATCH,rs6000] Add built-in function support for Power9 string operations
 2016-10-12 14:07 UTC  (3+ messages)

[Ada] Missing predicate check with explicit policy pragma
 2016-10-12 14:00 UTC 

[Ada] Premature finalization of controlled array component
 2016-10-12 13:55 UTC 

[Ada] Spurious error on renaming of type conversion with invariant
 2016-10-12 13:55 UTC 

[Ada] Allow Refined_Global/Depends contracts with partial refinement
 2016-10-12 13:55 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).