public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028)
 2018-10-16 22:42 UTC  (8+ messages)

[C++ Patch, obvious] PR 84705 ("[6/7/8/9 Regression] internal compiler error: in add_stmt, at cp/semantics.c:390")
 2018-10-16 22:39 UTC  (3+ messages)

[Patch, Fortran] PR67125 - ALLOCATE with source-expr lbounds/ubound off by one
 2018-10-16 22:35 UTC  (3+ messages)

[PATCH/RFC] Add "User Experience Guidelines" to gccint.texi
 2018-10-16 22:22 UTC  (6+ messages)

[Patch, fortran] PR56386 - [F03] ICE with ASSOCIATE construct and an derived type array component
 2018-10-16 21:21 UTC  (2+ messages)

[PATCH] Add sinh(tanh(x)) and cosh(tanh(x)) rules
 2018-10-16 21:16 UTC  (4+ messages)

[PATCH] Optimize sin(atan(x)) and cos(atan(x)), take 3 (PR tree-optimization/86829)
 2018-10-16 21:09 UTC  (18+ messages)

[PATCH] Run selftests for C++ as well as C
 2018-10-16 20:54 UTC  (3+ messages)
` [PATCH] v2: "

[RFC PATCH] libgcc: apply LIB2FUNCS_EXCLUDE logic to LIB2FUNCS_ST
 2018-10-16 20:49 UTC  (2+ messages)

C++: is there a good way to check for a valid no-op conversion?
 2018-10-16 20:44 UTC 

[v3 PATCH] PR libstdc++/87619
 2018-10-16 20:39 UTC 

[PATCH v5 00/10] New backend for the TI PRU processor
 2018-10-16 20:33 UTC  (11+ messages)
` [PATCH v5 03/10] testsuite: Add PRU tests
` [PATCH v5 02/10] Initial TI PRU libgcc port
` [PATCH v5 04/10] testsuite: Add check for overflowed IMEM region to testsuite
` [PATCH v5 01/10] Initial TI PRU GCC port
` [PATCH v5 09/10] testsuite: Mark that PRU uses all function pointer bits
` [PATCH v5 07/10] testsuite: Define PRU stack usage
` [PATCH v5 10/10] testsuite: Mark testsuite that PRU has different calling convention
` [PATCH v5 08/10] testsuite: Mark that PRU has one-cycle jumps
` [PATCH v5 06/10] testsuite: Remove PRU from test cases requiring hosted environment
` [PATCH v5 05/10] testsuite: Add check for unsupported TI ABI PRU features to testsuite

[PATCH] handle attribute positional arguments consistently (PR 87541, 87542)
 2018-10-16 19:36 UTC  (3+ messages)
  ` PING "

[PATCH] lra: fix spill_hard_reg_in_range clobber check
 2018-10-16 19:30 UTC  (4+ messages)

[PATCH][AArch64] Use @ pattern to eliminate switch statement in one more place
 2018-10-16 19:06 UTC  (2+ messages)

[PATCH 14/14] Add D Phobos config, makefiles, and testsuite
 2018-10-16 18:39 UTC  (2+ messages)

[aarch64}: added variable issue rate feature for falkor
 2018-10-16 17:42 UTC  (4+ messages)

[PATCH] Provide extension hint for aarch64 target (PR driver/83193)
 2018-10-16 17:35 UTC  (5+ messages)

[patch] allow target config to state r18 is fixed on aarch64
 2018-10-16 17:33 UTC  (4+ messages)

Account Recovery!!!
 2018-10-16 17:11 UTC 

[v3, testsuite] Introduce dg-add-options net_ts
 2018-10-16 17:01 UTC  (3+ messages)

[PATCH] Initial commit of Networking TS implementation
 2018-10-16 16:33 UTC  (6+ messages)

[gomp5] Add reduction support for taskloop/taskloop simd
 2018-10-16 16:25 UTC 

[PATCH 07/14] Add patches for D language support in GCC targets
 2018-10-16 16:12 UTC  (2+ messages)

[PATCH] Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1
 2018-10-16 15:36 UTC 

[PATCH][RFC] Add bitmap_clear_first_set_bit for worklist handling
 2018-10-16 15:28 UTC  (2+ messages)

[PATCH] Reset insn priority after inc/ref replacement in haifa sched
 2018-10-16 15:23 UTC  (6+ messages)

[PATCH] Fix PR87473 (SLSR ICE on hidden basis)
 2018-10-16 15:16 UTC  (3+ messages)

[PATCH, OpenACC, 7/8] Multi-dimensional dynamic array support for OpenACC data clauses, libgomp support
 2018-10-16 14:49 UTC  (2+ messages)

[PATCH, OpenACC, 8/8] Multi-dimensional dynamic array support for OpenACC data clauses, libgomp testsuite additions
 2018-10-16 14:28 UTC 

