public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] convert braced initializers to strings (PR 71625)
 2018-08-15 21:14 UTC  (19+ messages)

[RFC PATCH, i386]: Deprecate -mmitigate-rop
 2018-08-15 21:08 UTC  (3+ messages)

C++ PATCH for c++/67012, diagnose decltype(auto) f() -> int;
 2018-08-15 20:23 UTC  (2+ messages)

[PATCH, OpenACC] Add support for gang local storage allocation in shared memory
 2018-08-15 19:57 UTC  (6+ messages)

[PATCH] Fix experimental::pmr typedefs and add tests
 2018-08-15 19:46 UTC 

[PATCH][x86] Match movss and movsd "blend" instructions
 2018-08-15 19:37 UTC  (6+ messages)

[PATCH][GCC][DOCS] Remove rtl.texi references to old RTX code class names
 2018-08-15 19:26 UTC  (2+ messages)

[PATCH] Refactor uses-allocator construction
 2018-08-15 19:20 UTC 

[PATCH, testsuite] Fix PR78544 for Darwin
 2018-08-15 19:16 UTC  (5+ messages)

[PATCH] Add a character size parameter to c_strlen/get_range_strlen
 2018-08-15 18:51 UTC  (13+ messages)

[PATCH, Darwin] Move fixed _Unwind_find_Enclosing_func to a crt
 2018-08-15 18:50 UTC 

[PATCH,testsuite, Darwin] Skip tests with pthread_barrier
 2018-08-15 18:42 UTC  (2+ messages)

[committed] diagnostics: add labeling of source ranges
 2018-08-15 18:12 UTC 

[aarch64}: added variable issue rate feature for falkor
 2018-08-15 18:06 UTC  (12+ messages)

lightweight class to wide int ranges in VRP and friends
 2018-08-15 17:32 UTC 

Warning about -Wmain for local variables
 2018-08-15 17:31 UTC  (3+ messages)

[PATCH] CPP Macro predicates
 2018-08-15 17:26 UTC 

[PATCH, testsuite] Fix gcc.dg/memcmp-1.c for targets using __USER_LABEL_PREFIX__
 2018-08-15 16:43 UTC  (2+ messages)

[PATCH] Merge Ignore and Deprecated in .opt files
 2018-08-15 16:39 UTC  (6+ messages)

[PATCH][Middle-end]patch for fixing PR 86519
 2018-08-15 16:36 UTC  (3+ messages)

Stack alignment on Darwin (PR78444)
 2018-08-15 15:57 UTC  (2+ messages)

[PATCH] warn for strlen of arrays with missing nul (PR 86552)
 2018-08-15 15:42 UTC  (19+ messages)
