aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-01-19[arm] Fix gcc.target/arm/pr79058.cKyrylo Tkachov2-1/+6
2018-01-19mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor1-1/+1
2018-01-19mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32Ian Lance Taylor1-1/+1
2018-01-19runtime: no escape for some functions on AIXIan Lance Taylor1-1/+1
2018-01-19cmd/go: recognize AIX objects and archivesIan Lance Taylor1-1/+1
2018-01-19runtime: add go:noescape declaration for SolarisIan Lance Taylor1-1/+1
2018-01-19pr52451.c (main): Skip long double test on hppa*-*-hpux*.John David Anglin2-0/+9
2018-01-19Daily bump.GCC Administrator1-1/+1
2018-01-19re PR ipa/83619 (ICE in inliner: caller edge count does not match BB count)Jakub Jelinek2-9/+17
2018-01-18Fix template/inherit4.C.Jason Merrill4-1/+18
2018-01-18cp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIALIZED_P vs...Paolo Carlini2-1/+6
2018-01-18builtins-6.h (foo): Add missing closing bracket to the function.Carl Love2-1/+5
2018-01-18re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible)Jakub Jelinek4-4/+35
2018-01-18PR c++/82461 - constexpr list-initialized memberJason Merrill3-1/+28
2018-01-18re PR c++/81013 (ICE with invalid union in class hierarchy)Paolo Carlini4-1/+31
2018-01-18[AArch64] Fix fp16 test failures after PR82964 fixWilco Dijkstra2-2/+7
2018-01-18re PR ipa/82256 (clones created by create_version_clone_with_body are not obs...Jan Hubicka2-1/+8
2018-01-18Be clear about virtual table pointer corruptuion rather than the vtable itself.Martin Sebor2-5/+9
2018-01-18[arm] Enable gcc.dg/rtl/arm/stl-cond.c on armeb.Christophe Lyon2-1/+5
2018-01-18re PR ipa/83619 (ICE in inliner: caller edge count does not match BB count)Jan Hubicka4-0/+80
2018-01-18[ARM,testsuite] Make arm_arch_FUNC_ok more robustChristophe Lyon2-0/+10
2018-01-18[arm] Fix gcc.target/arm/pr70278.cKyrylo Tkachov2-0/+7
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov27-92/+323
2018-01-18Small retpoline clean-up.Martin Liska12-10/+32
2018-01-18[arm] Fix gcc.target/arm/xor-and.cChristophe Lyon2-1/+6
2018-01-18PR c++/83160] local ref to captureNathan Sidwell6-3/+62
2018-01-18re PR tree-optimization/83887 ([graphite] ICE in verify_dominators, at domina...Richard Biener6-148/+184
2018-01-18[arm] PR target/65578: Fix builtin-bswap16-1.c and builtin-bswap-1.cKyrylo Tkachov7-81/+116
2018-01-18[arm] Fix gcc.target/arm/pr40887.c directivesChristophe Lyon2-1/+6
2018-01-18re PR c/61240 (Incorrect warning "integer overflow in expression" on pointer-...Jakub Jelinek4-3/+44
2018-01-18re PR fortran/83864 (ICE in gfc_apply_init, at fortran/expr.c:4271)Harald Anlauf4-1/+24
2018-01-18re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...Ian Lance Taylor4-3/+11
2018-01-17re PR testsuite/83883 (FAIL: gcc.dg/tree-ssa/ssa-dse-26.c scan-tree-dump-time...Jeff Law2-1/+8
2018-01-18rs6000.md (*call_indirect_nonlocal_sysv<mode>): Generate different code for -...Bill Schmidt6-13/+191
2018-01-18Daily bump.GCC Administrator1-1/+1
2018-01-17re PR fortran/83874 (ICE initializing character array from derived type)Harald Anlauf4-1/+30
2018-01-18re PR c++/83824 (ICE on invalid C++ code with alignas: in chainon, at tree.c:...Jakub Jelinek4-32/+77
2018-01-17rs6000.c (rs6000_emit_move): If we load or store a long double type...Michael Meissner6-0/+78
2018-01-17re PR c++/78344 (ICE on invalid c++ code on x86_64-linux-gnu (internal compil...Paolo Carlini4-3/+25
2018-01-17compiler: enable escape analysis for runtimeIan Lance Taylor5-88/+114
2018-01-17re PR c++/83897 (Useless __builtin_unreachable () emitted by the C++ FE)Jakub Jelinek4-0/+25
2018-01-17re PR ipa/83051 (ICE on valid code at -O3: in edge_badness, at ipa-inline.c:1...Jan Hubicka4-1/+25
2018-01-17re PR c++/81054 (ICE with volatile variable in constexpr function)Paolo Carlini1-0/+6
2018-01-17re PR c++/81054 (ICE with volatile variable in constexpr function)Paolo Carlini4-4/+30
2018-01-17fold-vec-mergehl-char.c: New.Will Schmidt11-3/+533
2018-01-17rs6000.c (rs6000_gimple_builtin): Add gimple folding support for merge[hl].Will Schmidt6-18/+103
2018-01-17[arm] Fix gcc.target/arm/g2.c and scd42-2.c for --with-mode=thumb hardfloat t...Kyrylo Tkachov3-2/+7
2018-01-17RISC-V: Mark fsX as call clobbered when soft-float.Andrew Waterman2-0/+12
2018-01-17archive/tar: support stat and device numbers on AIXIan Lance Taylor1-1/+1
2018-01-17[C++/83287] Another overload lookup iceNathan Sidwell4-1/+36