public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCHv2 0/5] OpenMP/PTX: improve correctness in SIMD regions
 2017-03-22 15:46 UTC  (6+ messages)
` [PATCH 5/5] address-taken: optimize SIMT privatized variables
` [PATCH 3/5] omp-offload: implement SIMT privatization, part 2
` [PATCH 2/5] omp-low: implement SIMT privatization, part 1
` [PATCH 4/5] tree-inline: implement SIMT privatization, part 3
` [PATCH 1/5] nvptx: implement SIMT enter/exit insns

[PATCH gfortran] Fix PRs 79602, 79844, 79853, 79859, and 80011
 2017-03-22 15:46 UTC 

[PATCH v3] Fix PR79908 (and PR80136)
 2017-03-22 15:43 UTC 

[wwwdocs] ARC's gcc7.x release notes
 2017-03-22 15:40 UTC 

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

[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] internal/syscall/unix: fix syscalls for m68k
 2017-03-22 13:18 UTC 

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

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

[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  (10+ messages)

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

[PR80025] avoid cselib rtx_equal infinite recursion on XOR
 2017-03-21 22:44 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)

[Patch] Inline Variables for the Standard Library (p0607r0)
 2017-03-21 21:26 UTC  (7+ messages)

[PATCH] Implement LWG 2686, hash<error_condition>
 2017-03-21 21:26 UTC  (2+ messages)

[PATCH] Don't cross-jump in between frame related and non-frame related insns (PR target/80102)
 2017-03-21 20:21 UTC  (5+ 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)

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)

install.texi and sparc-*-linux* (was: Target maintainers: doc/install.texi love and care)
 2017-03-21 18:31 UTC  (6+ messages)
  ` install.texi and sparc-*-linux*

[PATCH][PR target/80123][7 regression] new constraint wA to prevent r0 use in mtvsrdd
 2017-03-21 18:20 UTC  (2+ messages)

Trunk patches required for gcc-6-branch to build for msp430
 2017-03-21 17:58 UTC 

[PR c++/80091] GCC 6 ICE with generic lambda
 2017-03-21 17:55 UTC 

