public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible
 2015-03-23 11:57 UTC  (9+ messages)

ARC length attribute patch
 2015-03-23 11:57 UTC  (2+ messages)

Fix ICEs on ODR violating programs and improve ODR mismatch diagnostic
 2015-03-23 11:32 UTC  (3+ messages)

[Patch, Fortran, pr55901, v1] [OOP] type is (character(len=*)) misinterpreted as array
 2015-03-23 11:28 UTC  (6+ messages)

[PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX
 2015-03-23 10:19 UTC  (2+ messages)

[PATCH, rtl-optimization]: Fix PR60851, ICE: in extract_constrain_insn_cached, at recog.c
 2015-03-23  9:22 UTC  (4+ messages)

[PATCH] Fix another wrong-code bug with -fstrict-volatile-bitfields
 2015-03-23  9:09 UTC  (5+ messages)
        ` [PING] "

[PATCH] Make split_block and create_basic_block type-safe
 2015-03-23  8:35 UTC  (3+ messages)

Fix PR 65177: diamonds are not valid execution threads for jump threading
 2015-03-23  5:41 UTC  (8+ messages)

[PATCH][RFA] [PR rtl-optimization/64317] Enhance postreload-gcse.c to eliminate more redundant loads
 2015-03-23  5:27 UTC  (11+ messages)

[wwwdocs] Describe the new way command line options are handled with LTO
 2015-03-23  4:12 UTC  (3+ messages)

Contents of PO file 'cpplib-5.1-b20150208.fr.po'
 2015-03-23  2:32 UTC 

New French PO file for 'cpplib' (version 5.1-b20150208)
 2015-03-23  2:32 UTC 

[patch, doc] hyphenate "command-line" when used as an adjective
 2015-03-23  1:16 UTC 

[Patch, Fortran, 4.8/4.9/5 Regression] PR59513 READ or WRITE not allowed after EOF
 2015-03-22 21:05 UTC  (4+ messages)

[PATCH] Speed-up IPA ICF by enhanced hash values
 2015-03-22 20:17 UTC  (3+ messages)

Fix ipa-comdats WRT thunks
 2015-03-22 18:01 UTC 

Update Danny Smith's entry in contrib.tex
 2015-03-22 17:08 UTC 

[Patch, Fortran, 4.8/4.9/5 Regression] PR59513 READ or WRITE not allowed after EOF
 2015-03-22 14:06 UTC 

[Ping, Patch 2/2, v3, Fortran, pr60322 a.o.] [OOP] Incorrect bounds on polymorphic dummy array
 2015-03-22 13:55 UTC 

[patch, nios2] implement TARGET_ASM_OUTPUT_MI_THUNK
 2015-03-22 10:53 UTC  (2+ messages)

[Patch, Fortran] Reject unsupported coarray communication
 2015-03-22  9:24 UTC 

[patch, doc] fix "the @option{...}" usage
 2015-03-21 23:38 UTC 

[PATCH][3/3][PR65460] Mark offloaded functions as parallelized
 2015-03-21 22:31 UTC  (4+ messages)

[Patch, Fortran] Extend (lib)coarray API/ABI documentation
 2015-03-21 21:16 UTC  (3+ messages)

[patch,doc] add code markup on Cilk Plus builtins
 2015-03-21 20:38 UTC 

[PATCH] pr 63354 - gcc -pg -mprofile-kernel creates unused stack frames on leaf functions on ppc64le
 2015-03-21 19:48 UTC  (4+ messages)

[patch, doc] tidy Pointer Bounds Checker documentation
 2015-03-21 18:54 UTC 

[patch] Fix stack allocation oddity
 2015-03-21 18:18 UTC  (2+ messages)

[committed] Don't run testsuite/libgomp.oacc-c-c++-common/reduction-4.c on hppa*-*-hpux*
 2015-03-21 16:24 UTC 

[debug-early] Handle specification of class scoped static functions
 2015-03-21  0:11 UTC  (3+ messages)

[PATCH, rs6000, testsuite] Fix PR target/64579, __TM_end __builtin_tend failed to return transactional state
 2015-03-20 22:42 UTC  (3+ messages)

GCC 5 Status Report (2015-03-20)
 2015-03-20 22:14 UTC  (2+ messages)

C++ PATCH for c++/65398 (valid constexpr rejected)
 2015-03-20 21:10 UTC  (15+ messages)
      ` C++ PATCH for c++/65398 (valid constexpr rejected) (take 2)

[PATCH] Fix __has_{cpp_}attribute with -traditional-cpp (PR preprocessor/65238)
 2015-03-20 21:07 UTC  (8+ messages)

[GOOGLE] Fixes for TLS wrapper and init functions in LIPO mode
 2015-03-20 20:50 UTC  (10+ messages)

[Patch, Fortran] Extend (lib)coarray API/ABI documentation
 2015-03-20 19:17 UTC  (2+ messages)

[Patch, Fortran] Reject unsupported coarray communication
 2015-03-20 19:13 UTC  (2+ messages)

[PATCH, stage1] Better error recovery for merge-conflict markers
 2015-03-20 18:09 UTC 

patch to fix PR64366
 2015-03-20 17:54 UTC 

[PATCH] Fix thunk expansion (PR ipa/64896)
 2015-03-20 17:51 UTC  (10+ messages)

[PATCH] Speed-up def_builtin_const (ix86_valid_target_attribute)
 2015-03-20 17:50 UTC  (8+ messages)

[PATCH, stage1] Better error recovery for merge-conflict markers
 2015-03-20 17:50 UTC  (2+ messages)

[debug-early] disallow type DIEs in limbo
 2015-03-20 17:47 UTC 

[PATCH] PR target/65240, Fix Power{7,8} insn constraint issue with -O3 -ffast-math
 2015-03-20 17:44 UTC  (9+ messages)

[Patch Testsuite] Make all_attributes.cc in to (almost_)all_attributes.cc for ARM
 2015-03-20 17:16 UTC  (2+ messages)

[C PATCH] Fix up file-scope _Atomic expansion (PR c/65345)
 2015-03-20 17:12 UTC  (2+ messages)

[Patch, Fortran, PR 64787, v1] Invalid code on sourced allocation of class(*) character string
 2015-03-20 17:08 UTC  (3+ messages)
` [Patch, Fortran, PR 64787 a.o., v2] "

[PATCH] Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1
 2015-03-20 17:03 UTC 

[debug-early] minor cleanups
 2015-03-20 16:52 UTC 

[PATCH][expmed][trivial] Fix comment about multiplying by T-1 and adding T
 2015-03-20 15:38 UTC 

[patch c++]: Fix for PR/65390
 2015-03-20 14:53 UTC  (6+ messages)

C++ PATCH for c++/65072 (ICE with anonymous aggregate and decltype)
 2015-03-20 14:45 UTC  (4+ messages)

[Patch, Fortran, Backport to 4.9, pr60255] [OOP] Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities
 2015-03-20 14:29 UTC 

[Patch, Fortran, v1] Cosmetics and code simplify
 2015-03-20 13:55 UTC 

[patch] c++/65046 Use abi-tag to fix building with -Werror=abi-tag
 2015-03-20 13:27 UTC  (4+ messages)
` Make messages_members.cc Catalog_info and Catalogs ABI agnostic

[PATCH][2/3][PR65458] Mark omp thread functions as parallelized
 2015-03-20 12:32 UTC  (10+ messages)

[PATCH] Enable fixing PR64715
 2015-03-20 12:30 UTC  (2+ messages)

Fix PR ada/65451
 2015-03-20 10:16 UTC 

[PATCH] Fix warnings from including fdl.texi into gnat-style.texi
 2015-03-20 10:11 UTC  (3+ messages)

[PATCH] Run DCE after if conversion
 2015-03-20  9:48 UTC  (9+ messages)

[PATCH, stage1] Make parloops gate more strict
 2015-03-20  9:18 UTC  (14+ messages)
                      ` [PATCH] Fix fdump-passes

[PATCH, CHKP] Restore transparent alias chains
 2015-03-20  8:20 UTC 

Fix ICE in ipa-devirt
 2015-03-20  6:46 UTC 

Fix handling of CIF_FINAL_ERROR codes in inliner
 2015-03-20  6:31 UTC 

[debug-early] emitting early debug for external variables
 2015-03-19 20:09 UTC  (3+ messages)

Patch to fix PR63491
 2015-03-19 20:04 UTC 

C++ PATCH for c++/65046 (ABI tags and functions/variables)
 2015-03-19 19:17 UTC 

[PATCH] Fix PR ipa/65380
 2015-03-19 17:30 UTC 

[PATCH] Fix PR ipa/65465
 2015-03-19 17:26 UTC  (3+ messages)

[PATCH, FT32] initial support
 2015-03-19 15:29 UTC  (7+ messages)

[PATCH][gcse] Use emit_move_insn rather than creating SET rtx and emitting that
 2015-03-19 14:58 UTC  (5+ messages)

[PATCH][expr.c] PR 65358 Avoid clobbering partial argument during sibcall
 2015-03-19 14:39 UTC 

[PATCH, CHKP, Committed] Don't try to clone instrumented thunks
 2015-03-19 14:04 UTC 

[PATCH][libiberty] Avoid padding in partition_elem
 2015-03-19 11:12 UTC  (2+ messages)

[PATCH][RFC] Fix PR63155
 2015-03-19 10:39 UTC  (8+ messages)

[PATCH] Another -fsanitize=thread fix (PR sanitizer/65400)
 2015-03-19 10:05 UTC  (2+ messages)

[PATCH] Make wider use of "v" constraint in i386.md
 2015-03-19  9:24 UTC 

[PATCH, CHKP] Fix references for instrumented aliases
 2015-03-19  9:01 UTC 

[CHKP, PATCH] Fix LTO cgraph merge for instrumented functions
 2015-03-19  8:35 UTC  (2+ messages)

[CHKP, PATCH] Fix instrumented indirect calls with propagated pointers
 2015-03-19  8:30 UTC  (2+ messages)

[PATCH] Teach ipa-split about TSAN_FUNC_EXIT (PR sanitizer/65400)
 2015-03-19  7:45 UTC  (2+ messages)

[PATCH] ASan on unaligned accesses
 2015-03-19  6:01 UTC  (3+ messages)
  ` [PINGv2][PATCH] "

[rl78] fix ICE with far operands to and/ior
 2015-03-19  4:01 UTC 

[PATCH] Fix PR ipa/65439
 2015-03-19  2:45 UTC  (3+ messages)

[PATCH][ARM] New testcase to check parameter passing bug
 2015-03-19  1:58 UTC  (3+ messages)
` [PATCH v2] "

[debug-early] Cache DW_TAG_label's if appropriate
 2015-03-18 23:44 UTC  (3+ messages)

[PATCH] Add testcase for PR64265
 2015-03-18 22:31 UTC 

[PATCH] PR target/65248: Copy relocation against protected symbol doesn't work
 2015-03-18 19:11 UTC  (5+ 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).