` PING "
    ` PING [PATCH] warn for strlen of arrays with missing nul (PR 86552, 86711, 86714) )
  ` [PATCH 0/6] improve handling of char arrays with missing nul (PR 86552, 86711, 86714)
    ` [PATCH 1/6] prevent folding of unterminated const arrays in memchr calls (PR "
    ` [PATCH 3/6] detect unterminated const arrays in strcpy calls (PR 86552)
    ` [PATCH 4/6] detect unterminated const arrays in sprintf "
    ` [PATCH 5/6] detect unterminated const arrays in stpcpy "
    ` [PATCH 6/6] detect unterminated const arrays in strnlen "
    ` [PATCH 2/6] detect unterminated const arrays in strlen "

[PATCH, testsuite] Stringify __USER_LABEL_PREFIX__ for pr81923.c
 2018-08-15 15:06 UTC  (2+ messages)

[PATCH][GCC][Arm] Fix subreg crash in different way by enabling the FP16 pattern unconditionally
 2018-08-15 14:25 UTC  (6+ messages)

[RFC][debug] Add -greadable-dwarf
 2018-08-15 14:02 UTC 

[arm-8-branch] Backport spectre v1 patches
 2018-08-15 13:06 UTC 

[PATCH][GCC][mid-end] Fix DSE big-endian subreg crash
 2018-08-15 12:57 UTC 

[PATCH][GCC][AArch64] Limit movmem copies to TImode copies
 2018-08-15 12:55 UTC  (5+ messages)

[PATCH] Use more DECL_BUILT_IN_P macro
 2018-08-15 12:52 UTC  (3+ messages)

[PATCH v2] S/390: Remove literal pool chunkification loop
 2018-08-15 12:25 UTC  (2+ messages)

[PATCH] Set start_location to 0 if we ran out of line map space
 2018-08-15 11:34 UTC 

[PATCH] PR libstdc++/86846 Alternative to pointer-width atomics
 2018-08-15  9:59 UTC  (3+ messages)

[Patch wwwdocs] Document arm-8-branch
 2018-08-15  9:00 UTC 

[PATCH] arm: Generate correct const_ints (PR86640)
 2018-08-15  8:59 UTC  (8+ messages)

[PATCH] Fix wrong code with truncated string literals (PR 86711/86714)
 2018-08-15  5:47 UTC  (16+ messages)
` [PING] "

[PATCH] Make strlen range computations more conservative
 2018-08-15  4:39 UTC  (17+ messages)

[PATCH] Fix merging of 2 predictors (PR tree-optimization/86925)
 2018-08-15  4:20 UTC  (2+ messages)

fix reassoc cut&pasto
 2018-08-15  4:15 UTC  (2+ messages)

[PATCH] lra: fix FPE when dumping
 2018-08-15  4:12 UTC  (3+ messages)

[PATCH] avoid MEM_REF when looking for poor-man's flexible arrays (PR 86914)
 2018-08-15  4:03 UTC  (2+ messages)

VRP: rewrite the division code (to handle corner cases including 0)
 2018-08-15  1:33 UTC 

C++ PATCH for c++/65043, missing narrowing warning with bool
 2018-08-14 23:30 UTC 

[PATCH, rs6000] Fix PR86731 vec_sl()
 2018-08-14 23:18 UTC 

[PATCH] [C] Warn when calculating abs(unsigned_value)
 2018-08-14 21:05 UTC  (2+ messages)

[PATCH] Fix PR19315
 2018-08-14 20:59 UTC  (2+ messages)

[PATCH] Deprecate std::get_temporary_buffer
 2018-08-14 20:58 UTC  (2+ messages)

[C++ Patch] Tweak check_previous_goto_1 to emit hard errors instead of permerrors in some cases
 2018-08-14 20:54 UTC  (2+ messages)

[PATCH] Use getentropy() for seeding PRNG
 2018-08-14 20:29 UTC  (10+ messages)

[PATCH] PR libstdc++/86954 use non-placement operator delete
 2018-08-14 20:19 UTC 

[PATCH] Fix P81033 for FDEs in partitioned code
 2018-08-14 20:18 UTC  (2+ messages)

[PATCH, Darwin] Remove unnecessary target hook
 2018-08-14 20:16 UTC  (2+ messages)

[PATCH, Darwin, Obvious] Fix PR81685, by adding DWARF 5 section names
 2018-08-14 20:08 UTC  (2+ messages)

Improve safe iterator move semantic
 2018-08-14 19:50 UTC  (5+ messages)

[PATCH] Backport of RISC-V support for libffi go closures
 2018-08-14 19:33 UTC  (2+ messages)

[Patch, Fortran] PR 86116: Ambiguous generic interface not recognised
 2018-08-14 19:13 UTC  (4+ messages)

[RFC][PATCH][mid-end] Optimize immediate choice in comparisons
 2018-08-14 17:01 UTC  (6+ messages)

[PATCH] Fix build with ISL 0.20
 2018-08-14 15:16 UTC  (2+ messages)

[PATCH] S/390: Remove UNSPEC_LTREL_BASE
 2018-08-14 14:21 UTC 

[PATCH] Simplify overflow checks in duration literals
 2018-08-14 14:11 UTC  (3+ messages)

[PATCH] [v4][aarch64] Avoid tag collisions for loads falkor
 2018-08-14 12:56 UTC  (2+ messages)
` [PING 4][PATCH] "

[PATCH] PR libstdc++/85343 overload __throw_ios_failure to take errno
 2018-08-14 12:10 UTC 

[PATCH] libstdc++-v3: Have aligned_alloc() on Newlib
 2018-08-14 11:32 UTC  (9+ messages)

[PATCH] Rope iterators: don't retain pointers when copied
 2018-08-14 11:24 UTC  (2+ messages)

Two fixes for pretty-print.c for mingw-w64
 2018-08-14  9:49 UTC  (3+ messages)

[arm-8-branch] Add Linaro version string and macros
 2018-08-14  9:23 UTC  (7+ messages)

[PATCH 0/3] Improvements to switch expansion code
 2018-08-14  9:04 UTC  (4+ messages)
` [PATCH 3/3] Improve switch code emission for a balanced tree (PR tree-optimization/86847)
` [PATCH 1/3] Fix probabilities for jump table (PR tree-optimization/86702)
` [PATCH 2/3] Fix probability for bit-tests

[libgomp, testsuite] Support parallel testing in libgomp (PR libgomp/66005)
 2018-08-14  8:37 UTC  (4+ messages)

[PATCH] S/390: Remove literal pool chunkification loop
 2018-08-14  7:42 UTC 

Fix even more merging PIC and PIE options
 2018-08-14  7:17 UTC  (2+ messages)

[PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation
 2018-08-14  6:26 UTC  (2+ messages)
` [PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation (ping)

C++ PATCH for c++/57891, narrowing conversions in non-type template arguments
 2018-08-14  0:59 UTC  (13+ messages)

[PATCH] Make function clone name numbering independent
 2018-08-13 23:58 UTC  (12+ messages)
                    ` [PING][PATCH] "

[Patch, Fortran] PR 86935: Bad locus in ASSOCIATE statement
 2018-08-13 19:45 UTC 

[PATCH] rs6000: Fix pr56605.c
 2018-08-13 19:22 UTC 

[PATCH] Minor optimisations in operator new(size_t, align_val_t)
 2018-08-13 19:00 UTC 

[PATCH] PR libstdc++/45093 avoid warnings for _M_destroy_node
 2018-08-13 19:00 UTC 

[PATCH] Add <bit> and <version> to freestanding headers
 2018-08-13 18:57 UTC 

C++ PATCH for c++/86499, non-local lambda with a capture-default
 2018-08-13 18:50 UTC 

[PATCH][debug] Add debug and earlydebug dumps
 2018-08-13 18:25 UTC 

C++ PATCH to implement C++20 P0806R2, Deprecate implicit capture of this via [=]
 2018-08-13 15:55 UTC  (3+ messages)

[PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry
 2018-08-13 15:48 UTC  (11+ messages)

[PATCH] Show valid options for -march and -mtune in --help=target for arm32 (PR driver/83193)
 2018-08-13 13:35 UTC  (23+ messages)
                ` [PATCH] Prototype of hook for possible list of option values
                                  ` [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193)

[PATCH] Remove AIX 4.x, 5.x configuration
 2018-08-13 13:32 UTC 

[RFC PATCH 0/6] some vxworks/powerpc patches
 2018-08-13 12:53 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] vxworks: don't define vxworks_asm_out_constructor when using .init_array
  ` [PATCH v2 3/4] vxworks: enable use of .init_array/.fini_array for cdtors

[PATCH] Add test for memcpy expansion with hint
 2018-08-13 12:27 UTC 

[PATCH] S/390: Factor out constant pool ref decomposition
 2018-08-13 11:34 UTC  (2+ messages)

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).