public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[New file] Add testcase to ensure that #pragma GCC diagnostic push/pop works with -Wtraditional
 2017-03-24 19:28 UTC  (2+ messages)

[patch] have "would be stringified in traditional C" warning in libcpp/macro.c be controlled by -Wtraditional
 2017-03-24 19:13 UTC 

[PATCH] Fix expansion of initializer extensions (PR c/80163)
 2017-03-24 19:00 UTC 

[C/C++ PATCH] Fix ICEs with vector subscripting of register variables (PR middle-end/80162)
 2017-03-24 18:58 UTC 

patch to fix PR80148
 2017-03-24 18:55 UTC 

[PATCH 0/5] [ARC] Fixes backend issues
 2017-03-24 18:48 UTC  (11+ messages)
` [PATCH 1/5] [ARC] Save/restore blink when in ISR
` [PATCH 4/5] [ARC] Fix divdf3 emulation for arcem
` [PATCH 5/5] [ARC] Fix move_double_src_operand predicate
` [PATCH 3/5] [ARC] Disable TP register when building for bare metal
` [PATCH 2/5] [ARC] Fix detection of long immediate for load/store operands

[PATCH] Don't cross-jump in between frame related and non-frame related insns (PR target/80102)
 2017-03-24 18:10 UTC  (10+ messages)
  ` [PATCH] Don't cross-jump in between frame related and non-frame related insns (PR target/80102, take 2)
      ` [PATCH] Don't cross-jump in between frame related and non-frame related insns (PR target/80102, take 3)

[PATCH 0/3] Introduce internal_error_cont and exclude it from pot files
 2017-03-24 17:51 UTC  (6+ messages)

[PATCH] fwprop: Prevent infinite looping (PR79405)
 2017-03-24 17:47 UTC  (8+ messages)

[testsuite] Add missing dg-require-effective-target alloca to gcc testsuite
 2017-03-24 17:45 UTC  (10+ messages)

C++ PATCH to fix ICE in replace_placeholders_r (PR c++/79937)
 2017-03-24 17:13 UTC  (6+ messages)

C++ PATCH for c++/77339, ICE with invalid use of alias template
 2017-03-24 15:37 UTC 

[Committed] S/390: Add arch12 support
 2017-03-24 14:22 UTC  (16+ messages)
` [PATCH 06/16] S/390: Move and rename vector check
` [PATCH 03/16] S/390: vec_init improvements
` [PATCH 12/16] S/390: arch12: Add vllezlf instruction
` [PATCH 07/16] S/390: Use wfc for scalar vector compares
` [PATCH 02/16] S/390: Improve support of 128 bit vectors in GPRs
` [PATCH 10/16] S/390: arch12: Add support for new vector bit operations
` [PATCH 01/16] S/390: Rename cpu facility vec to vx
` [PATCH 05/16] S/390: movdf improvements
` [PATCH 04/16] S/390: movsf/sd pattern fixes
` [PATCH 11/16] S/390: arch12: New vector popcount variants
` [PATCH 15/16] S/390: arch12: Support new vector floating point modes
` [PATCH 14/16] S/390: arch12: Support the mul/add/subtract instructions
` [PATCH 08/16] S/390: Rearrange fixuns_trunc pattern definitions
` [PATCH 09/16] S/390: arch12: Add arch12 option
` [PATCH 13/16] S/390: arch12: Add indirect branch pattern

[RFC] VEC_SELECT sanity checking in genrecog
 2017-03-24 14:11 UTC  (4+ messages)

[Committed] S/390: PR79904: Disallow reg + sym_ref literal pool addresses
 2017-03-24 14:08 UTC 

[Committed] S/390: PR79893: Add diagnostics vec_load_bndry builtin
 2017-03-24 14:05 UTC 

[PATCH] Fix calls.c for a _complex type (PR ipa/80104)
 2017-03-24 13:35 UTC  (3+ messages)

[PATCH] Fix profiledbootstrap ada checking failure (PR debug/79255)
 2017-03-24 13:23 UTC  (9+ messages)

[PATCH] Fix doloop ICE (PR rtl-optimization/80112)
 2017-03-24 12:37 UTC  (2+ messages)

[PATCH] Fix PR80167
 2017-03-24 12:28 UTC 

