summaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)Author
2020-05-09Update copyright yearEric Botcazou
2020-05-09Add assertion for access attributesEric Botcazou
2020-05-09Fix small issues with -fgnat-encodings=minimalEric Botcazou
2020-05-09Fix tree sharing issue with slicesEric Botcazou
2020-05-09Do not override -fnon-call-exceptions in default modeEric Botcazou
2020-05-09Do not make a local copy of large aggregateEric Botcazou
2020-05-09Fix problematic cases of wrappingEric Botcazou
2020-05-09Accept qualified aggregates in memset pathEric Botcazou
2020-05-09Fix missing back-annotation for Out parameterEric Botcazou
2020-05-09Small housekeeping work in gigiEric Botcazou
2020-05-09Remove last use of expr_alignEric Botcazou
2020-05-08Fix uniqueness of address for aliased objectsEric Botcazou
2020-05-08Couple of tweaks to help in LTO modeEric Botcazou
2020-05-08Fix missing information in exception messages with -gnateEEric Botcazou
2020-05-08Small tweak to gnat_to_gnu_paramEric Botcazou
2020-05-04Fix Ada bootstrap on Cygwin64Eric Botcazou
2020-03-11Fix GIMPLE verification failure in LTO mode on Ada codeEric Botcazou
2020-03-11Fix internal error on locally-defined subpoolsEric Botcazou
2020-02-06Initialize barrier_cache for ARM EH ABI complianceAlexandre Oliva
2020-01-04* gnatvsn.ads: Bump copyright year.Eric Botcazou
2020-01-01Update copyright years.Jakub Jelinek
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2019-12-22libada: Fix shared library installation with `--disable-libada'Maciej W. Rozycki
2019-12-18trans.c (Pragma_to_gnu): Push a diagnostics state for pragma Warnings (Off) b...Eric Botcazou
2019-12-18[Ada] Missing accessibility check on access discriminantsJustin Squirek
2019-12-18[Ada] Fix uninitialized out parameter in s-regpat.adbArnaud Charlet
2019-12-18[Ada] Atomic aspect on formal generic params now supported in Ada 202x modeArnaud Charlet
2019-12-18[Ada] Simplify Big_Integer and Big_Real interfaceArnaud Charlet
2019-12-18[Ada] Fix three-letter typos like "sss" in comments and docsPiotr Trojanek
2019-12-18[Ada] Missing accessibility actuals on calls to interface conversion functionsGary Dismukes
2019-12-18[Ada] AI12-0282: shared variable control aspects on formal typesEd Schonberg
2019-12-18[Ada] Minor housekeeping work in Create_StandardEric Botcazou
2019-12-18[Ada] Reserving switch d_K for known problem isssues detectionJavier Miranda
2019-12-18[Ada] Reject aspect specifications on number constantsGhjuvan Lacambre
2019-12-18[Ada] Einfo: fix typo in commentPiotr Trojanek
2019-12-18[Ada] Do not propagate Object_Size onto Size for composite typesEric Botcazou
2019-12-18[Ada] Document the introduction of the Object_Size attribute in Ada 2020Eric Botcazou
2019-12-18[Ada] Wrong error on hidden must-override primitiveBob Duff
2019-12-18[Ada] Bad "already use-visible" warning re: use in private partBob Duff
2019-12-16[Ada] Suppress unused warnings in the presence of errorsBob Duff
2019-12-16[Ada] Minor: improve commentsBob Duff
2019-12-16[Ada] Minor comment fixBob Duff
2019-12-16[Ada] Check for "size for" in Special_Msg_DeleteBob Duff
2019-12-16[Ada] Do not set a bogus Esize on subtype built for Component_Size clauseEric Botcazou
2019-12-16[Ada] Fix warning on _REENTRANTArnaud Charlet
2019-12-16[Ada] Mark Deallocator as Favor_Top_LevelArnaud Charlet
2019-12-16[Ada] AI12-0234/321 atomic operationsArnaud Charlet
2019-12-16[Ada] Remove new strict-alignment check added by AI12-0001Eric Botcazou
2019-12-16[Ada] Crash on constrained container in generalized indexing operationEd Schonberg
2019-12-16[Ada] Prototype implementastion of Ada2020 Map-reduce constructEd Schonberg