public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
GCC options for kernel live-patching (Was: Add a new option to control inlining only on static functions)
 2018-11-15 15:41 UTC  (24+ messages)
                    ` [PATCH][RFC] Come up with -flive-patching master option

[PATCH, csky] Update dynamic linker'name
 2018-11-15 15:32 UTC  (3+ messages)

[committed] doc/ux.texi: auto_diagnostic_group now does something
 2018-11-15 15:20 UTC 

Don't use %z printf format length specified
 2018-11-15 15:08 UTC  (7+ messages)

[PATCH 0/7][MSP430][TESTSUITE] Fix GCC tests for msp430-elf
 2018-11-15 14:48 UTC  (17+ messages)
` [PATCH 1/7][MSP430][TESTSUITE] Tweak dg-directives "
` [PATCH 2/7][MSP430][TESTSUITE] Add path to libssp to the linker search path when checking for -fstack-protector support
` [PATCH 3/7][MSP430][TESTSUITE] Dynamically check if size_t is large enough for tests containing large structs/arrays
` [PATCH 4/7][MSP430][TESTSUITE] Fix tests when int is 16-bit by default
` [PATCH 5/7][MSP430][TESTSUITE] Prune messages about ISO C not supporting __int20 from output of tests
` [PATCH 6/7][MSP430][TESTSUITE] Fix tests requiring float printf support when GCC was configured with --enable-newlib-nano-formatted-io
` [PATCH 7/7][MSP430][TESTSUITE] Fix tests for msp430-elf large memory model

[C++ Patch] Fix ensure_literal_type_for_constexpr_object locations
 2018-11-15 14:39 UTC  (3+ messages)

[PATCH] RFC: machine-readable diagnostic output (PR other/19165)
 2018-11-15 14:36 UTC  (2+ messages)
` [committed] v2: Machine-readable "

[committed] graphite: add missing dump_enabled_p checks (PR tree-optimization/88015)
 2018-11-15 14:06 UTC 

[PATCH] Fix PR88031
 2018-11-15 13:41 UTC 

[C++ DR 2336] Clean up synth walkers first
 2018-11-15 13:21 UTC 

[PATCH 1/9][GCC][AArch64][middle-end] Implement SLP recognizer for Complex addition with rotate and complex MLA with rotation
 2018-11-15 13:01 UTC  (4+ messages)

[PATCH 8/9][GCC][Arm] Add autovectorization support for complex multiplication and addition
 2018-11-15 12:48 UTC  (5+ messages)

[Committed][AArch64] Fix PR62178 testcase failures
 2018-11-15 12:44 UTC  (3+ messages)

RFA: vectorizer patches 1/2 : WIDEN_MULT_PLUS support
 2018-11-15 12:17 UTC  (6+ messages)

RFC (branch prediction): PATCH to implement P0479R5, [[likely]] and [[unlikely]]
 2018-11-15 12:14 UTC  (5+ messages)

[v3 PATCH] PR libstdc++/87855
 2018-11-15 12:00 UTC 

[PATCH 0/6] If conversion with multiple sets
 2018-11-15 11:38 UTC  (12+ messages)
` [PATCH 2/6] ifcvt: Allow constants operands in noce_convert_multiple_sets
` [PATCH 3/6] ifcvt: Use enum instead of transform_name string
` [PATCH 5/6] ifcvt: Only created temporaries as needed
` [PATCH 6/6] S/390: Add test for noce_convert_multiple_sets
` [PATCH 1/6] ifcvt: Store the number of created cmovs
` [PATCH 4/6] S/390: Implement noce_conversion_profitable_p

[PATCH] Fix PR88029, change how gimple_call_flags works
 2018-11-15 10:50 UTC 

[PATCH] Fix PR88030
 2018-11-15 10:41 UTC 

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87626
 2018-11-15 10:32 UTC  (3+ messages)
` https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85667

[PATCH] avoid -Wnonnull for printf format in dead code (PR 87041)
 2018-11-15 10:15 UTC  (5+ messages)

[RFC PATCH] diagnose built-in declarations without prototype (PR 83656)
 2018-11-15 10:11 UTC  (16+ messages)
                  ` [PATCH] "

[PATCH][rs6000] inline expansion of memcmp using vsx
 2018-11-15 10:02 UTC  (2+ messages)

[PATCH 00/25] AMD GCN Port
 2018-11-15  9:55 UTC  (6+ messages)
` [PATCH 21/25] GCN Back-end (part 2/2)

