aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Forward declare debug containers so std::pmr aliases workJonathan Wakely22-1/+392
2018-08-24re PR fortran/86837 (Optimization breaks an unformatted read with implicit loop)Thomas Koenig4-3/+81
2018-08-24Add a testcase for PR middle-end/87092H.J. Lu2-0/+15
2018-08-24re PR c++/67012 (decltype(auto) with trailing return type)Marek Polacek7-1/+48
2018-08-24emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak17-280/+102
2018-08-24Define vect_perm for variable-length SVERichard Sandiford5-12/+28
2018-08-24Avoid is_constant calls in vectorizable_bswapRichard Sandiford6-7/+54
2018-08-24Handle SLP permutations for variable-length vectorsRichard Sandiford11-68/+281
2018-08-24DWARF: Call set_indirect_string on DW_MACINFO_start_fileH.J. Lu4-0/+35
2018-08-24cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener10-43/+94
2018-08-24rs6000: Check that the base of a TOCREL is the TOC (PR86989)Segher Boessenkool2-1/+9
2018-08-24PR 87073/bootstrapAldy Hernandez2-8/+11
2018-08-24Daily bump.GCC Administrator1-1/+1
2018-08-23PR tree-optimization/87072 - false warning: array subscript is above array bo...Martin Sebor2-0/+20
2018-08-23* async.h (ASYNC_IO): Revert _AIX test.David Edelsohn2-1/+5
2018-08-23Fix failure when -fno-rtti test is run in C++17 or laterJonathan Wakely2-2/+7
2018-08-23tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion".Prathamesh Kulkarni2-1/+6
2018-08-23Fix typo 'exapnded' to 'expanded'Giuliano Belinassi4-2/+11
2018-08-23scev: dump final value replacement expressionsAlexander Monakov2-1/+8
2018-08-23Define debug mode function for C++98Jonathan Wakely2-3/+4
2018-08-23Fix C++98 tests to not use C++11 features.Jonathan Wakely3-3/+7
2018-08-23Fix comments in testsuite scriptJonathan Wakely2-3/+5
2018-08-23tree-vrp.c (abs_extent_range): Remove.Aldy Hernandez4-141/+168
2018-08-23[AARCH64] use "arch_enabled" attribute for aarch64.Matthew Malcomson3-94/+113
2018-08-23Fix recent bug in canonicalize_comparison (PR87026)Segher Boessenkool2-0/+10
2018-08-23Fix C++11-ism in C++98 member functionJonathan Wakely2-1/+5
2018-08-23Fix testsuite failures for __gnu_debug::string with old ABIJonathan Wakely4-11/+77
2018-08-23[libiberty patch] Fix PGO bootstrapNathan Sidwell2-80/+90
2018-08-23PR target/86951 arm - Handle speculation barriers on pre-armv7 CPUsRichard Earnshaw7-7/+93
2018-08-23re PR ipa/87024 (ICE in fold_stmt_1)Richard Biener4-1/+32
2018-08-23[AArch64] Improve SVE handling of single-vector permutesRichard Sandiford7-12/+26
2018-08-23Fix aarch64_evpc_tbl guard (PR 85910)Richard Sandiford2-1/+7
2018-08-23Signed zero for {max,min}val intrinsicsJanne Blomqvist2-21/+12
2018-08-23Remove C++14-isms from C++11 testsJonathan Wakely3-3/+7
2018-08-23Skip tests that depend on the cxx11 std::stringJonathan Wakely4-0/+10
2018-08-23re PR fortran/86863 ([OOP][F2008] type-bound module procedure name not recogn...Paul Thomas4-3/+84
2018-08-23Daily bump.GCC Administrator1-1/+1
2018-08-22tree-ssa-dse.c (compute_trims): Avoid folding away undefined behaviour.Bernd Edlinger2-0/+12
2018-08-23Fix tests that fail in C++98 modeJonathan Wakely7-6/+16
2018-08-22PR libstdc++/87061 remove pmr type aliases for COW stringsJonathan Wakely7-3/+26
2018-08-22PR libstdc++/78448 limit vector::max_size and deque::max_sizeJonathan Wakely7-15/+381
2018-08-22gfortran.texi: Mention that asynchronous I/O does not work on systems which l...Thomas Koenig4-11/+27
2018-08-22re PR fortran/86935 (Bad locus in ASSOCIATE statement)Janus Weil5-9/+44
2018-08-22re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont25-537/+1093
2018-08-22module.c (load_generic_interfaces): Move call to find_symbol() so that only o...Andrew Benson2-3/+8
2018-08-22Update write after approval listAndrew Benson1-0/+1
2018-08-22re PR fortran/86888 ([F08] allocatable components of indirectly recursive type)Janus Weil11-32/+52
2018-08-22PR middle-end/87052 - STRING_CST printing incomplete in Gimple dumpsMartin Sebor5-48/+77
2018-08-22[ fix changelog ]Segher Boessenkool1-0/+1
2018-08-22Change AArch64 specific FMAX/FMIN tests into generic MAX_EXPR/MIN_EXPR testsSzabolcs Nagy3-4/+11