[PATCH][ARM] PR target/79871: Clean up lane/constant bounds checking errors for translation
 2017-03-24 11:45 UTC 

[PATCH] Fix PR80158
 2017-03-24  8:29 UTC  (2+ messages)

[PATCH][PR c++/80038][6/7 Regression] Destroy temps for _Cilk_spawn calling in the child
 2017-03-24  6:34 UTC  (2+ messages)

[PR80025] avoid cselib rtx_equal infinite recursion on XOR
 2017-03-23 20:44 UTC  (3+ messages)
  ` [PATCH] avoid cselib rtx_equal_for_cselib_1 infinite recursion (PR debug/80025)

[C++ PATCH] Fix -fsanitize={null,alignment} of references (PR c++/79572)
 2017-03-23 20:39 UTC 

[CHKP] Fix for PR79990
 2017-03-23 20:34 UTC  (2+ messages)

[C++ Patch/RFC] PR 80145
 2017-03-23 19:57 UTC 

C++ PATCH for c++/80150, ICE with overloaded variadic deduction
 2017-03-23 18:20 UTC 

[Patch] Inline Variables for the Standard Library (p0607r0)
 2017-03-23 18:13 UTC  (10+ messages)

[libstdc++,doc] Strip links to ANSI (web shop)
 2017-03-23 17:54 UTC  (7+ messages)

[PATCH] Fix Debug Mode test failures
 2017-03-23 17:54 UTC 

[PATCH] Implement LWG 2686, hash<error_condition>
 2017-03-23 17:50 UTC  (3+ messages)

[PATCH,testsuite] Skip pic-3,4.c and pie-3,4.c for mips*-*-linux-*
 2017-03-23 17:25 UTC 

[PATCH, GCC/testsuite/ARM, stage4] Compile atomic_loaddi_11 for Cortex-R5
 2017-03-23 17:18 UTC  (6+ messages)

[PATCHv2 0/5] OpenMP/PTX: improve correctness in SIMD regions
 2017-03-23 17:09 UTC  (18+ messages)
` [PATCH 1/5] nvptx: implement SIMT enter/exit insns
` [PATCH 5/5] address-taken: optimize SIMT privatized variables
` [PATCH 4/5] tree-inline: implement SIMT privatization, part 3
` [PATCH 2/5] omp-low: implement SIMT privatization, part 1
` [PATCH 3/5] omp-offload: implement SIMT privatization, part 2

[patch v2] Get rid of stack trampolines for nested functions (0/4)
 2017-03-23 16:48 UTC  (3+ messages)
` [patch v2] Get rid of stack trampolines for nested functions (1/4)

[PATCH, GCC/LTO] Fix PR69866: LTO with def for weak alias in regular object file
 2017-03-23 16:08 UTC  (4+ messages)
  ` [PATCH, GCC/LTO, ping2] "
    ` [PATCH, GCC/LTO, stage4, ping3] "

C/C++ PATCH to drop references to C_RID_YYCODE
 2017-03-23 12:20 UTC 

[PATCH] Fix memory leak in identify_jump_threads()
 2017-03-23 12:12 UTC  (2+ messages)

[PATCH, GCC/x86 mingw32] Add configure option to force wildcard behavior on Windows
 2017-03-23 10:47 UTC  (19+ messages)
                      ` [wwwdocs] gcc-8/porting_to.html (was: [PATCH, GCC/x86 mingw32] Add configure option to force wildcard behavior on Windows)
                        ` [wwwdocs] gcc-8/porting_to.html

[PATCH v3] Fix PR79908 (and PR80136)
 2017-03-23 10:20 UTC  (2+ messages)

[wwwdocs] ARC's gcc7.x release notes
 2017-03-23  9:08 UTC  (4+ messages)

[PATCH][ARM] PR target/71436: Restrict *load_multiple pattern till after LRA
 2017-03-23  9:05 UTC  (7+ messages)

[wwwdocs] Remove two company links
 2017-03-23  9:02 UTC 

[PATCH,rs6000] Handle conflicting target options -mno-power9-vector and -mcpu=power9
 2017-03-23  4:17 UTC  (4+ messages)

[PATCH] internal/syscall/unix: fix syscalls for m68k
 2017-03-22 23:52 UTC  (2+ messages)

[PATCH] Fix reassoc very large TU handlng (PR tree-optimization/80072)
 2017-03-22 21:38 UTC  (2+ messages)

Go patch committed: initialize gogo fields
 2017-03-22 21:03 UTC 

[committed] Fix OpenMP ICE with templates (PR c++/80141)
 2017-03-22 18:55 UTC 

[committed] Cherry-pick libtsan atomic fix (PR sanitizer/78158)
 2017-03-22 18:48 UTC 

[PATCH] Decrease compile time memory with heavy find_base_{value,term} on i?86/x86_64 (PR rtl-optimization/63191)
 2017-03-22 18:08 UTC  (6+ messages)
    ` [PATCH] Decrease compile time memory with heavy find_base_{value,term} on i?86/x86_64 (PR rtl-optimization/63191, take 2)