Bug 52869 - [DR 1207] "this" not being allowed in noexcept clauses
 2018-11-15  8:56 UTC  (9+ messages)

[PATCH] Fix ICE in fixup_abnormal_edges (PR rtl-optimization/88018)
 2018-11-15  8:32 UTC  (2+ messages)

[PATCH][RFC] Introduce BIT_FIELD_INSERT
 2018-11-15  8:31 UTC  (4+ messages)

[PATCH] Fix PR87917
 2018-11-15  8:16 UTC 

[wwwdocs] [committed] Add ARC news
 2018-11-15  5:07 UTC  (2+ messages)

[PATCH] MIPS: Add `-mfix-r5900' option for the R5900 short loop erratum
 2018-11-15  4:39 UTC  (6+ messages)

[doc, committed] __attribute__((aligned)) linker restrictions
 2018-11-15  3:02 UTC 

[doc, committed] fix documentation about interaction between -flto and -O
 2018-11-15  0:49 UTC 

[PATCH] Fix incorrect assertion when deallocating big block
 2018-11-15  0:04 UTC  (4+ messages)

[PATCH] Optimize pool resource allocation
 2018-11-15  0:04 UTC 

Don’t build gdb/readline/libreadline.a, when --with-system-readline is supplied
 2018-11-14 21:28 UTC  (2+ messages)
` +reminder+ "

[PATCH] RFC: elide repeated source locations (PR other/84889)
 2018-11-14 21:13 UTC  (3+ messages)

[PATCH] Fix bootstrap with GCC 4.1.2 (PR bootstrap/86739)
 2018-11-14 20:40 UTC  (4+ messages)

C++ PATCH for c++/87781, detect invalid elaborated-type-specifier
 2018-11-14 20:32 UTC  (3+ messages)

[doc, committed] improve documentation for -Og
 2018-11-14 20:18 UTC 

[C++ Patch] Improve compute_array_index_type locations
 2018-11-14 19:30 UTC  (2+ messages)
` [C++ Patch PING] "

[PATCH] -fsave-optimization-record: compress the output using zlib
 2018-11-14 19:02 UTC  (4+ messages)
` [PATCH] Add missing ZLIBINC to CFLAGS-optinfo-emit-json.o

[PATCH], Remove power9 fusion support
 2018-11-14 18:49 UTC  (4+ messages)

[debug/88006] -fdebug-types-section gives undefined ref
 2018-11-14 18:40 UTC  (4+ messages)

Allow target to override gnu-user.h crti and crtn
 2018-11-14 18:38 UTC  (2+ messages)

Delete !HAVE_LD_PIE variants of startfile/endfile specs
 2018-11-14 18:35 UTC  (2+ messages)

[PATCH] pretty-print.c: add selftest::test_prefixes_and_wrapping
 2018-11-14 18:33 UTC  (2+ messages)

RFA: Fix add_predicate_code to acknowledge ZERO_EXTRACT as an lvalue
 2018-11-14 18:25 UTC  (2+ messages)

[PATCH] diagnose unsupported uses of hardware register variables (PR 88000)
 2018-11-14 18:01 UTC  (8+ messages)

Handle libphobos in contrib/gcc_update
 2018-11-14 17:00 UTC  (2+ messages)

[committed] Fix rl78 newlib build failure due to bogus operand_subword_force argument
 2018-11-14 16:35 UTC 

record_ranges_from_incoming_edge: use value_range API for creating new range
 2018-11-14 16:31 UTC  (13+ messages)

Fix PR86575
 2018-11-14 16:03 UTC  (4+ messages)

[C++ Patch] Fix two grokdeclarator locations
 2018-11-14 15:33 UTC  (5+ messages)

[C++ PATCH] P1236R1 - Signed integers are two's complement
 2018-11-14 15:29 UTC  (2+ messages)

[PATCH][cunroll] Add unroll-known-loop-iterations-only param and use it in aarch64
 2018-11-14 15:01 UTC  (11+ messages)

[RFC][PATCH]Merge VEC_COND_EXPR into MASK_STORE after loop vectorization
 2018-11-14 14:59 UTC  (6+ messages)

[PATCH][libbacktrace] Handle DW_FORM_GNU_strp_alt
 2018-11-14 14:46 UTC  (4+ messages)

[PATCH] Fix PR87985
 2018-11-14 14:31 UTC  (2+ messages)