[PATCH, OpenACC, 6/8] Multi-dimensional dynamic array support for OpenACC data clauses, tree pretty-printing additions
 2018-10-16 14:11 UTC 

[PATCH, OpenACC, 5/8] Multi-dimensional dynamic array support for OpenACC data clauses, omp-low: bias scanning/adjustment during omp-lowering
 2018-10-16 13:54 UTC 

[PATCH, OpenACC, 4/8] Multi-dimensional dynamic array support for OpenACC data clauses, omp-low: dynamic array descriptor creation
 2018-10-16 13:13 UTC 

[PATCH, OpenACC, 3/8] Multi-dimensional dynamic array support for OpenACC data clauses, gimplify patch
 2018-10-16 12:57 UTC 

[PATCH, OpenACC, 2/8] Multi-dimensional dynamic array support for OpenACC data clauses, C/C++ front-end parts
 2018-10-16 12:57 UTC 

[PATCH] Fix tests that fail when compiled without optimisation
 2018-10-16 12:56 UTC 

[PATCH, OpenACC, 1/8] Multi-dimensional dynamic array support for OpenACC data clauses, gomp-constants.h additions
 2018-10-16 12:56 UTC 

[PATCH, OpenACC, 0/8] Multi-dimensional dynamic array support for OpenACC data clauses
 2018-10-16 12:56 UTC 

[00/10][RFC] Splitting the C and C++ concept of "complete type"
 2018-10-16 12:55 UTC  (15+ messages)
` [01/10] Expand COMPLETE_TYPE_P in obvious checks for null
` [02/10] Replace most uses of COMPLETE_TYPE_P outside the frontends
` [03/10] Move COMPLETE_OR_VOID_TYPE_P to the C and C++ frontends
` [04/10] Move COMPLETE_OR_UNBOUND_ARRAY_TYPE_P "
` [06/10] Move COMPLETE_TYPE_P "
` [05/10] Move complete_or_array_type_p "
` [07/10] Use COMPLETE_TYPE_P instead of TYPE_SIZE
` [08/10] Add a TYPE_SIZELESS_P property to types
` [09/10] C support for sizeless types
` [10/10] C++ "

[PATCH] PR libstdc++/87618 fix typos in linker script
 2018-10-16 12:55 UTC 

[00/10][RFC] Splitting the C and C++ concept of "complete type"
 2018-10-16 12:10 UTC  (2+ messages)

[PATCH 02/14] Add D frontend (GDC) implementation
 2018-10-16 11:39 UTC  (8+ messages)

[AARCH64]Don't force symbols which referencing per-function literal pool into memory
 2018-10-16 10:22 UTC  (2+ messages)

[PATCH 04/14] Add D front-end (GDC) config, Makefile, and manpages
 2018-10-16  9:49 UTC  (2+ messages)

Extend usage of C++11 direct init in __debug::vector
 2018-10-16  9:49 UTC  (5+ messages)

[Patch, Fortran] PR87556 – for FORM TEAM also use argse.pre/post
 2018-10-16  9:21 UTC  (2+ messages)

[wwwdocs] Announce Solaris 10 obsoletion
 2018-10-16  9:12 UTC 

[build, doc] Obsolete Solaris 10 support
 2018-10-16  9:04 UTC 

[PATCH] __debug::list use C++11 direct initialization
 2018-10-16  8:56 UTC  (4+ messages)

[PATCH v3 4/6] [MIPS] Add Loongson 3A1000 processor support
 2018-10-16  6:49 UTC 

[PATCH v3 6/6] [MIPS] Add Loongson 2K1000 processor support
 2018-10-16  5:06 UTC 

