public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] handle sprintf(d, "%s", ...) in gimple-ssa-sprintf.c
 2017-05-02 10:27 UTC  (7+ messages)

[PATCH v4 0/12] [i386] Improve 64-bit Microsoft to System V ABI pro/epilogues
 2017-05-02 10:25 UTC  (5+ messages)
` [PATCH 09/12] [i386] Add patterns and predicates foutline-msabi-xlouges

[PATCH] adding missing LTO to some warning options (PR 78606)
 2017-05-02 10:22 UTC  (4+ messages)

[PATCH] [x86] Avoid builtins for SSE/AVX2 immidiate logical shifts
 2017-05-02 10:17 UTC  (4+ messages)

Update ipa-cp to new time metrics
 2017-05-02 10:11 UTC  (2+ messages)

[Patch AArch64] Do not increase data alignment at -Os and with -fconserve-stack
 2017-05-02 10:01 UTC 

[PATCH] PR libstdc++/80553 don't allow destroying non-destructible types
 2017-05-02  9:52 UTC  (3+ messages)

[PATCH][x86] Add missing intrinsics for ADD[SD,SS] and SUB[SD,SS]
 2017-05-02  9:46 UTC  (3+ messages)

[Patch, testsuite] Fix bogus pr78138.c failure for avr
 2017-05-02  9:33 UTC 

[PATCH] Fix PR80591
 2017-05-02  9:21 UTC 

[Ada] Reimplement layout of partially constrained derived untagged types
 2017-05-02  9:20 UTC 

[PATCH][GCC][AArch64] Fix subreg bug in scalar copysign
 2017-05-02  9:16 UTC  (2+ messages)

[Ada] Bug in handling of library-level freeze actions
 2017-05-02  9:08 UTC 

[Ada] GNAT option to treat run-time exception warnings as errors
 2017-05-02  9:06 UTC 

[Ada] Missing error on T'Enum_Rep with no parameter
 2017-05-02  9:06 UTC 

[Ada] Move variable-length components to last position in record types
 2017-05-02  9:01 UTC 

[Ada] Dispatching calls to renamed equality
 2017-05-02  9:01 UTC 

[PATCH] x86: vpermil2p{s,d} have no commutative operands
 2017-05-02  8:55 UTC  (4+ messages)

[Ada] Ceiling priorities off by one on Linux
 2017-05-02  8:54 UTC 

[Ada] Warning on library-level objects that require dynamic allocation
 2017-05-02  8:47 UTC 

[Ada] Optimization of fixed/fixed operations with compatible 'smalls
 2017-05-02  8:44 UTC 

[Ada] Compile-time warnings for uninitialized null-excluding components
 2017-05-02  8:31 UTC 

[Ada] Crash on extended return of indefinite object
 2017-05-02  8:31 UTC 

[Ada] Compiler loop on use of a faulty object in an address clause
 2017-05-02  8:26 UTC 

[Ada] Spurious error on aspect of a discriminated protected type
 2017-05-02  8:26 UTC 

[PATCH] Destroy arguments for _Cilk_spawn calling in the child (PR 80038)
 2017-05-02  8:18 UTC  (14+ messages)
                  ` [PATCH v2] "

[PATCH] C++ parser: Fix typos in error messages
 2017-05-02  7:16 UTC  (2+ messages)

[gomp4] Make front ends emit warnings when OpenACC routines directives lack parallelism
 2017-05-02  1:40 UTC 

[gomp4] Make OpenACC orphan gang reductions errors
 2017-05-02  1:32 UTC 

[PATCH] stack adjustment is unsigned
 2017-05-01 22:57 UTC  (2+ messages)

Basketball Enthusiasts List
 2017-05-01 22:17 UTC 

PR79715: Special case strcpy/strncpy for dse
 2017-05-01 21:10 UTC  (10+ messages)

[PATCH] RISC-V: Don't built 64-bit multilibs on 32-bit targets
 2017-05-01 20:41 UTC  (3+ messages)

[committed] Eliminate fixit_hint class hierarchy
 2017-05-01 19:17 UTC 

[PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry
 2017-05-01 19:13 UTC  (4+ messages)

[committed] fix ILP32 testsuite failures for after PR 80503
 2017-05-01 19:04 UTC  (2+ messages)

[PATCH 5/7] [D] libiberty: Fixes for demangling qualified symbol names
 2017-05-01 18:45 UTC  (2+ messages)

[PATCH] C++: fix-it hints suggesting accessors for private fields
 2017-05-01 18:43 UTC  (10+ messages)

[PATCH 5/5][GIMPLE FE] PR testsuite/80580: Handle invalid SSA names
 2017-05-01 18:09 UTC 

[PATCH 4/5][GIMPLE FE] PR testsuite/80580. Handle invalid __MEM
 2017-05-01 18:08 UTC 

[PATCH 3/5][GIMPLE FE] PR testsuite/80580. Handle invalid unary "*" operand type
 2017-05-01 18:07 UTC 

[PATCH 2/5][GIMPLE FE] PR testsuite/80580: handle invalid types of "->" operands
 2017-05-01 18:05 UTC 

[PATCH 1/5][GIMPLE FE] PR testsuite/80580. Handle missing labels in goto statements
 2017-05-01 18:04 UTC 

[PATCH 0/5][GIMPLE FE] PR testsuite/80580. Fix some ICEs on invalid code
 2017-05-01 18:03 UTC 

[wwwdocs] GCC 7 changes: OpenACC
 2017-05-01 17:56 UTC 

[patch, fortran] Check bounds for matrix-vector multiplication
 2017-05-01 17:26 UTC  (4+ messages)

[PATCH] RISC-V: Add -mstrict-align option
 2017-05-01 17:19 UTC  (3+ messages)

[PATCH/AARCH64] Improve aarch64 conditional compare usage
 2017-05-01 17:16 UTC 

[PATCH, i386]: Fix PR 68491, __get_cpuid with 0 level breaks on early 486
 2017-05-01 16:19 UTC  (2+ messages)

[C++ Patch] Remove is_auto_or_concept, etc (Was: Re: [C++, concepts] Two slightly obscure pt.c functions?)
 2017-05-01 15:56 UTC  (3+ messages)

[PATCH] Implement a warning for bogus sizeof(pointer) / sizeof(pointer[0])
 2017-05-01 15:54 UTC  (8+ messages)

[PATCH] warn on mem calls modifying objects of non-trivial types (PR 80560)
 2017-05-01 15:49 UTC  (2+ messages)

[testsuite, committed, PR65941] Add and use effective target rdrand
 2017-05-01 14:28 UTC 

[patch] Inline size functions in more cases
 2017-05-01 10:18 UTC 

[PATCH] Check for sp push/pop insns in reg_set_p (PR target/79430)
 2017-05-01  9:24 UTC  (3+ messages)

[PATCH] simplify-rtx: Fix compare of comparisons (PR60818)
 2017-05-01  9:13 UTC  (2+ messages)

{PATCH] New C++ warning -Wcatch-value
 2017-05-01  8:38 UTC 

Who broke options.h?
 2017-04-30 23:38 UTC  (8+ messages)

Add st[pr]ncpy to stmt_kills_ref_p
 2017-04-30 20:02 UTC  (4+ messages)

Make ipa-inline-analysis to compute expected runtime without specialization
 2017-04-30 17:59 UTC 

[PATCH] Improved diagnostics for casts and enums
 2017-04-30 17:54 UTC  (4+ messages)

[PATCH] c++ parser: fix-it hints for wrong usage of 'friend' and 'auto'
 2017-04-30 17:49 UTC 

[PATCH] C++ parser: two fix-it hints for broken member declarations
 2017-04-30 15:45 UTC  (2+ messages)

[PATCH] Improve RTL ifcvt for empty else_bb (PR rtl-optimization/80491)
 2017-04-30  9:13 UTC  (7+ messages)

New French PO file for 'gcc' (version 7.1-b20170427)
 2017-04-29 20:53 UTC 

[PATCH] have -Wformat-overflow handle -fexec-charset (PR 80503)
 2017-04-29 20:44 UTC  (10+ messages)

[PATCH, ARM] Further improve stack usage in sha512, part 2 (PR 77308)
 2017-04-29 20:09 UTC  (2+ messages)

[PATCH, ARM] Further improve stack usage on sha512 (PR 77308)
 2017-04-29 19:17 UTC  (4+ messages)
    ` [PING**2] "

New French PO file for 'cpplib' (version 7.1-b20170101)
 2017-04-29 17:52 UTC 

Contents of PO file 'cpplib-7.1-b20170101.fr.po'
 2017-04-29 17:45 UTC 

New French PO file for 'cpplib' (version 7.1-b20170101)
 2017-04-29 17:42 UTC 

[PATCH, ARM] correctly encode the CC reg data flow
 2017-04-29 17:32 UTC  (7+ messages)
        ` [PING] "
          ` [PING**2] "

Contents of PO file 'cpplib-7.1-b20170101.fr.po'
 2017-04-29 17:32 UTC 

[RFC PATCH] Improve switchconv optimization (PR tree-optimization/79472)
 2017-04-29 17:27 UTC  (6+ messages)
        ` [PATCH] "

[RFC PATCH] Optimize in VRP loads from constant arrays
 2017-04-29 17:27 UTC  (3+ messages)
  ` [PATCH] Optimize in VRP loads from constant arrays (take 2)

[PATCH 0/8] GCOV improvements
 2017-04-29 16:31 UTC  (27+ messages)
` [PATCH 4/8] Introduce new option -w which shows verbose informations
` [PATCH 1/8] gcno file: do not stream block flags (PR gcov-profile/80031)
` [PATCH 6/8] Fix format_gcov to not print misleading values (PR gcov-profile/53915)
` [PATCH 2/8] Remove .gcno file when compilation does not success (PR driver/56469)
` [PATCH 5/8] Make gcno more precise about BBs really belonging to a line (PR gcov-profile/79891)
` [PATCH 7/8] Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation
` [PATCH 8/8] Enhance documentation of gcov
` [PATCH 3/8] Simplify representation of locations of a block

[PATCH] RISC-V: Don't built 64-bit multilibs on 32-bit targets
 2017-04-29 16:28 UTC  (2+ messages)

PR79697: Delete calls to strdup, strndup, realloc if there is no lhs
 2017-04-29 15:17 UTC  (5+ messages)

[wwwdocs] readings.html - eg3.com went belly up, remove it
 2017-04-29 14:22 UTC 

[testsuite, committed] Require effective target avx512f for tree-prof/pr66295.c
 2017-04-29 14:14 UTC 

[PATCH][ PR rtl-optimization/79286] Drop may_trap_p exception to testing dominance in update_equiv_regs
 2017-04-29  9:27 UTC  (7+ messages)

[PATCH 2/5] c++: New warning option -Wstring-plus-int
 2017-04-29  7:17 UTC  (3+ messages)

[PATCH] Support multiline GTY markers in Doxygen filter; add unittests
 2017-04-29  2:57 UTC  (6+ messages)
` [PATCH 1/2] Port Doxygen support script from Perl to Python; "
  ` [PATCH 1/2] Change comment style to one we normally use
  ` [PATCH 2/2] Doxygen: transform ENUM_BITFIELD and comments starting with '/**'
  ` [PING] Re: [PATCH 1/2] Port Doxygen support script from Perl to Python; add unittests

[PATCH] disable -Walloc-size-larger-than and -Wstringop-overflow for non-C front ends (PR 80545)
 2017-04-29  2:02 UTC 

[PATCH,rs600] Add built-in function support for compare bytes instruction
 2017-04-28 23:32 UTC  (2+ messages)

[PATCH] Fix improper combiner optimization of mixed mode vector/scalar expressions (PR 79365)
 2017-04-28 22:09 UTC  (2+ messages)

[PATCH] add missing overflow check to stpcpy (PR 79222)
 2017-04-28 22:02 UTC  (2+ messages)

[PATCH] Remove uninitialized reads of is_leaf
 2017-04-28 20:45 UTC  (6+ messages)

[PATCH 5/5] New tests for -Wstring-plus-int
 2017-04-28 20:41 UTC  (2+ messages)

[PATCH 4/5] Document warning option -Wstring-plus-int
 2017-04-28 20:36 UTC  (2+ messages)

[PATCH 3/5] c: New warning option -Wstring-plus-int
 2017-04-28 20:34 UTC  (2+ messages)

[PATCH 1/5] Move char_type_p prototype into c-common.h
 2017-04-28 20:28 UTC  (2+ messages)

Drop Z from X + Z < Y + Z
 2017-04-28 20:28 UTC  (4+ messages)

[PATCH] Fix fixincludes for canadian cross builds
 2017-04-28 19:13 UTC  (12+ messages)
                  ` [PATCH] Fix fixincludes for canadian cross builds - next try

amended fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68491
 2017-04-28 19:09 UTC 

[PATCH] handle enumerated types in -Wformat-overflow (PR 80397)
 2017-04-28 18:59 UTC  (4+ messages)

[PATCH] Force use of absolute path names for gcov
 2017-04-28 18:14 UTC  (4+ messages)
    ` [PING] "

[PATCH 4/7] [D] libiberty: Remove wrongly spec'd mangle rule for encoded integers
 2017-04-28 17:42 UTC  (4+ messages)

[gcn][patch] Add -mgpu option and plumb in assembler/linker
 2017-04-28 17:27 UTC  (2+ messages)

[testsuite] Add missing dg-require-effective-target alloca to gcc testsuite
 2017-04-28 16:28 UTC  (14+ messages)

New German PO file for 'gcc' (version 7.1-b20170427)
 2017-04-28 16:22 UTC 

[C++ Patch] PR 71577 ("[6/7/8 regression] ICE on invalid C++11 code (with extra struct initializer): in digest_init_r...")
 2017-04-28 14:52 UTC  (2+ messages)

[Ada] Fix remaining warnings in compiler bootstrap #3
 2017-04-28 14:12 UTC 

[Ada] Info messages treated as errors with -gnatwe
 2017-04-28 14:03 UTC 

[Ada] Fix remaining warnings in compiler bootstrap #2
 2017-04-28 13:48 UTC 

[Ada] Freezing in expression function that is a completion
 2017-04-28 13:47 UTC 

[Ada] Deadlock when protected procedure propagates an exception
 2017-04-28 13:47 UTC 

[Ada] Fix some warnings in compiler bootstrap
 2017-04-28 13:38 UTC 

[PATCH] Fix PR80533
 2017-04-28 13:37 UTC  (4+ messages)

Convert ipa-inline-analysis time interfaces to sreal
 2017-04-28 13:33 UTC 

[PATCH] Remove superfluous "" in dg-error
 2017-04-28 13:17 UTC 

New template for 'gcc' made available
 2017-04-28 12:18 UTC 

Make pretty printers version namespace dependant
 2017-04-28 11:49 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).