aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2020-05-12Fix incorrect scalar storage order handlingEric Botcazou2-5/+18
2020-05-09Update copyright yearEric Botcazou13-12/+16
2020-05-09Add assertion for access attributesEric Botcazou2-0/+8
2020-05-09Fix small issues with -fgnat-encodings=minimalEric Botcazou7-208/+247
2020-05-09Fix tree sharing issue with slicesEric Botcazou2-2/+14
2020-05-09Do not override -fnon-call-exceptions in default modeEric Botcazou2-1/+7
2020-05-09Do not make a local copy of large aggregateEric Botcazou2-13/+83
2020-05-09Fix problematic cases of wrappingEric Botcazou2-2/+8
2020-05-09Accept qualified aggregates in memset pathEric Botcazou2-12/+21
2020-05-09Fix missing back-annotation for Out parameterEric Botcazou2-1/+9
2020-05-09Small housekeeping work in gigiEric Botcazou5-81/+66
2020-05-09Remove last use of expr_alignEric Botcazou2-1/+11
2020-05-08Fix uniqueness of address for aliased objectsEric Botcazou2-3/+18
2020-05-08Couple of tweaks to help in LTO modeEric Botcazou3-8/+141
2020-05-08Fix missing information in exception messages with -gnateEEric Botcazou2-25/+33
2020-05-08Small tweak to gnat_to_gnu_paramEric Botcazou2-2/+10
2020-05-04Fix Ada bootstrap on Cygwin64Eric Botcazou3-1/+9
2020-03-11Fix GIMPLE verification failure in LTO mode on Ada codeEric Botcazou1-1/+1
2020-03-11Fix internal error on locally-defined subpoolsEric Botcazou2-1/+13
2020-02-06Initialize barrier_cache for ARM EH ABI complianceAlexandre Oliva2-0/+15
2020-01-04* gnatvsn.ads: Bump copyright year.Eric Botcazou2-2/+6
2020-01-01Update copyright years.Jakub Jelinek1-0/+2
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek4-6712/+6722
2019-12-22libada: Fix shared library installation with `--disable-libada'Maciej W. Rozycki2-0/+10
2019-12-18trans.c (Pragma_to_gnu): Push a diagnostics state for pragma Warnings (Off) b...Eric Botcazou2-1/+21
2019-12-18[Ada] Missing accessibility check on access discriminantsJustin Squirek2-46/+186
2019-12-18[Ada] Fix uninitialized out parameter in s-regpat.adbArnaud Charlet2-6/+9
2019-12-18[Ada] Atomic aspect on formal generic params now supported in Ada 202x modeArnaud Charlet3-2/+11
2019-12-18[Ada] Simplify Big_Integer and Big_Real interfaceArnaud Charlet5-87/+70
2019-12-18[Ada] Fix three-letter typos like "sss" in comments and docsPiotr Trojanek14-15/+24
2019-12-18[Ada] Missing accessibility actuals on calls to interface conversion functionsGary Dismukes2-0/+36
2019-12-18[Ada] AI12-0282: shared variable control aspects on formal typesEd Schonberg5-17/+172
2019-12-18[Ada] Minor housekeeping work in Create_StandardEric Botcazou2-2/+6
2019-12-18[Ada] Reserving switch d_K for known problem isssues detectionJavier Miranda2-1/+9
2019-12-18[Ada] Reject aspect specifications on number constantsGhjuvan Lacambre2-1/+8
2019-12-18[Ada] Einfo: fix typo in commentPiotr Trojanek2-1/+5
2019-12-18[Ada] Do not propagate Object_Size onto Size for composite typesEric Botcazou3-13/+31
2019-12-18[Ada] Document the introduction of the Object_Size attribute in Ada 2020Eric Botcazou3-17/+29
2019-12-18[Ada] Wrong error on hidden must-override primitiveBob Duff2-2/+16
2019-12-18[Ada] Bad "already use-visible" warning re: use in private partBob Duff2-6/+12
2019-12-16[Ada] Suppress unused warnings in the presence of errorsBob Duff2-0/+13
2019-12-16[Ada] Minor: improve commentsBob Duff3-3/+11
2019-12-16[Ada] Minor comment fixBob Duff2-1/+5
2019-12-16[Ada] Check for "size for" in Special_Msg_DeleteBob Duff3-1/+19
2019-12-16[Ada] Do not set a bogus Esize on subtype built for Component_Size clauseEric Botcazou2-1/+7
2019-12-16[Ada] Fix warning on _REENTRANTArnaud Charlet2-0/+6
2019-12-16[Ada] Mark Deallocator as Favor_Top_LevelArnaud Charlet2-0/+5
2019-12-16[Ada] AI12-0234/321 atomic operationsArnaud Charlet11-2/+620
2019-12-16[Ada] Remove new strict-alignment check added by AI12-0001Eric Botcazou2-16/+19
2019-12-16[Ada] Crash on constrained container in generalized indexing operationEd Schonberg2-1/+13