[PATCH 0/2][IRA,LRA] Fix PR86939, IRA incorrectly creates an interference between a pseudo register and a hard register
 2018-10-16  2:50 UTC  (19+ messages)
    ` [PATCH 2/2 v3][IRA,LRA] "

[PATCH v3 2/6] [MIPS] Split Loongson EXTensions (EXT) instructions from loongson3a
 2018-10-16  2:50 UTC 

[PATCH v3 0/6] [MIPS] Reorganize the loongson march and extensions instructions set
 2018-10-16  2:50 UTC 

[PATCH v3 3/6] [MIPS] Add Loongson EXTensions R2 (EXT2) instructions support
 2018-10-16  2:50 UTC 

[PATCH v3 1/6] [MIPS] Split Loongson (MMI) from loongson3a
 2018-10-16  2:50 UTC 

[PATCH v3 5/6] [MIPS] Add Loongson 3A2000/3A3000 processor support
 2018-10-16  2:50 UTC 

[committed] Work around ft32 port issue
 2018-10-16  2:50 UTC 

[committed] diagnostics: add minimum width to left margin for line numbers
 2018-10-16  2:25 UTC 

[committed] Remove stray reference to error_at_rich_loc
 2018-10-15 23:22 UTC 

Hashtable Small size optimization
 2018-10-15 22:17 UTC 

Make std::vector<bool> iterator operators friend inline
 2018-10-15 20:46 UTC  (3+ messages)

[PATCH] asm non-code template parts (alternative to asm inline)
 2018-10-15 20:45 UTC  (13+ messages)

Use C++11 direct init in __debug::forward_list
 2018-10-15 20:39 UTC  (3+ messages)

[Patch, Fortran] PR87597 - fix off-by-one issue with inline matmul
 2018-10-15 19:46 UTC  (5+ messages)

[PATCH] Adjust test to pass with latest glibc
 2018-10-15 19:04 UTC  (2+ messages)

[C++ Patch] PR 84644 ("internal compiler error: in warn_misplaced_attr_for_class_type, at cp/decl.c:4718")
 2018-10-15 18:21 UTC 

[Patch, fortran] PR87566 - ICE with class(*) and select
 2018-10-15 17:33 UTC  (3+ messages)

[PATCH] i386: Also disable AVX512IFMA/AVX5124FMAPS/AVX5124VNNIW
 2018-10-15 16:33 UTC  (7+ messages)
    ` [PATCH] Fix recent i386 regressions (was Re: [PATCH] i386: Also disable AVX512IFMA/AVX5124FMAPS/AVX5124VNNIW)

[PATCH] Add option to control warnings added through attribure "warning"
 2018-10-15 15:57 UTC  (5+ messages)

[PATCH] fixincludes: vxworks: regs.h: Guard include of vxTypesOld.h by !_ASMLANGUAGE
 2018-10-15 15:50 UTC  (3+ messages)
` [PATCH v2] fixincludes: vxworks: regs.h: Fix includes in regs.h wrapper

[PATCH, GCC/ARM] Fix PR87374: ICE with -mslow-flash-data and -mword-relocations
 2018-10-15 15:21 UTC  (6+ messages)

[PATCH][GCC][AARCH64]Introduce aarch64 atomic_{load,store}ti patterns
 2018-10-15 14:31 UTC  (2+ messages)

[ARM/FDPIC v3 00/21] FDPIC ABI for ARM
 2018-10-15 14:30 UTC  (13+ messages)
` [ARM/FDPIC v3 02/21] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts
` [ARM/FDPIC v3 03/21] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided
` [ARM/FDPIC v3 07/21] [ARM] FDPIC: Avoid saving/restoring r9 on stack since it is RO
` [ARM/FDPIC v3 06/21] [ARM] FDPIC: Add support for c++ exceptions

[PATCH][i386] Fix vec_construct cost, remove unused ix86_vec_cost arg
 2018-10-15 14:01 UTC  (4+ messages)

[PATCH][RFC] Fix PR87609 - dependence info copying
 2018-10-15 13:31 UTC 

[PATCH] PR libstdc++/87587 prevent -Wabi warnings
 2018-10-15 13:20 UTC 

[PATCH] PR libstdc++/86751 default assignment operators for std::pair
 2018-10-15 12:11 UTC  (5+ messages)

[PATCH] Fix PR87610
 2018-10-15 11:53 UTC 

[SVE ACLE] Implements ACLE svdup, svindex, svqad/qsub, svabd and svmul
 2018-10-15 10:46 UTC 

[PATCH PR87022]Check all bits in dist-vector rather than the fisrt in loop distribution
 2018-10-15  9:36 UTC  (2+ messages)

[Patch, fortran] PR87566 - ICE with class(*) and select
 2018-10-15  9:16 UTC 

[PR87563][AARCH64-SVE]: Don't keep ifcvt loop when COND_<OP> ifn could not be vectorized
 2018-10-15  9:11 UTC  (2+ messages)

[Patch, Fortran] No-op Patch - a.k.a. FINAL wrapper update
 2018-10-15  9:02 UTC  (2+ messages)
` [PATCH,FORTRAN] Fix memory leak in finalization wrappers

[Committed] S/390: Fix problem with vec_init expander
 2018-10-15  8:26 UTC 

Relocation (= move+destroy)
 2018-10-15  5:24 UTC  (5+ messages)

[PATCH] i386: Add register source to movddup
 2018-10-14 23:52 UTC  (6+ messages)

Update my email address
 2018-10-14 14:22 UTC 

[PATCH, moxie] Adjust divide-by-zero testcase for moxie
 2018-10-14 10:01 UTC 

[PATCH] add simple attribute introspection
 2018-10-14  9:22 UTC  (4+ messages)

[PATCH] PR libstdc++/80538 Only call sleep for non-zero values
 2018-10-13 21:54 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).