public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[graphite] Add -fgraphite-identity
 2008-10-23 20:52 UTC  (6+ messages)

RFA: patch for PR3781
 2008-10-23 16:43 UTC 

[LTO] PATCH: Fix for ICE vector VEC(cgraph_node_ptr,base) index domain error
 2008-10-23 16:35 UTC  (4+ messages)

PR c++/36254 wrong "control reaches end of non-void function" warning
 2008-10-23 16:05 UTC  (4+ messages)

[lto][patch] Use decl uid instead of node uid in ipa-pure-const
 2008-10-23 15:10 UTC  (2+ messages)

[PATCH] Fix struct passing on targets that rely on TYPE in BLOCK_REG_PADDING if mode is not BLKmode (PR middle-end/37316)
 2008-10-23 13:19 UTC 

[PATCH] Fix libjava bootstrap (PR java/37893)
 2008-10-23 12:58 UTC  (3+ messages)

[Fortran, Patch] Fix CPP <include_path> (PR 37821)
 2008-10-23  9:22 UTC  (5+ messages)
    ` Antwort: "

[PATCH] MIPS function attributes for interrupt handlers
 2008-10-23  9:06 UTC 

[PATCH] Don't create zero based pointer IVs in ivopts (PR tree-optimization/36038)
 2008-10-23  8:58 UTC  (5+ messages)

PR c++/31246 Wunreachable-code warnings for compiler-generated code
 2008-10-23  7:59 UTC 

PR c++/14875: When using 'or' keyword, the error message speaks of a '||' token
 2008-10-23  4:05 UTC 

[C/C++] PR 13358 long long and C++ do not mix well
 2008-10-23  2:42 UTC  (4+ messages)

Blackfin: code to expand additional builtins
 2008-10-23  0:57 UTC 

[patch] Support -mno-smartmips option
 2008-10-23  0:56 UTC  (2+ messages)

Blackfin: fix composev2hi pattern
 2008-10-23  0:41 UTC 

[PATCH] Allow -mno-smartmips for MIPS
 2008-10-23  0:15 UTC  (3+ messages)

[Bug bootstrap/36908] bootstrap forever with BOOT_CFLAGS="-O2 -ftree-loop-distribution"
 2008-10-22 22:48 UTC 

[patch][graphite] Fix flags set by split_block
 2008-10-22 22:44 UTC  (3+ messages)

[lto] Fix merging of weak symbols
 2008-10-22 22:44 UTC 

[patch] Handle MIPS DSP control registers
 2008-10-22 22:34 UTC 

[LTO][PATCH] Handle -fexceptions properly
 2008-10-22 21:55 UTC  (9+ messages)

Blackfin: More CPU revisions
 2008-10-22 21:08 UTC 

[lto][patch] Move calls to execute_one_ipa_transform_pass
 2008-10-22 20:46 UTC  (2+ messages)

[PATCH] MIPS function attributes for interrupt handlers
 2008-10-22 20:28 UTC  (16+ messages)

[PATCH][4.3][RFT] Fix PR37868, backport some PTA fixes
 2008-10-22 20:09 UTC 

[lto][patch] Clear DECL_CONTEXT of nested functions
 2008-10-22 19:44 UTC  (2+ messages)

[PATCH] powerpc-eabi board support for Xilinx
 2008-10-22 19:38 UTC 

[PATCH] Fix for PR 37809 and 37807
 2008-10-22 18:26 UTC  (3+ messages)

[PATCH] Document that pointers are not allowed as component of COMPLEX_TYPE
 2008-10-22 17:52 UTC 

[v3] c++0x <system_error> CD updates
 2008-10-22 17:39 UTC  (8+ messages)

PR c/30949 "incompatible pointer type" warning does not point to declaration
 2008-10-22 17:37 UTC  (2+ messages)

RFA: FRV: Stop the FDPIC register from being used as a register renumber target
 2008-10-22 16:30 UTC  (2+ messages)

[lto][patch] Update cgraph with the symbol resolution information
 2008-10-22 15:01 UTC  (2+ messages)

[RFA/RFC, IRA] Fix PR bootstrap/37859
 2008-10-22 14:53 UTC  (3+ messages)

[PATCH]: Fix missed PRE optimization discovered
 2008-10-22 14:40 UTC  (19+ messages)

[PATCH] Fix for PR 37809 and 37807
 2008-10-22 13:49 UTC  (3+ messages)

[lto][patch] Fix struct reorg bug
 2008-10-22 13:41 UTC  (3+ messages)

[PATCH][4.3] Avoid false positives in alias warnings, fix werror bootstrap
 2008-10-22 13:36 UTC 

[PATCH] Fix build_range_check on 1 .. signed_max ranges (PR middle-end/37882)
 2008-10-22 12:14 UTC  (2+ messages)

Fix selective scheduling failures on power6
 2008-10-22 11:53 UTC  (5+ messages)
` Fix selective scheduling failures on power6 [1/3]
  ` [PING] [Sched/middle-end] "
` Fix selective scheduling failures on power6 [2/3]
  ` [PING][Sched/middle-end] "

[PATCH] Remove bogus optimization from may_alias_p
 2008-10-22 10:53 UTC  (16+ messages)

[lto][patch] Simple bug fix
 2008-10-22 10:21 UTC  (2+ messages)

RFA: Save LDFLAGS and CPPFLAGS at the top level
 2008-10-22  7:34 UTC  (2+ messages)

[patch committed] Fix PR target/37633 for -O0
 2008-10-22  3:53 UTC 

[PATCH] Parallel make check
 2008-10-22  0:24 UTC  (3+ messages)

[patch, libfortran] Bounds checking for transpose
 2008-10-21 22:08 UTC  (4+ messages)

[PATCH] SPU: Use FRAME_GROWS_DOWNWARD
 2008-10-21 21:59 UTC  (2+ messages)

[lto] Tidy some formatting
 2008-10-21 20:58 UTC 

[lto] Guard against mismatched LTO_DEBUG_STREAM settings
 2008-10-21 20:51 UTC 

[patch] merged the gcj/classpath-098-merge-branch
 2008-10-21 20:16 UTC 

[PATCH] use REG_FRAME_RELATED_EXPR notes in var-tracking
 2008-10-21 20:15 UTC  (2+ messages)

[PATCH] Clean global object source of file function name (PR target/35485)
 2008-10-21 18:42 UTC  (4+ messages)

[C++ PATCH] Don't ICE if __decltype is called on CALL_EXPR with type dependent CALL_EXPR_FN (PR c++/37540)
 2008-10-21 17:57 UTC  (2+ messages)

PR cpp/36674 #include location is offset by one row in errors from preprocessed files
 2008-10-21 16:30 UTC  (2+ messages)

PR c++/28152 Diagnostic about wrong use _Complex prints __complex__
 2008-10-21 16:29 UTC  (2+ messages)

PR c++/34758 Bad diagnostic for circular dependency in constructor default argument
 2008-10-21 16:27 UTC  (2+ messages)

[Patch, Fortran] PR fotran/35820 again: memory leak while resolving nested foralls
 2008-10-21 15:39 UTC  (2+ messages)

[PATCH] Update -mcmodel=medium documentation
 2008-10-21 15:23 UTC 

[www] mention Ada multilib
 2008-10-21 13:51 UTC  (2+ messages)

[lto][patch] Split all_ipa_pass
 2008-10-21 13:41 UTC  (2+ messages)

[lto][patch] Create a execute_regular_ipa_pass_list function
 2008-10-21 13:15 UTC  (2+ messages)

[PATCH] Prune references to removed -d{letters} options in invoke.texi (PR middle-end/35853)
 2008-10-21 12:26 UTC  (2+ messages)

[PATCH] Fix PR middle-end/37669 (take 2)
 2008-10-21 12:16 UTC  (2+ messages)

[PATCH] Fix PR middle-end/37669
 2008-10-21 10:23 UTC  (9+ messages)

Is -T meaningful as an assembler option?
 2008-10-21 10:20 UTC 

[PATCH][C++] Remove some dead code
 2008-10-21  9:17 UTC  (2+ messages)

[PATCH]: GMP/MPFR in-tree build instructions [Was: Re: [PATCH]: bump minimum MPFR version, (includes some fortranbits)]
 2008-10-21  9:14 UTC  (6+ messages)

patches for Irix binutils 2.18
 2008-10-20 23:51 UTC 

[patch] merge the gcj/classpath-098-merge-branch to trunk
 2008-10-20 22:54 UTC 

Patch to remove gcc.dg/pr33645-3.c (PR middle-end/37339)
 2008-10-20 22:09 UTC 

Fwd: r141178 - in /branches/graphite/gcc: ChangeLog
 2008-10-20 21:50 UTC 

Sebastian Pop and Daniel Berlin appointed Graphite Reviewers
 2008-10-20 20:59 UTC 

PR 12603 testcase
 2008-10-20 20:09 UTC  (2+ messages)

[trans-mem] rtl expansion of gimple transactions
 2008-10-20 19:54 UTC 

[LTO] PATCH: Fix another segv triggered by null pointer dereference
 2008-10-20 18:09 UTC  (2+ messages)

[v3] ... likewise for _Hashtable
 2008-10-20 18:09 UTC 

[PATCH] libssp, fortify and TARGET_LIBC_PROVIDES_SSP
 2008-10-20 17:16 UTC 

PR c++/20118 missing template<> causes weird errors
 2008-10-20 16:49 UTC  (3+ messages)

PR c++/35711 bad text in -Wcast-qual warning
 2008-10-20 16:46 UTC  (2+ messages)

[PATCH] Fix C merge_decls, fallout from removal of -fno-unit-at-a-time (PR debug/37020)
 2008-10-20 15:55 UTC  (2+ messages)

[PATCH] Remove tuples debugging hack
 2008-10-20 14:32 UTC  (2+ messages)

[WWW] PR doc/34120 bugs/reghunt.html should be updated to mention svn
 2008-10-20 11:44 UTC  (6+ 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).