public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array
 2015-03-24 17:06 UTC  (8+ messages)
      ` [Patch, Fortran, pr60322] was: "

[PATCH, bootstrap]: Add bootstrap-lto-noplugin build configuration (PR65537)
 2015-03-24 16:43 UTC 

[debug-early] emit debug for Fortran named decls
 2015-03-24 16:43 UTC 

[PATCH][AArch64][Testsuite] Fix gcc.target/aarch64/c-output-template-3.c
 2015-03-24 15:43 UTC 

[PATCH] Rewrite lto streamer DFS from recursion to worklist (PR lto/65515)
 2015-03-24 15:19 UTC 

[CHKP, PATCH] Fix instrumented indirect calls with propagated pointers
 2015-03-24 14:40 UTC  (6+ messages)

[patch] libstdc++/33394 add testcase
 2015-03-24 14:39 UTC 

[PATCH] IPA ICF: make hash values finer
 2015-03-24 14:29 UTC 

[PATCH] Fix PR65519
 2015-03-24 14:11 UTC 

[PATCH] Fix PR65538
 2015-03-24 14:02 UTC 

[PATCH] Make wider use of "v" constraint in i386.md
 2015-03-24 13:43 UTC  (2+ messages)

[PATCH 3/3] Fix dbr_schedule for -freorder-blocks-and-partition
 2015-03-24 13:20 UTC  (3+ messages)

[Ada] New attribute typ'Deref (address-expr)
 2015-03-24 12:26 UTC 

[PATCH] pr 63354 - gcc -pg -mprofile-kernel creates unused stack frames on leaf functions on ppc64le
 2015-03-24 11:51 UTC  (7+ messages)

[Patch, Fortran, pr55901, v1] [OOP] type is (character(len=*)) misinterpreted as array
 2015-03-24 11:51 UTC  (8+ messages)
        ` [commited, Fortran, pr64787 a.o., v1] Invalid code on sourced allocation of class(*) character string
        ` [committed, Fortran, pr55901, v1] [OOP] type is (character(len=*)) misinterpreted as array and Re: [Patch, Fortran, v1] Cosmetics and code simplify

[committed] Fix SLP vectorization (PR tree-optimization/65533)
 2015-03-24 10:49 UTC 

[PATCH] Fix PR65517
 2015-03-24  9:23 UTC 

[Patch, Fortran] Reject unsupported coarray communication
 2015-03-24  7:16 UTC  (2+ messages)

[Patch, Fortran] Extend (lib)coarray API/ABI documentation
 2015-03-24  7:06 UTC  (4+ messages)

[PATCH] Add some REG_POINTER flags during ix86 memcpy/memset expansion (PR target/65504)
 2015-03-24  5:24 UTC  (6+ messages)

[patch c++]: Fix for PR/65390
 2015-03-24  5:17 UTC  (7+ messages)

[GOOGLE] Avoid calling walk_aliased_vdefs in O0 function
 2015-03-24  4:33 UTC  (2+ messages)

[PATCH V2] IRA: Speed up setup_left_conflict_sizes_p
 2015-03-24  3:04 UTC  (3+ messages)
` Ping: "

[patch, doc] clean up index entries for attributes
 2015-03-24  3:04 UTC 

[PATCH] Fix PR65494
 2015-03-24  2:09 UTC  (2+ messages)

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

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

[Patch] OPT: Update heuristics for loop-invariant for address arithmetic
 2015-03-23 21:58 UTC  (3+ messages)

[Patch] IRA: Update heuristics for optimal coalescing
 2015-03-23 21:46 UTC  (3+ messages)

[PATCH] Fix a -fcheck-pointer-bounds -mmpx ICE (PR target/65523)
 2015-03-23 20:01 UTC  (2+ messages)

[PATCH] Update pr29215.c testcase for recent gimplify.c changes (PR testsuite/65506)
 2015-03-23 20:00 UTC  (2+ messages)

Merge current set of OpenACC changes from gomp-4_0-branch
 2015-03-23 19:44 UTC  (11+ messages)
          ` libgomp nvptx plugin: rework initialisation and support the proposed load/unload hooks (was: Merge current set of OpenACC changes from gomp-4_0-branch)

PATCH: Add bootstrap-mpx.mk
 2015-03-23 19:27 UTC 

[SH][committed] Fix PR 65505
 2015-03-23 19:01 UTC 

[patch, avr, applied] ad PR65296: Allow specifying the same MCU more than once
 2015-03-23 18:27 UTC 

[PATCH, ARM, PR64208] LRA ICE Fix
 2015-03-23 17:47 UTC  (3+ messages)

Fix ICEs on ODR violating programs and improve ODR mismatch diagnostic
 2015-03-23 17:18 UTC  (7+ messages)

[PATCH] Fix Ada bootstrap (PR bootstrap/65522)
 2015-03-23 17:16 UTC  (3+ messages)

[PATCH] testsuite/63175 - fix powerpc64 test failure
 2015-03-23 17:13 UTC  (2+ messages)

[PATCH] testsuite/63175 - fix powerpc64 test failure
 2015-03-23 17:11 UTC 

[PATCH][AArch64] Fix geniterators.sh to use standard BRE syntax in sed
 2015-03-23 17:06 UTC 

[patch] libstdc++/64967 disable new std::string for gnu-versioned-namespace
 2015-03-23 16:47 UTC 

[PATCH][ARM] PR 65489: Accept VSTRUCT constants in arm_legitimate_constant_p
 2015-03-23 16:15 UTC 

[PATCH ARM]Fix memset-inline-* failures on cortex-a9 tune by checking tune information
 2015-03-23 16:09 UTC  (4+ messages)

[PATCH] Don't hash pointers for IPA ICF, instead hash ->order ints (PR ipa/65521)
 2015-03-23 15:04 UTC  (2+ messages)

[PATCH] Fix warnings from including fdl.texi into gnat-style.texi
 2015-03-23 15:00 UTC  (4+ messages)

[PATCH] Fix PR65518
 2015-03-23 14:58 UTC 

[Patch, Fortran, v1] Cosmetics and code simplify
 2015-03-23 12:08 UTC  (2+ 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-23 12:03 UTC  (2+ messages)
` [commited, "

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

[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, 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,doc] add code markup on Cilk Plus builtins
 2015-03-21 20:38 UTC 

[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  (12+ 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  (7+ 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 

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

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

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