aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-18[Ada] Suppress CodePeer message on possible uninitialized variableArnaud Charlet1-2/+2
2020-06-18[Ada] Fix failed assertion on a slice indexed by a subtype_indicationPiotr Trojanek1-0/+4
2020-06-18[Ada] Cleanups in code related to static expressionsPiotr Trojanek3-15/+14
2020-06-18[Ada] Avoid forced loading of System.Priority in CodePeer modePiotr Trojanek1-1/+1
2020-06-18[Ada] ACATS 4.1L - B452002 - Wrong universal access "=" rulesArnaud Charlet5-99/+291
2020-06-18[Ada] AI12-0293-1 Implement storage streamsBob Duff7-1/+483
2020-06-18[Ada] Missing error on aspects Input and OutputJavier Miranda1-23/+10
2020-06-18[Ada] Small adjustment to Get_Integer_Type functionEric Botcazou1-9/+11
2020-06-18[Ada] Fix invalid expression sharing in Expand_Array_EqualityEric Botcazou1-9/+8
2020-06-18[Ada] Properly test for Protected_Body_SubprogramRichard Kenner1-2/+1
2020-06-18[Ada] The definition of constants in declare expressions is an interfering co...Claire Dross1-0/+1
2020-06-18[Ada] List aspect Relaxed_Initialization in GNAT RMPiotr Trojanek3-531/+568
2020-06-18[Ada] Crash in tagged type constructor with task componentsJavier Miranda3-4/+42
2020-06-18[Ada] Small improvement to Optimize_Length_ComparisonEric Botcazou1-2/+3
2020-06-18Add missing check for gassign.Martin Liska1-2/+3
2020-06-18gcc-changelog: fix Backported from timestamp.Martin Liska1-1/+5
2020-06-18Daily bump.GCC Administrator10-1/+757
2020-06-18[OpenMP, gimplifier] 'inform' after 'error' diagnosticThomas Schwinge22-53/+54
2020-06-18Add 'dg-do run' to 'libgomp.fortran/use_device_ptr-optional-3.f90' [PR94848]Thomas Schwinge1-0/+1
2020-06-18hurd: libgcc unwinding support over signal trampolinesSamuel Thibault2-1/+114
2020-06-17libstdc++: Avoid stack overflow in std::vector (PR 94540)Jonathan Wakely6-16/+200
2020-06-17[HSA] Avoid ICE when "HSA does not implement indirect calls"Thomas Schwinge2-4/+29
2020-06-17Fix typo in attribute access example.Forrest Timour1-1/+1
2020-06-17libstdc++: Fix tests for uninitialized_value_construct_nJonathan Wakely2-46/+12
2020-06-17libstdc++: Handle non-integral sizes in std::uninitialized_fill_nJonathan Wakely4-9/+224
2020-06-17c++: Fix bogus "does not declare anything" warning (PR 66159)Jonathan Wakely2-2/+10
2020-06-17vect: CSE for bump and offset in strided load/store operations.Kaipeng Zhou2-12/+22
2020-06-17c++: implicit operator== adjustments from P2002.Jason Merrill4-103/+128
2020-06-17c++: Add test for C++20 NB comment CA107.Jason Merrill1-0/+33
2020-06-17c++: Fix consteval operator handling.Jason Merrill2-1/+12
2020-06-17c++: Treat in-class default/delete as definitions.Jason Merrill5-16/+37
2020-06-17c-family: check qualifiers of arguments to __atomic built-ins (PR 95378)Jonathan Wakely2-0/+152
2020-06-17recog: Tweak insn_gen_fn::operator() definitionRichard Sandiford2-2/+7
2020-06-17IBM Z: Prevent mach optimization on doloop patternsAndreas Krebbel2-2/+30
2020-06-17Use SLP_TREE_VECTYPE consistentlyRichard Biener2-10/+17
2020-06-17c++: ICE with IMPLICIT_CONV_EXPR in array subscript [PR95508]Marek Polacek4-1/+33
2020-06-17Fix use of inaccessible member in pr85503.C [PR95716]Patrick Palka1-0/+1
2020-06-17tree-optimization/95717 - fix SSA update for vectorizer epilogueRichard Biener2-4/+16
2020-06-17testsuite: clean up .gcov files in test-suite.Martin Liska2-2/+2
2020-06-17Lower VEC_COND_EXPR into internal functions.Martin Liska16-211/+441
2020-06-17gcc-changelog: Support 'Backported from master'.Martin Liska5-10/+80
2020-06-17amdgcn: Switch to HSACO v3 binary formatAndrew Stubbs7-518/+121
2020-06-17gcov*: collapse lisence header to 2 lines in --version.Martin Liska3-9/+6
2020-06-17[Ada] Add early return to Apply_Universal_Integer_Attribute_ChecksEric Botcazou1-0/+5
2020-06-17[Ada] ACATS 4.1H - BA12018 - Missed errors for private withArnaud Charlet1-4/+8
2020-06-17[Ada] Additional legality rule for indexing operation for derived typeEd Schonberg1-2/+34
2020-06-17[Ada] Nested subprograms in protected subprograms improperly handled in GNAT-...Gary Dismukes1-0/+29
2020-06-17[Ada] Ada2020: AI12-0279 more dispatching points with aspect YieldJavier Miranda11-25/+320
2020-06-17[Ada] Fix incorrect operand sharing after expansionEric Botcazou1-7/+6
2020-06-17[Ada] Crash in tagged type constructor with task componentsJavier Miranda4-14/+186