aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-18Daily bump.GCC Administrator6-1/+680
2020-06-18[OpenMP, gimplifier] 'inform' after 'error' diagnosticThomas Schwinge22-53/+54
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-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-17amdgcn: Switch to HSACO v3 binary formatAndrew Stubbs6-288/+116
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
2020-06-17[Ada] Do not give "bad indentation" error inside a declare_expressionBob Duff3-15/+29
2020-06-17[Ada] Improve error message on anonymous access parameter conversionArnaud Charlet1-1/+1
2020-06-17[Ada] Do not generate useless length check for array initializationEric Botcazou4-3/+40
2020-06-17[Ada] Support aspect Relaxed_Initialization on private types and constantsPiotr Trojanek5-10/+47
2020-06-17[Ada] Small cleanup throughout CStand bodyEric Botcazou1-117/+70
2020-06-17[Ada] Remove new problematic condition for LLVMEric Botcazou1-3/+1
2020-06-17[Ada] Various typo corrections plus minor reformattingGary Dismukes5-35/+33
2020-06-17[Ada] Ada2020: AI12-0110 Tampering checks are performed firstBob Duff26-335/+313
2020-06-17[Ada] Couple of small tweaks related to integer conversionsEric Botcazou2-7/+19