Commit Graph

  • ad7c6298b6 Darwin : Fix whitespace and delete unused code (NFC). Iain Sandoe 2021-04-03 10:04:12 +0100
  • fc27115d61 Fortran: Fix ICE on wrong code [PR99818]. Paul Thomas 2021-04-03 12:49:50 +0100
  • a40015780f bswap: Fix up bswap_view_convert after the recent change [PR99882] Jakub Jelinek 2021-04-03 10:08:08 +0200
  • 9c7473688e dse: Fix up hard reg conflict checking in replace_read [PR99863] Jakub Jelinek 2021-04-03 10:07:09 +0200
  • cda41ce0e8 rs6000: Fix up libgcc ABI when built with --with-long-double-format=ieee [PR97653] Jakub Jelinek 2021-04-03 10:05:32 +0200
  • b680b90497 rs6000: Avoid -fpatchable-function-entry* regressions on powerpc64 be [PR98125] Jakub Jelinek 2021-04-03 10:03:15 +0200
  • 04771106cd c++: NRV in lambda in template [PR91217] Jason Merrill 2021-04-03 01:07:36 -0400
  • 7c3ba2145c c++: PMF template parm and noexcept [PR90664] Jason Merrill 2021-04-02 17:07:12 -0400
  • 23be03a0f2 c++: dependent attribute on parameter [PR97900] Jason Merrill 2021-04-02 14:49:15 -0400
  • b7c1f3d66c Daily bump. GCC Administrator 2021-04-03 00:16:28 +0000
  • 260caabe10 c++: placeholder type constraint inside range-for [PR99869] Patrick Palka 2021-04-02 19:46:24 -0400
  • cf25e27fae c++: Refine check for CTAD placeholder [PR99586] Patrick Palka 2021-04-02 19:47:09 -0400
  • 2a26351b59 c++: lambda pack init-capture within generic lambda Jason Merrill 2021-04-02 11:05:46 -0400
  • f4e05eebd6 c++: header unit purview [PR 99283] Nathan Sidwell 2021-04-02 06:28:29 -0700
  • c844918279 Minor tweak to description of fdelete-dead-exceptions Eric Botcazou 2021-04-02 10:44:49 +0200
  • f1f7e54fb3 Skip couple of Go tests on 32-bit SPARC Eric Botcazou 2021-04-02 10:44:08 +0200
  • e53c069611 testsuite: Fix up gcc.target/i386/pr99726.c test [PR99726] Jakub Jelinek 2021-04-02 10:07:50 +0200
  • f1607029ae Daily bump. GCC Administrator 2021-04-02 00:16:26 +0000
  • 6e943d5a2e analyzer: record per-enode saved_diagnostics David Malcolm 2021-04-01 18:22:52 -0400
  • 6a60ffc297 c++: GC collects live data when synthesizing operator== [PR99831] Marek Polacek 2021-04-01 10:42:43 -0400
  • 0cf4813202 c++: variadic lambda noexcept-specifier [PR99583] Jason Merrill 2021-04-01 15:17:40 -0400
  • af78514a18 modules : Make sure we include <map> in system.h. Iain Sandoe 2021-03-30 14:56:39 +0100
  • 5f00df5925 c++: Add ABI version for PR98481 fix Jason Merrill 2021-03-31 17:48:50 -0400
  • 584731eced c++: inter-cluster import order [PR 99283] Nathan Sidwell 2021-04-01 05:25:53 -0700
  • 512429a885 tree-optimization/99863 - clear vector CTOR TREE_SIDE_EFFECTS Richard Biener 2021-04-01 11:51:33 +0200
  • 3064fc21aa Add testcase for PR98265 Jan Hubicka 2021-04-01 12:11:39 +0200
  • 7b478ede2a doc: Fix up symver attribute documentation Jakub Jelinek 2021-04-01 11:04:12 +0200
  • 5b9a65ecbe bswap: Handle bswapping of pointers [PR96573] Jakub Jelinek 2021-04-01 10:51:03 +0200
  • b75c4e1384 tree-optimization/99856 - fix overwideing pattern creation Richard Biener 2021-04-01 09:29:14 +0200
  • 19d7167461 sra: Fix bug in grp_write propagation (PR 97009) Martin Jambor 2021-04-01 10:12:23 +0200
  • d7cef070bf PR fortran/99840 - ICE in gfc_simplify_matmul, at fortran/simplify.c:4777 Harald Anlauf 2021-04-01 07:49:32 +0200
  • 95d217ab52 Daily bump. GCC Administrator 2021-04-01 00:16:39 +0000
  • e4bb1bd60a analyzer: avoid printing '<unknown>' for SSA names [PR99771] David Malcolm 2021-03-29 16:13:32 -0400
  • e7fd3b7832 Make USES_COMDAT_LOCAL CIF_FINAL_NORMAL Jan Hubicka 2021-03-31 22:44:20 +0200
  • ea9a39e63e Update prefixed attribute for Power10. Pat Haugen 2021-03-31 14:37:24 -0500
  • 4b33c5aaab dwarf2out: Fix up ranges for -gdwarf-5 -gsplit-dwarf [PR99490] Jakub Jelinek 2021-03-31 21:25:58 +0200
  • eadf009b22 improve future::poll calibration loop Alexandre Oliva 2021-03-31 15:34:47 -0300
  • c778968339 gimple-fold: Recompute ADDR_EXPR flags after folding a TMR [PR98268] Richard Sandiford 2021-03-31 19:34:01 +0100
  • b5c7accfb5 data-ref: Tighten index-based alias checks [PR99726] Richard Sandiford 2021-03-31 19:34:01 +0100
  • 1b5f74e8be Handle CONST_POLY_INTs in CONST_VECTORs [PR97141, PR98726] Richard Sandiford 2021-03-31 19:34:00 +0100
  • 23ce9945d5 Fix overvactive check in cgraph_node::release_body Jan Hubicka 2021-03-31 20:10:31 +0200
  • 31199d95de PR middle-end/65182 - -Wuninitialized fails when pointer to variable later passed to function Martin Sebor 2021-03-31 10:39:24 -0600
  • a2531859bf c++: Alias template in pack expansion [PR99445] Jason Merrill 2021-03-30 20:31:18 -0400
  • 05de07136a testsuite/aarch64: Skip SLP diagnostic under ILP32 (PR target/96974) Christophe Lyon 2021-03-29 11:36:41 +0000
  • 7c1d6e8999 arm: Fix mult autovectorization patterm for iwmmxt (PR target/99786) Christophe Lyon 2021-03-29 12:41:08 +0000
  • bf24f4ec73 x86: Update memcpy/memset inline strategies for Ice Lake H.J. Lu 2021-01-21 18:51:35 -0800
  • 1393938e4c aarch64: Fix target alignment for SVE [PR98119] Richard Sandiford 2021-03-31 11:26:06 +0100
  • d7145b4bb6 Small refactoring of cgraph_node::release_body Jan Hubicka 2021-03-31 11:35:29 +0200
  • c3c616747a Fix coding style in IPA modref. Martin Liska 2021-03-31 10:51:11 +0200
  • c001c194a2 aarch64: Fix up *add<mode>3_poly_1 [PR99813] Jakub Jelinek 2021-03-31 10:46:01 +0200
  • a49a96f681 i386, debug: Default to -gdwarf-4 on Windows targets with broken ld.bfd [PR98860] Jakub Jelinek 2021-03-31 09:11:29 +0200
  • 0989e99470 testsuite: Disable zero-scratch-regs-{8, 9, 10, 11}.c on all but ... [PR97680] Jakub Jelinek 2021-03-31 08:55:38 +0200
  • a3bf6ce7f2 c++: Adjust mangling of __alignof__ [PR88115] Patrick Palka 2021-03-30 22:57:11 -0400
  • 0bbf0edbfc c++: placeholder type constraint and argument pack [PR99815] Patrick Palka 2021-03-30 22:54:37 -0400
  • 08d2edae5d Daily bump. GCC Administrator 2021-03-31 00:16:31 +0000
  • d0b7c82175 analyzer: remove old decl of region::dump_to_pp David Malcolm 2021-03-26 18:54:18 -0400
  • 0f9aa35c79 analyzer: only call get_diagnostic_tree when it's needed David Malcolm 2021-03-26 13:26:15 -0400
  • a01f5fd710 analyzer testsuite: fix typo David Malcolm 2021-03-24 21:08:04 -0400
  • 5f3c602725 c++: duplicate const static members [PR 99283] Nathan Sidwell 2021-03-30 09:45:59 -0700
  • 953624089b c++: Fix ICE on PTRMEM_CST in lambda in inline var initializer [PR99790] Jakub Jelinek 2021-03-30 18:15:32 +0200
  • c277abd9cd aarch64: PR target/99820: Guard on available SVE issue info before using Kyrylo Tkachov 2021-03-30 16:42:17 +0100
  • 19199a6f2b aarch64: PR target/99822 Don't allow zero register in first operand of SUBS/ADDS-immediate Kyrylo Tkachov 2021-03-30 15:43:36 +0100
  • f64b91568f rs6000: Enable 32bit variable vec_insert [PR99718] luoxhu@cn.ibm.com 2021-03-26 22:26:57 -0500
  • 5463cee277 x86: Define __rdtsc and __rdtscp as macros H.J. Lu 2021-03-23 20:04:58 -0700
  • 9c68e2abe2 slp: reject non-multiple of 2 laned SLP trees (PR99825) Tamar Christina 2021-03-30 14:16:03 +0100
  • 6f93a7c7fc arm: Fix emission of Tag_ABI_VFP_args with MVE and -mfloat-abi=hard (PR target/99773) Christophe Lyon 2021-03-30 12:26:33 +0000
  • 41d57b2a97 aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32 Kyrylo Tkachov 2021-03-30 14:07:50 +0100
  • bd3d919b58 tree-optimization/99824 - avoid excessive integer type precision in VN Richard Biener 2021-03-30 11:22:52 +0200
  • 48c79f054b aarch64: Tweak post-RA handling of CONST_INT moves [PR98136] Richard Sandiford 2021-03-30 11:42:50 +0100
  • cc2fda1328 aarch64: Prevent use of SIMD fcvtz[su] instruction variant with "nosimd" Mihailo Stojanovic 2021-03-30 11:42:49 +0100
  • 65374af219 Daily bump. GCC Administrator 2021-03-30 00:16:29 +0000
  • 8aac913adf Update cpplib sr.po. Joseph Myers 2021-03-29 22:53:22 +0000
  • 318074f335 Update gcc sv.po. Joseph Myers 2021-03-29 22:51:16 +0000
  • 471babd886 Fix wrong assignment of aggregate to full-access component Eric Botcazou 2021-03-30 00:41:46 +0200
  • af739c8797 PR tree-optimization/61869 - Spurious uninitialized warning Martin Sebor 2021-03-29 15:58:01 -0600
  • fecc835e21 PR tree-optimization/61677 - False positive with -Wmaybe-uninitialized Martin Sebor 2021-03-29 15:21:32 -0600
  • 645bfc1619 Require GLIBC 2.32 for Decimal/_Float128 conversions. Michael Meissner 2021-03-29 16:43:14 -0400
  • 77093a75ca PR tree-optimization/61112 - repeated conditional triggers false positive -Wmaybe-uninitialized Martin Sebor 2021-03-29 13:52:53 -0600
  • 7b6ca93b2d Fix pr99751.c testcase Jan Hubicka 2021-03-29 20:59:42 +0200
  • dd64aaafe6 Fix typo in merge_call_lhs_flags Jan Hubicka 2021-03-29 20:09:35 +0200
  • 864caa158f Fix PR number in ChangeLog Jonathan Wakely 2021-03-29 17:08:32 +0100
  • afa8c67eb9 testsuite: Expect a warning on aarch64 for declare-simd-coarray-lib.f90 [PR93660] Jakub Jelinek 2021-03-29 17:05:47 +0200
  • e19afa0645 libstdc++: Adjust link to PSTL upstream (again) Jonathan Wakely 2021-03-29 14:13:01 +0100
  • e4005cf871 aarch64: Fix SVE ACLE builtins with LTO [PR99216] Alex Coplan 2021-03-29 12:18:19 +0100
  • 8cf2812cfc tree-optimization/99807 - avoid bogus assert with permute SLP node Richard Biener 2021-03-29 13:10:37 +0200
  • 37d9074e12 aarch64: PR target/99037 Fix RTL represntation in move_lo_quad patterns Kyrylo Tkachov 2021-03-29 11:52:24 +0100
  • 25e515d219 fold-const: Fix ICE in extract_muldiv_1 [PR99777] Jakub Jelinek 2021-03-29 12:35:32 +0200
  • d579e2e76f libgomp: Fix on_device_arch.c aux-file handling [PR99555] Tobias Burnus 2021-03-29 10:38:39 +0200
  • c411011287 Daily bump. GCC Administrator 2021-03-29 00:16:20 +0000
  • 499fa254ae aix: TLS DWARF symbol decorations. David Edelsohn 2021-03-28 13:11:50 -0400
  • d15db0c5f5 doc: Update link to "Memory Model" paper Gerald Pfeifer 2021-03-28 23:34:35 +0200
  • d04c246cae libstdc++: _GLIBCXX_DEBUG Fix allocator-extended move constructor François Dumont 2021-03-26 21:22:52 +0100
  • 46720db72c testsuite/arm: Improve scan-assembler in pr96770.c Christophe Lyon 2021-03-28 18:59:06 +0000
  • 297363774e Fortran: Fix problem with runtime pointer check [PR99602]. Paul Thomas 2021-03-28 16:48:27 +0100
  • 5a5d23010a d: Predefine the D_PIE version condition when flag_pie is set. Iain Buclaw 2021-03-28 16:40:23 +0200
  • be080b1727 d: Don't create gdc.test symlink in the gdc testsuite directory Iain Buclaw 2021-03-26 00:57:54 +0100
  • 0907036f45 d: Define language hook for LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE Iain Buclaw 2021-03-27 02:31:45 +0100
  • d3ae0f515d d: Use COMPILER_FOR_BUILD to build all D front-end generator programs Iain Buclaw 2019-06-16 18:12:47 +0200
  • 65c001bfaf d: Don't generate per-module wrapper for calling DSO constructor/destructor. Iain Buclaw 2021-03-14 18:11:14 +0100
  • d21001c793 Daily bump. GCC Administrator 2021-03-28 00:16:17 +0000