aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-16d: Remove dependency on front-end OutBuffer for diagnostic and deps file gene...Iain Buclaw2-60/+68
2020-06-16d: Remove dependency on front-end File type for json and deps file generation.Iain Buclaw1-10/+32
2020-06-16d: Move generation of array bounds error to own function.Iain Buclaw4-7/+25
2020-06-16libstdc++: Strip cv-qualifiers in std::atomic<FP> (PR 95282)Jonathan Wakely1-5/+5
2020-06-16libstdc++: Enforce copyable/movable checks in std::atomicJonathan Wakely2-0/+50
2020-06-16d: Use toStringExp instead of explicit castIain Buclaw2-4/+4
2020-06-16d: Use new isXxxxExp helpers where possibleIain Buclaw6-41/+46
2020-06-16d: Use toTypeFunction instead of explicit castIain Buclaw4-24/+11
2020-06-16d: Use new isTypeXxxx helpers where possible.Iain Buclaw10-120/+82
2020-06-16Fix pasto in the substitute_and_fold_engine merge with evrp.Aldy Hernandez3-1/+36
2020-06-16OpenACC/Fortran: permit 'routine' inside PURETobias Burnus4-13/+102
2020-06-16OpenMP/Fortran: Permit impure ELEMENTAL in omp directivesTobias Burnus2-2/+17
2020-06-16c++: Don't allow designated initializers with non-aggregates [PR95369]Marek Polacek3-1/+42
2020-06-16c++: Fix ICE in check_local_shadow with enum [PR95560]Marek Polacek2-1/+10
2020-06-16testsuite: Make sure the *san/inline* tests aren't UNRESOLVED with LTOJakub Jelinek3-3/+3
2020-06-16S/390: Emit vector alignment hints for z13 if AS accepts themStefan Schulze Frielinghaus5-3/+51
2020-06-16[PATCH][GCC] arm: Fix the MVE ACLE vaddq_m polymorphic variants.Srinath Parvathaneni2-24/+72
2020-06-16[PATCH][GCC] arm: Fix MVE scalar shift intrinsics code-gen.Srinath Parvathaneni6-36/+185
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek23-146/+948
2020-06-16openmp: Diagnose invalid OpenMP schedule(simd, static)Jakub Jelinek3-2/+30
2020-06-16testsuite: Add offloading_enabled check and use it for xfail (PR95622)Tobias Burnus4-4/+13
2020-06-16OpenMP/Fortran: Permit impure ELEMENTAL in omp directivesTobias Burnus3-16/+33
2020-06-16[Ada] Expand 'Pos and 'Val for enumeration types with standard representationEric Botcazou3-37/+69
2020-06-16[Ada] Fix spurious error on derived private type with predicateEric Botcazou1-6/+16
2020-06-16[Ada] Change how we detect internal protected subprogramsRichard Kenner1-1/+1
2020-06-16[Ada] Improve bug box customer languageRichard Kenner1-3/+3
2020-06-16[Ada] Minor casing of " The " after a comma in docs and commentsPiotr Trojanek14-20/+18
2020-06-16[Ada] Reuse Is_Object where possiblePiotr Trojanek4-4/+4
2020-06-16[Ada] Fix typo in comment about overlapping actualsPiotr Trojanek1-1/+1
2020-06-16[Ada] Force evaluation of qualified aggregatesPiotr Trojanek1-12/+11
2020-06-16[Ada] Couple of formatting and stylistic fixesEric Botcazou1-6/+4
2020-06-16[Ada] Enable literal aspect specifications in Big_Numbers specsSteve Baird2-3/+3
2020-06-16[Ada] Crash in tagged type constructor with task componentsJavier Miranda2-8/+172
2020-06-16[Ada] Declare expressionsBob Duff13-60/+253
2020-06-16[Ada] ACATS C452005/C452006 memberships use wrong equality operationArnaud Charlet4-6/+25
2020-06-16[Ada] Implement AI12-0216 on restricting overlap errors in callsEd Schonberg1-30/+13
2020-06-16[Ada] Fix premature freezing of artificial array subtypeEric Botcazou1-9/+12
2020-06-16[Ada] Implement AI12-0249, AI12-0295 (user-defined numeric & string literals)Steve Baird11-69/+377
2020-06-16[Ada] ACATS 4.1P - C432003 - Errors missed on extension aggregatesArnaud Charlet1-3/+5
2020-06-16[Ada] ACATS 4.1P - BC55001 - Error missedArnaud Charlet1-3/+1
2020-06-16[Ada] Fix assertion failure on qualified type names in predicatesPiotr Trojanek1-1/+1
2020-06-16[Ada] Force evaluation of operator calls in renamingsPiotr Trojanek1-5/+9
2020-06-16[Ada] ACATS 4.1K - B452001 - No errors detectedArnaud Charlet3-51/+50
2020-06-16[Ada] Check if attribute Passed_By_Reference is called on incomplete typesGhjuvan Lacambre1-0/+1
2020-06-16[Ada] Fix two typosGary Dismukes2-2/+2
2020-06-16[Ada] Crash in tagged type constructor with task componentsJavier Miranda1-47/+4
2020-06-16[Ada] Fix small fallout of freezing change for expression functionsEric Botcazou1-41/+49
2020-06-16[Ada] Fix spurious error on implicit dereference for private typeEric Botcazou1-4/+18
2020-06-16[Ada] Crash in tagged type constructor with task componentsJavier Miranda1-1/+3
2020-06-16[Ada] Spurious undefined symbol with nested call to expression functionEd Schonberg1-20/+16