[PATCH] [PR79542][Ada] Fix ICE in dwarf2out.c with nested func. inlining
 2017-03-22 17:32 UTC  (2+ messages)
` [PING][PATCH][PR79542][Ada] "

[PATCH] Fix r242743 change of gcc/system.h
 2017-03-22 17:16 UTC  (3+ messages)

[build,darwin] Fix toplevel configure test for LTO on darwin
 2017-03-22 17:11 UTC  (3+ messages)

[patch, libgfortran] PR78881 [F03] reading from string with DTIO procedure does not work properly
 2017-03-22 17:05 UTC 

[PATCH gfortran] Fix PRs 79602, 79844, 79853, 79859, and 80011
 2017-03-22 16:40 UTC  (3+ messages)

[PATCH] Add deduction guides for C++17 (P0433R2, partial)
 2017-03-22 16:00 UTC 

[PATCH][PR sanitizer/77631] Support separate debug info in libbacktrace
 2017-03-22 15:29 UTC  (3+ messages)

[patch, fortran, committed] Fix PR 80162, warning about missing location information
 2017-03-22 15:25 UTC 

Backport to GCC6
 2017-03-22 14:37 UTC  (5+ messages)
` Backport to GCC5
  ` Backport to GCC5 (part 2)
` Backport to GCC6 "

Go patch committed: check backend alignment for memequalNN functions
 2017-03-22 13:59 UTC 

[PATCH] Fix PR80029
 2017-03-22 13:50 UTC  (4+ messages)

[PATCH] Fix -fsanitize=thread with -fnon-call-exceptions (PR sanitizer/80110)
 2017-03-22 13:46 UTC  (6+ messages)

[PATCH] Fix gimplification of const var initialization from COND_EXPR (PR c++/80129)
 2017-03-22 13:26 UTC  (6+ messages)

[PATCH] Fix PR80032 fix fallout
 2017-03-22 12:43 UTC 

[PATCH, GCC/ARM, Stage 1] Rename FPSCR builtins to correct names
 2017-03-22 10:46 UTC 

[PATCH, GCC/ARM, stage4] Fix PR80082: LDRD erronously used for 64bit load on ARMv7-R
 2017-03-22 10:34 UTC  (2+ messages)

[PATCH] Support for Ada on aarch64 with -mabi=ilp32
 2017-03-22  9:45 UTC 

[patch, libgfortran] PR78881 [F03] reading from string with DTIO procedure does not work properly
 2017-03-22  4:28 UTC 

[PATCH] have chkp skip flexible member arrays (PR #79986)
 2017-03-21 23:56 UTC  (8+ messages)

[libcp1] handle anon aggregates linkage-named by typedefs
 2017-03-21 23:33 UTC 

[PATCH] restore -Wunused-variable on a typedef'd variable in a function template (PR 79548)
 2017-03-21 22:37 UTC  (14+ messages)

C++ PATCH to fix bogus maybe-uninitialized warning (PR c++/80119)
 2017-03-21 22:00 UTC  (4+ messages)

C++ PATCH for c++/77563, missing ambiguous conversion error
 2017-03-21 19:08 UTC 

[PATCH] gcov: Mark BBs that do not correspond to a line in source code (PR gcov-profile/79891)
 2017-03-21 18:39 UTC  (19+ messages)

[PR59319] output friends in debug info
 2017-03-21 18:35 UTC  (7+ 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).