[PATCH] Add missing dir to create_testsuite_files script
 2018-11-14 14:23 UTC 

[PATCH] Support simd function declarations via a pre-include. (was: [PATCH][RFC]Overloading intrinsics)
 2018-11-14 14:14 UTC  (6+ messages)
                                    ` [PATCH] Support simd function declarations via a pre-include

[PATCH v3] Add sinh(atanh(x)) and cosh(atanh(x)) optimizations
 2018-11-14 13:28 UTC  (4+ messages)

[PR81878]: fix --disable-bootstrap --enable-languages=ada, and cross-back gnattools build
 2018-11-14 13:20 UTC  (7+ messages)

[PATCH] Add C++ runtime support for new 128-bit long double format
 2018-11-14 13:17 UTC  (2+ messages)

[PATCH] S/390: Fix expectation in mrecord-mcount test for 31-bit mode
 2018-11-14 13:06 UTC  (2+ messages)

[PATCH] Fix PR88021
 2018-11-14 13:06 UTC 

[PATCH] S/390: Disable 3 global-array-* tests for 31-bit mode
 2018-11-14 13:05 UTC  (2+ messages)

[PATCH] Fix x86 bzhi/bextr iff zero_extract with zero size is undefined (PR rtl-optimization/87817)
 2018-11-14 12:38 UTC  (5+ messages)
  ` [PATCH] Fold x86 bzhi with zero last operand "

[PATCH] Fix GC ICE with optimize attribute (PR other/88007)
 2018-11-14 12:37 UTC  (2+ messages)

[PATCH][AArch64] Fix PR81800
 2018-11-14 12:32 UTC 

[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variable
 2018-11-14 12:29 UTC  (3+ messages)

[PATCH] diagnose unsupported uses of hardware register variables (PR 88000)
 2018-11-14 12:14 UTC  (8+ messages)

[Ada] Problem with boundary case of XOR operation and unnesting
 2018-11-14 11:46 UTC 

[Ada] Fix small regression with others choice in array aggregate
 2018-11-14 11:46 UTC 

[Ada] Crash on interface equality covered by a renaming declaration
 2018-11-14 11:45 UTC 

[Ada] System'To_Address not always static
 2018-11-14 11:45 UTC 

[Ada] Visibility error on used enumerated type
 2018-11-14 11:45 UTC 

[Ada] Compiler crash on decl. with limited aggregate and address clause
 2018-11-14 11:45 UTC 

[Ada] More complete information level for -gnatR output
 2018-11-14 11:45 UTC 

[Ada] Renamed equality leads to spurious errors
 2018-11-14 11:45 UTC 

[Ada] Use of Suppress_Initialization with pragma Thread_Local_Storage
 2018-11-14 11:45 UTC 

[Ada] Spurious error on Ghost null procedure
 2018-11-14 11:45 UTC 

[Ada] Missing constraint check on if-expression returning a string
 2018-11-14 11:45 UTC 

[Ada] Remove couple of recently added dead tests
 2018-11-14 11:45 UTC 

[Ada] Enhance constraints propagation to ease the work of optimizers
 2018-11-14 11:44 UTC 

[Ada] Crash on tagged equality
 2018-11-14 11:44 UTC 

[Ada] Crash on use of generic formal package
 2018-11-14 11:44 UTC 

[Ada] Crash on ignored Ghost assignment
 2018-11-14 11:44 UTC 

[Ada] Fix assertion failure on pragma Compile_Time_Error in generic unit
 2018-11-14 11:44 UTC 

[Ada] Improper extension of bounds of fixed-point type
 2018-11-14 11:43 UTC 

[Ada] Record components do not appear in the Global contract
 2018-11-14 11:43 UTC 

[Ada] Lingering loop for ignored Ghost assignment
 2018-11-14 11:43 UTC 

[Ada] Limited function violates No_Exception_Propagation
 2018-11-14 11:43 UTC 

[Ada] Fix handling of generic actuals with default expression in SPARK
 2018-11-14 11:43 UTC 

[Ada] Unnesting transformations for blocks in package bodies
 2018-11-14 11:43 UTC 

[PATCH] Fix PR88019
 2018-11-14 11:10 UTC 

[PATCH] Fix PR87927, implement TARGET_ASM_{,UN}ALIGNED_P{S,D,T}I_OP
 2018-11-14 11:05 UTC 

[PATCH PR84648]Adjust loop exit conditions for loop-until-wrap cases
 2018-11-14 10:18 UTC  (4+ 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).