aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-19[Ada] Minor remove extra whitespace in check suppression functionsPiotr Trojanek1-17/+17
2020-06-19[Ada] Attempt to hide public entities in nested instance bodiesEric Botcazou1-16/+35
2020-06-19[Ada] Reject junk expressions in attribute UpdatePiotr Trojanek1-1/+6
2020-06-19[Ada] Decorate record delta aggregate for GNATprovePiotr Trojanek1-12/+24
2020-06-19[Ada] universal_access equality and 'Access attributesArnaud Charlet1-14/+49
2020-06-19[Ada] Remove second warning for convention C_Variadic_nEric Botcazou1-11/+2
2020-06-19[Ada] Small cleanup in Apply_Range_Check implementationEric Botcazou3-172/+137
2020-06-19[Ada] Fix validity checks on attribute 'Old prefixPiotr Trojanek1-5/+11
2020-06-19[Ada] Add comments about attribute 'Valid_Scalars on private tagged typesPiotr Trojanek3-5/+10
2020-06-19[Ada] Simplify processing of 'Valid_Scalars on array typesPiotr Trojanek1-25/+17
2020-06-19[Ada] Fix validity checking for class-wide objectsPiotr Trojanek1-1/+1
2020-06-19[Ada] Remove repeated testing of Check_Validity_Of_ParametersPiotr Trojanek1-10/+8
2020-06-19[Ada] Add missing warning tag for some overlapping actuals warningsArnaud Charlet1-3/+3
2020-06-19Daily bump.GCC Administrator7-1/+587
2020-06-18c++: More P2002 operator<=> refinements.Jason Merrill4-12/+81
2020-06-18vect: Use vect_relevant_for_alignment_p consistentlyFei Yang1-26/+3
2020-06-18i386: Fix mode of ZERO_EXTRACT RTXes, remove ext_register_operand predicate.Uros Bizjak19-221/+765
2020-06-18Avoid warning for memset writing over multiple members.Martin Sebor3-34/+140
2020-06-18c++: ICE in requires-expressions with invalid args [PR95735]Marek Polacek2-0/+13
2020-06-18Fix use of inaccessible member in pr94052.CChristophe Lyon1-1/+1
2020-06-18vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmtsMartin Liska4-28/+109
2020-06-18Add missing PR number to ChangeLog (PR 95378)Jonathan Wakely1-0/+1
2020-06-18rs6000: Fix creation of VEC_COND_EXPRMartin Liska1-6/+9
2020-06-18OpenMP/Fortran: Reject allocatable components in map clauseTobias Burnus2-0/+21
2020-06-18middle-end/95739 - fix vector condition IFN expansionRichard Biener1-0/+4
2020-06-18Fix typo in tree-ssa-reassoc.c.Martin Liska1-1/+1
2020-06-18gcc-changelog: checkout & pull orderMartin Liska1-1/+1
2020-06-18c++: Fix tsubst ICE with invalid static_cast [PR95728]Marek Polacek2-0/+21
2020-06-18gcc-changelog: support merge commits in git_update_versionMartin Liska1-3/+11
2020-06-18silence empty-body warningTobias Burnus1-1/+3
2020-06-18phiopt: Improve minmax optimization [PR95699]Jakub Jelinek2-10/+92
2020-06-18forwprop: simplify_vector_constructor follow-up fix [PR95713]Jakub Jelinek2-7/+19
2020-06-18avoid early asm outputRichard Biener1-13/+13
2020-06-18remove SLP_TREE_TWO_OPERATORS, add SLP permutation nodeRichard Biener4-142/+378
2020-06-18[Ada] Fix small inefficiency in previous change to expanderEric Botcazou2-77/+57
2020-06-18[Ada] ACATS 4.1J - B854003 - Subtype conformance check missedArnaud Charlet3-11/+46
2020-06-18[Ada] Narrow large arithmetic and comparison operationsEric Botcazou2-18/+350
2020-06-18[Ada] Small cleanup in constraint checking code for allocatorsEric Botcazou2-63/+58
2020-06-18[Ada] Crash in tagged type constructor with task componentsJavier Miranda6-25/+66
2020-06-18[Ada] Update output of verbose error summaryGhjuvan Lacambre2-18/+64
2020-06-18[Ada] Small cleanup in the attribute code of the expanderEric Botcazou2-34/+34
2020-06-18[Ada] Implement AI12-0032 fixes for 'Old attribute accessibilitySteve Baird2-0/+27
2020-06-18[Ada] No Default_Initial_Condition check when declaring an imported objectSteve Baird1-0/+1
2020-06-18[Ada] Add support for XDR streaming in the default runtimeArnaud Charlet13-167/+428
2020-06-18[Ada] Fix host/target confusion for attribute To_AddressEric Botcazou1-3/+3
2020-06-18[Ada] Add second warning for convention C_Variadic_nEric Botcazou1-0/+10
2020-06-18[Ada] Profile mismatch between C and Ada functionsArnaud Charlet10-60/+60
2020-06-18[Ada] Minor cleanup in Expand_Call_HelperEric Botcazou1-18/+6
2020-06-18[Ada] Improve compile-time evaluation of value rangesEric Botcazou3-615/+667
2020-06-18[Ada] Do not treat pragma Compile_Time_Warning as error even with -gnatweGhjuvan Lacambre9-858/+949