[PATCH v2, doc] Revise GCC manual section 6.11, Additional Floating Types
 2017-03-21 17:37 UTC  (6+ messages)
      ` [PATCH v3, "

[PATCH v2] Fix PR79908
 2017-03-21 17:28 UTC  (5+ messages)

[PATCH 0/3] Do not ICE on unsupported value of target attribute
 2017-03-21 16:11 UTC  (7+ messages)
` [PATCH 2/3] Error message on target attribute on aarch64 target (PR target/79889)
` [PATCH 1/3] Error message on target attribute on power target (PR target/79906)

[PATCH] omp-offload.c: translation fixes (PR translation/80001)
 2017-03-21 15:51 UTC  (2+ messages)

[PATCH] avoid relying on getcwd extensions (PR 80047)
 2017-03-21 15:46 UTC  (2+ messages)

[PATCH] Fix ICE on invalid with -Walloca-larger-than (PR tree-optimization/80109)
 2017-03-21 15:41 UTC  (2+ messages)

[PATCH] Fix doloop ICE (PR rtl-optimization/80112)
 2017-03-21 15:00 UTC 

[committed] Fix can_combine_p (PR target/80125)
 2017-03-21 14:54 UTC 

Document PR79806 as a non-bug
 2017-03-21 14:45 UTC  (2+ messages)

[PATCH] Fix MIPS-specific ICE in gcc.dg/pr77834.c (PR rtl-optimization/79150)
 2017-03-21 14:03 UTC  (5+ messages)

[Patch, testsuite] Fix failing overflow-1.c for avr
 2017-03-21 12:34 UTC  (3+ messages)

[PATCH][DOC] Document gcov-dump and fix installation of gcov-tool (PR gcov-profile/80081)
 2017-03-21 12:24 UTC  (2+ messages)

[PATCH] Fix PR80122
 2017-03-21 11:40 UTC 

[PATCH 0/5] Fix various MPX issues
 2017-03-21 11:21 UTC  (7+ messages)
` [PATCH 4/5] Disable -fcheck-pointer-bounds with sanitizers
    ` [PATCH] MPX: Fix option handling

[PATCH,testsuite] Skip gcc.dg/pic-2.c and gcc.dg/pie-2.c for MIPS
 2017-03-21 11:09 UTC  (4+ messages)

[PATCH] Fix another profiledbootstrap warning (PR libfortran/79956)
 2017-03-21 11:00 UTC 

[PATCH][AArch64] Optimized implementation of search_line_fast for the CPP lexer
 2017-03-21 10:22 UTC  (5+ messages)

Patch for GCC plugin hash table corruption bug (ID 80094)
 2017-03-21  9:25 UTC  (2+ messages)

[PATCH] Fix PR80032 - handle CLOBBER gimplification differently
 2017-03-21  8:24 UTC  (3+ messages)

[PATCH] Fix -fsanitize=thread -O0 handling of atomics (PR sanitizer/78158)
 2017-03-21  8:11 UTC  (2+ messages)

[PATCH] Fix UB in round_up_loc (PR c/67338)
 2017-03-21  8:08 UTC  (2+ messages)

[C++ PATCH] PR c++/35878
 2017-03-21  7:20 UTC  (15+ messages)

[PATCH][AArch64] Implement ALU_BRANCH fusion
 2017-03-21  5:37 UTC  (2+ messages)

Combiner fix for PR79910
 2017-03-21  0:29 UTC  (8+ messages)

[C PATCH] Fix ICE with ubsan instrumentation and EXCESS_PRECISION_EXPR (PR c/80097)
 2017-03-20 22:14 UTC  (2+ messages)

[C++ Patch/RFC] PR 77752
 2017-03-20 21:10 UTC  (4+ messages)

[PATCH][PR target/80083][7 regression] fix power9 vsx-small-integer issue caused by wrong constraints
 2017-03-20 20:37 UTC  (4+ messages)

C++ PATCH for c++/79519, ICE with deleted template friend
 2017-03-20 20:36 UTC 

C++ PATCH for c++/80096, ICE with C++17 non-type auto
 2017-03-20 19:58 UTC 

[PATCH] Fix PR79908
 2017-03-20 19:02 UTC  (13+ messages)

C++ PATCH for c++/79640, infinite recursion with generic lambda
 2017-03-20 18:31 UTC 

[Patch, fortran] PR69498 Fixing ICE with double free on symbol
 2017-03-20 17:36 UTC  (2+ messages)

[PATCH] Wrap a macro in do {} while (0) (PR sanitizer/80063)
 2017-03-20 17:35 UTC  (7+ messages)

[PATCH] Fix regex for assembly test on AIX PowerPC
 2017-03-20 17:30 UTC 

Change test to expected PASS instead of XFAIL on AIX 6 or above
 2017-03-20 17:29 UTC 

[gcn] Merge trunk into gcn
 2017-03-20 16:49 UTC 

[PATCH] Disable test inapplicable to RISC-V
 2017-03-20 16:43 UTC  (2+ messages)

[PATCH] Use more conservative fences on RISC-V
 2017-03-20 16:43 UTC  (2+ messages)

[PATCH] RISC-V: Don't prefer FP_REGS for integers
 2017-03-20 16:43 UTC  (2+ messages)

New Port for RISC-V v3
 2017-03-20 16:24 UTC  (4+ messages)
` [PATCH] Add RISC-V Maintainers

C++ PATCH to fix ICE with noexcept and -fgnu-tm (PR c++/80059)
 2017-03-20 14:45 UTC  (4+ messages)

[PATCH 0/3] Introduce internal_error_cont and exclude it from pot files
 2017-03-20 13:10 UTC  (3+ messages)

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

[PATCH] Fix PR80113
 2017-03-20 11:43 UTC 

[Patch, fortran] PR39239 EQUIVALENCE and BIND(C)
 2017-03-20  9:35 UTC  (3+ messages)

C++ PATCH for c++/80084, C++17 structured binding to invisiref parameter
 2017-03-20  2:22 UTC 

C++ PATCH for c++/80077, constexpr and -fno-elide-constructors
 2017-03-20  2:19 UTC 

[PATCH] Fix r242743 change of gcc/system.h
 2017-03-19 21:24 UTC  (2+ messages)

[wwwdocs] readings.html maintenance
 2017-03-19 20:27 UTC  (4+ messages)

[PATCH doc] use "cannot" consistently
 2017-03-19 20:12 UTC  (6+ messages)

[wwwdocs] ns32k, RIP (readings.html)
 2017-03-19 19:08 UTC  (3+ messages)

[doc] Add Segher to contrib.texi
 2017-03-19 16:15 UTC  (4+ messages)

[PATCH] Fix PR79345, better uninit warnings for memory
 2017-03-19 16:06 UTC  (6+ messages)
      ` [BUILDROBOT] Maybe uninitialized warnings in mips targets (was: [PATCH] Fix PR79345, better uninit warnings for memory)
        ` [BUILDROBOT] Maybe uninitialized warnings in mips targets

[committed] OpenACC diagnostic typo fixes (PR fortran/80010)
 2017-03-19 11:30 UTC 

[wwwdocs] Remove "New in GCC 3.4.0" from bugs/index.html
 2017-03-19 10:01 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).