gcc.git
2018-08-24 Ian Lance Taylorruntime: remove the dummy arg of getcallersp
2018-08-24 Jonathan WakelyForward declare debug containers so std::pmr aliases...
2018-08-24 Thomas Koenigre PR fortran/86837 (Optimization breaks an unformatted...
2018-08-24 H.J. LuAdd a testcase for PR middle-end/87092
2018-08-24 Marek Polacekre PR c++/67012 (decltype(auto) with trailing return...
2018-08-24 Uros Bizjakemit-rtl.c (init_emit_once): Do not emit MODE_POINTER_B...
2018-08-24 Richard SandifordDefine vect_perm for variable-length SVE
2018-08-24 Richard SandifordAvoid is_constant calls in vectorizable_bswap
2018-08-24 Richard SandifordHandle SLP permutations for variable-length vectors
2018-08-24 H.J. LuDWARF: Call set_indirect_string on DW_MACINFO_start_file
2018-08-24 Richard Bienercfg.h (struct control_flow_graph): Add edge_flags_alloc...
2018-08-24 Segher Boessenkoolrs6000: Check that the base of a TOCREL is the TOC...
2018-08-24 Aldy HernandezPR 87073/bootstrap
2018-08-24 GCC AdministratorDaily bump.
2018-08-23 Martin SeborPR tree-optimization/87072 - false warning: array subsc...
2018-08-23 David Edelsohn* async.h (ASYNC_IO): Revert _AIX test.
2018-08-23 Jonathan WakelyFix failure when -fno-rtti test is run in C++17 or...
2018-08-23 Prathamesh... tree-vect-data-refs.c (vect_grouped_store_supported...
2018-08-23 Giuliano BelinassiFix typo 'exapnded' to 'expanded'
2018-08-23 Alexander Monakovscev: dump final value replacement expressions
2018-08-23 Jonathan WakelyDefine debug mode function for C++98
2018-08-23 Jonathan WakelyFix C++98 tests to not use C++11 features.
2018-08-23 Jonathan WakelyFix comments in testsuite script
2018-08-23 Aldy Hernandeztree-vrp.c (abs_extent_range): Remove.
2018-08-23 Matthew Malcomson[AARCH64] use "arch_enabled" attribute for aarch64.
2018-08-23 Segher BoessenkoolFix recent bug in canonicalize_comparison (PR87026)
2018-08-23 Jonathan WakelyFix C++11-ism in C++98 member function
2018-08-23 Jonathan WakelyFix testsuite failures for __gnu_debug::string with...
2018-08-23 Nathan Sidwell[libiberty patch] Fix PGO bootstrap
2018-08-23 Richard EarnshawPR target/86951 arm - Handle speculation barriers on...
2018-08-23 Richard Bienerre PR ipa/87024 (ICE in fold_stmt_1)
2018-08-23 Richard Sandiford[AArch64] Improve SVE handling of single-vector permutes
2018-08-23 Richard SandifordFix aarch64_evpc_tbl guard (PR 85910)
2018-08-23 Janne BlomqvistSigned zero for {max,min}val intrinsics
2018-08-23 Jonathan WakelyRemove C++14-isms from C++11 tests
2018-08-23 Jonathan WakelySkip tests that depend on the cxx11 std::string
2018-08-23 Paul Thomasre PR fortran/86863 ([OOP][F2008] type-bound module...
2018-08-23 GCC AdministratorDaily bump.
2018-08-22 Bernd Edlingertree-ssa-dse.c (compute_trims): Avoid folding away...
2018-08-22 Jonathan WakelyFix tests that fail in C++98 mode
2018-08-22 Jonathan WakelyPR libstdc++/87061 remove pmr type aliases for COW...
2018-08-22 Jonathan WakelyPR libstdc++/78448 limit vector::max_size and deque...
2018-08-22 Thomas Koeniggfortran.texi: Mention that asynchronous I/O does not...
2018-08-22 Janus Weilre PR fortran/86935 (Bad locus in ASSOCIATE statement)
2018-08-22 François Dumontre PR libstdc++/68222 (_Safe_iterator provides operator...
2018-08-22 Andrew Bensonmodule.c (load_generic_interfaces): Move call to find_s...
2018-08-22 Andrew BensonUpdate write after approval list
2018-08-22 Janus Weilre PR fortran/86888 ([F08] allocatable components of...
2018-08-22 Martin SeborPR middle-end/87052 - STRING_CST printing incomplete...
2018-08-22 Segher Boessenkool[ fix changelog ]
2018-08-22 Szabolcs NagyChange AArch64 specific FMAX/FMIN tests into generic...
2018-08-22 Segher Boessenkoolcombine: Do another check before splitting a parallel...
2018-08-22 Richard Sandiford[2/2] Fix bogus inner induction (PR 86725)
2018-08-22 Richard Sandiford[1/2] Fix bogus double reduction (PR 86725)
2018-08-22 Richard SandifordMake the vectoriser drop to strided accesses for stores...
2018-08-22 Richard SandifordOnly test STMT_VINFO_STRIDED_P for the first statement...
2018-08-22 Iain SandoeUdate Darwin's LTO specs to match what's in gcc/gcc.c
2018-08-22 Iain Sandoestringify __USER_LABEL_PREFIX__ in pr85248 testcase.
2018-08-22 Iain SandoeMake the gcc-ar,nm, strip tools respond correctly to...
2018-08-22 Jonathan WakelyPR libstdc++/77854 document size_type for containers
2018-08-22 Iain Sandoecommit missed change from r263764
2018-08-22 Iain SandoeMove Darwin10 unwinder fix to a crt shim.
2018-08-22 Iain SandoeAllw for Darwin to operate with an assembler supporting...
2018-08-22 Iain SandoeFix FDE labels for Darwin
2018-08-22 Richard Bienerre PR tree-optimization/86988 (ICE: tree check: expecte...
2018-08-22 Richard Bienerre PR tree-optimization/86945 (BUG with optimisation...
2018-08-22 Alexandre Olivars6000 small data: add note on sdata2/r2
2018-08-22 Alexandre Olivafix reassoc cut&pasto
2018-08-22 GCC AdministratorDaily bump.
2018-08-21 François DumontP0646R1 Improving the Return Value of Erase-Like Algori...
2018-08-21 Janne BlomqvistUnconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intri...
2018-08-21 Nicolas Koenigre PR fortran/25829 ([F03] Asynchronous IO support)
2018-08-21 Marek Polacekre PR c++/86499 (lambda-expressions with capture-defaul...
2018-08-21 Paolo Carlinidecl.c (check_static_variable_definition): Change to...
2018-08-21 Marek PolacekPR c++/86981, Implement -Wpessimizing-move.
2018-08-21 Marek Polacekre PR c++/65043 (Expected narrowing conversion during...
2018-08-21 Marek Polacek* cp-tree.h: Fix typo.
2018-08-21 Hristian Kirtchev[Ada] Minor reformattings
2018-08-21 Jerome Lambourg[Ada] Add a new gnat tool vxlink
2018-08-21 Ed Schonberg[Ada] Crash on expression function and tagged types
2018-08-21 Ed Schonberg[Ada] Spurious crash on expression function as completi...
2018-08-21 Hristian Kirtchev[Ada] Retention of with clauses for ignored Ghost units
2018-08-21 Javier Miranda[Ada] Crash processing SPARK annotate aspect
2018-08-21 Ed Schonberg[Ada] Spurious error on overriding protected function...
2018-08-21 Ed Schonberg[Ada] Properly set scope of artificial entities in...
2018-08-21 Ed Schonberg[Ada] Fix scope computation for loop statements
2018-08-21 Bob Duff[Ada] Einfo: remove obsolete code
2018-08-21 Maroua Maalej[Ada] Update for Ownership rules for access types accor...
2018-08-21 Ed Schonberg[Ada] Spurious ambiguity error on call returning an...
2018-08-21 Yannick Moy[Ada] Document entries of the target parametrization...
2018-08-21 Ed Schonberg[Ada] Set scope of elaboration flag for 'Access
2018-08-21 Ed Schonberg[Ada] Sprint: add guard on printing aspects
2018-08-21 Javier Miranda[Ada] Crash compiling SPARK ghost functions with callgr...
2018-08-21 Ed Schonberg[Ada] Unnesting: do not set size of access subprograms
2018-08-21 Ed Schonberg[Ada] Unnesting: do not emit warnings for access to...
2018-08-21 Ed Schonberg[Ada] Improper copying of limited arrays with default...
2018-08-21 Eric Botcazou[Ada] Fix spurious error on unchecked conversion on...
2018-08-21 Eric Botcazou[Ada] Fix internal error on extension of record with...
2018-08-21 Ed Schonberg[Ada] Spurious "Duplicated symbol" error with discrimin...
2018-08-21 Yannick Moy[Ada] Define versions of dimension system for Float...
next