summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to Go 1.13beta1 releaseIan Lance Taylor2019-09-061843-63545/+122494
* function.c (assign_parm_find_data_types): Use RECORD_OR_UNION_TYPE_P before t...Jakub Jelinek2019-09-063-7/+10
* inf-compare-1.c: Skip AIX.David Edelsohn2019-09-068-0/+15
* Warray-bounds-4.C: Skip AIX.David Edelsohn2019-09-065-1/+12
* Fix testcase to not use LTO with -fvtable-verify.Caroline Tice2019-09-062-1/+8
* Define std::ssize for C++20 (P1227R2)Jonathan Wakely2019-09-065-4/+92
* [preprocessor] Popping "" file namesNathan Sidwell2019-09-064-3/+43
* [PATCH] Deprecate -frepo option.Nathan Sidwell2019-09-063-18/+8
* [C++ PATCH] Reserve a decl_lang bitNathan Sidwell2019-09-064-16/+16
* Fix GCC_LINUX_FUTEX to work with C99 compilersFlorian Weimer2019-09-068-0/+25
* [arm] Add missing predicated-short-it variants to cmp_and and cmp_ior patternsRichard Earnshaw2019-09-062-22/+32
* Improve documentation of for statement.Martin Liska2019-09-062-2/+6
* Remove support for repo files (PR c++/91125).Martin Liska2019-09-0645-1855/+112
* Daily bump.GCC Administrator2019-09-061-1/+1
* RISC-V: Fix bad insn splits with paradoxical subregs.Jakub Jelinek2019-09-056-9/+125
* re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf2019-09-054-5/+17
* re PR fortran/91660 (Missing error on invalid type declaration)Steven G. Kargl2019-09-056-7/+53
* PR c++/91644 - ICE with constinit in function template.Marek Polacek2019-09-055-3/+63
* Global GCN instructions need nops too.Andrew Stubbs2019-09-052-2/+7
* Improve precondition checks for std::spanJonathan Wakely2019-09-0526-123/+733
* re PR target/91615 ([armeb] ICEs since r274986)Bernd Edlinger2019-09-052-14/+25
* re PR middle-end/91001 (internal compiler error: in extract_insn, at recog.c:...Jakub Jelinek2019-09-054-4/+55
* re PR rtl-optimization/91656 (wrong code with -fgcse-after-reload)Richard Biener2019-09-056-3/+89
* [C++ PATCH] vtable decl markingNathan Sidwell2019-09-052-3/+8
* Implement std::span for C++20JeanHeyd Meneide2019-09-0515-3/+1052
* [preprocessor/91639] #includes at EOFNathan Sidwell2019-09-0510-22/+58
* re PR middle-end/90501 (ICE: address taken, but ADDRESSABLE bit not set)Richard Biener2019-09-052-0/+7
* install.texi: Update and clarify requirements to build GNAT.Arnaud Charlet2019-09-052-25/+32
* Force IFN_LOAD/STORE_LANES operands to be memory (PR91577)Richard Sandiford2019-09-054-4/+63
* Remove broken URL from libstdc++ manualJonathan Wakely2019-09-053-9/+10
* Improve PRNG jumping when using threadsJanne Blomqvist2019-09-052-27/+32
* re PR tree-optimization/91663 (split function can be re-inlined, leaving bad ...Ian Lance Taylor2019-09-052-0/+11
* Daily bump.GCC Administrator2019-09-051-1/+1
* re PR fortran/91650 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl2019-09-045-0/+41
* PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe2019-09-046-11/+191
* Add user-defined clock to libstdc++ condition_variable testsMike Crowe2019-09-043-8/+69
* Disallow -fvtable-verify and -flto to be used together.Caroline Tice2019-09-042-0/+9
* Remove -fdeduce-init-list.Marek Polacek2019-09-049-70/+23
* re PR target/32413 (internal compiler error: in reload_cse_simplify_operands,...Uros Bizjak2019-09-042-0/+7
* Add warning Wenum-conversion for C and ObjC.Prathamesh Kulkarni2019-09-048-1/+68
* mklog: Do not print changed functions in testsuiteMartin Liska2019-09-042-1/+7
* mklog: parse PR references from new test filesMartin Liska2019-09-042-2/+25
* Use argparse.ArgumentParser for mklog.Martin Liska2019-09-042-48/+29
* re PR middle-end/36262 (Extreme memory usage of VRP compared to older versions)Richard Biener2019-09-042-32/+44
* gfortran.texi: Update documentation to catch up with BOZ changes.Steven G. Kargl2019-09-043-35/+24
* Daily bump.GCC Administrator2019-09-041-1/+1
* compiler: only import variable into . if same packageIan Lance Taylor2019-09-032-2/+2
* MSP430: Use default_elf_select_section to determine sections for dataJozef Lawrynowicz2019-09-032-31/+61
* MSP430: Setup exclusion tables for function and data attributesJozef Lawrynowicz2019-09-036-95/+222
* Implement TARGET_HANDLE_GENERIC_ATTRIBUTEJozef Lawrynowicz2019-09-039-10/+114