aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-12-20PR c++/92745 - bogus error when initializing array of vectors.Marek Polacek4-8/+39
2019-12-20PR c++/92974 - bogus location for enum and non-enum in ?: warning.Marek Polacek6-18/+46
2019-12-21re PR c++/92965 ("note: 'x' is not public" emitted even when no error is emit...Jakub Jelinek4-4/+28
2019-12-21re PR c++/92966 (Segfault on defaulted operator== with wrong return type)Jakub Jelinek4-1/+16
2019-12-21re PR c++/92973 (Silently accepting defaulted comparison operators in C++11 ....Jakub Jelinek4-0/+19
2019-12-21re PR c++/92666 (bogus -Wunused-but-set-variable in gcov.c with -Wno-restrict)Jakub Jelinek4-0/+34
2019-12-21re PR c++/92992 (Side-effects dropped when decltype(nullptr) typed expression...Jakub Jelinek4-1/+41
2019-12-20Rename signed integer 16/34-bit macros.Michael Meissner4-14/+26
2019-12-20c-ada-spec.h (decl_sloc): Delete.Eric Botcazou7-22/+30
2019-12-20fortran: Fix PR number in comment of testcase for PR 69497Jonathan Wakely2-1/+6
2019-12-20gcc/testsuite/ChangeLog:Stam Markianos-Wright4-0/+108
2019-12-20Rename tests to reference the correct PRRoman Zhuykov3-0/+7
2019-12-20Introduce -finline-arg-packing.Thomas Koenig7-3/+77
2019-12-20Fortran] PR 92996 – fix rank resolution EXPR_ARRAYTobias Burnus9-31/+86
2019-12-20Improve is-coindexed check for OpenACC/OpenMPTobias Burnus4-3/+51
2019-12-20Fix testsuite-fallout of OpenACC deep-copy patchTobias Burnus2-8/+13
2019-12-20re PR target/92841 (Optimize -fstack-protector-strong code generation a bit)Jakub Jelinek4-3/+29
2019-12-20re PR target/93002 (while(i--) optimization)Jakub Jelinek4-0/+63
2019-12-20Fortran polymorphic class-type support for OpenACCJulian Brown3-19/+63
2019-12-20OpenACC 2.6 deep copy: Fortran front-end partsJulian Brown12-235/+613
2019-12-20OpenACC 2.6 deep copy: C and C++ front-end partsJulian Brown15-34/+618
2019-12-20OpenACC 2.6 deep copy: middle-end partsJulian Brown4-24/+233
2019-12-20Factor out duplicate code in gimplify_scan_omp_clausesJulian Brown2-133/+163
2019-12-20Daily bump.GCC Administrator1-1/+1
2019-12-19re PR target/92905 (Spills float-int union to memory)Vladimir Makarov4-5/+38
2019-12-19Update g++.dg/ext/sve-sizeless-2.C after r279471Richard Sandiford2-1/+6
2019-12-19Allow constants in amdgcn extends and truncatesAndrew Stubbs2-12/+24
2019-12-19Use V64SI for all amdgcn add-with-carry insnsAndrew Stubbs2-7/+13
2019-12-19Prevent conversion of character data in array constructors.Mark Eggleston6-6/+48
2019-12-19hash-map-tests.c: add a selftest involving int_hashDavid Malcolm2-0/+47
2019-12-19gimple const-correctness fixesDavid Malcolm9-123/+305
2019-12-19[AArch64] Fix handling of npatterns>1 constants for partial SVE modesRichard Sandiford5-4/+51
2019-12-19comment tweakJason Merrill1-1/+2
2019-12-19PR c++/52320 - EH cleanups for partially constructed arrays.Jason Merrill3-3/+69
2019-12-19PR c++/66139 - EH cleanups for partially constructed aggregates.Jason Merrill8-6/+117
2019-12-19Implement sub-dword add/sub on amdgcnAndrew Stubbs2-16/+25
2019-12-19[AArch64] Reject invalid subregs involving partial SVE modesRichard Sandiford4-3/+67
2019-12-19[AArch64] Handle arguments and return types with partial SVE modesRichard Sandiford4-20/+150
2019-12-19Revert accidental commitRichard Sandiford2-10/+0
2019-12-19Don't mangle attributes that have a space in their nameRichard Sandiford2-0/+10
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek2-1/+6
2019-12-19Fix symver attribute with LTOJan Hubicka6-7/+54
2019-12-19ipa: duplicate ipa_size_summary for cloned nodesJan Hubicka3-14/+17
2019-12-19Handle aggregate pass-through for self-recursive call (PR ipa/92794)Feng Xue4-16/+129
2019-12-19Daily bump.GCC Administrator1-1/+1
2019-12-18PR c++/91165 follow-on tweakJason Merrill2-1/+7
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm14-31/+422
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek4-6/+49
2019-12-19Add OpenACC 2.6's no_createJulian Brown22-19/+166
2019-12-18* ira.c (ira): Use simple LRA algorithm when not optimizing.Eric Botcazou2-14/+26