aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2018-10-01[Ada] use -gnatd_A to disable .ali on -fcompare-debug recompileAlexandre Oliva4-12/+13
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou4-6/+262
2018-09-27tree.h (tree_to_shwi): Add attribute nonnull and pure.Martin Sebor2-7/+15
2018-09-26[Ada] SPARK: minor error message enhancementElisa Barboni2-1/+9
2018-09-26[Ada] Fix inheritance of representation items defined as aspectsThomas Quinot2-2/+28
2018-09-26[Ada] Spurious ineffective use_clause warningJustin Squirek2-1/+15
2018-09-26[Ada] Store -G xxx switchesArnaud Charlet2-7/+22
2018-09-26[Ada] Issue info message on inlined subprograms in GNATprove modeYannick Moy4-4/+20
2018-09-26[Ada] Missing front-end code for constraint checks on fixed point exprsEd Schonberg3-2/+31
2018-09-26[Ada] SPARK: fix a bug related to loop exit environmentMaroua Maalej2-23/+58
2018-09-26[Ada] Spurious elaboration issue due to inliningHristian Kirtchev2-54/+86
2018-09-26[Ada] Do not issue by default info messages for inlining in GNATproveYannick Moy3-8/+27
2018-09-26[Ada] Spurious error on interface conversion under ZFPJavier Miranda3-1/+41
2018-09-26[Ada] Add a No_Return annotation to ease static analysisHristian Kirtchev2-1/+6
2018-09-26[Ada] Spurious error on private extension with predicateEd Schonberg2-2/+10
2018-09-26[Ada] Spurious dependency on secondary stackHristian Kirtchev4-195/+362
2018-09-26[Ada] Mimic the C++ ABI when passing class-wide conversion actualsJavier Miranda2-0/+9
2018-09-26[Ada] Pair miscount in Dynamic_HTable.PutHristian Kirtchev2-2/+14
2018-09-26[Ada] Add notes about processing of aggregate projectsSergey Rybin2-2/+9
2018-09-26[Ada] Minor reformattingsHristian Kirtchev12-202/+318
2018-09-26[Ada] New unit GNAT.SetsHristian Kirtchev11-113/+439
2018-09-26[Ada] ICE on mix of tagged and limited interfacesJavier Miranda2-0/+13
2018-09-26[Ada] Illegal formal objects associated with anonymous acc-to-subp argsGary Dismukes2-5/+12
2018-09-26[Ada] Front-end support for OpenACC pragmasOlivier Hainque11-997/+2081
2018-09-26[Ada] Missing error on non-limited derived type with limited componentEd Schonberg2-2/+11
2018-09-26[Ada] Inlining of renamed subprogram instances in package bodyEric Botcazou2-21/+56
2018-09-26[Ada] Preparation for new description of interface thunksEric Botcazou6-10/+26
2018-09-26[Ada] Propagate bit order and SSO from root to classwide equivalent typeThomas Quinot2-3/+21
2018-09-26[Ada] Crash on expression functions within quantified expressionsJustin Squirek2-4/+24
2018-09-26[Ada] Missing predicate check on return valueEd Schonberg2-0/+18
2018-09-26[Ada] ICE on array of task type with -gnatctEric Botcazou2-1/+7
2018-09-26[Ada] Fix assertion failure on record subtype with -gnatRjEric Botcazou2-2/+22
2018-09-26[Ada] Regression in partial compilation of RCI unitsJustin Squirek3-11/+24
2018-09-26[Ada] Set Current_Error_Node directlyEric Botcazou5-10/+13
2018-09-26[Ada] Wrong handling of address clause for limited record typeEric Botcazou3-10/+39
2018-09-26[Ada] Introduce -gnatd_A to set Opt.Disable_ALI_FileArnaud Charlet3-1/+15
2018-09-26[Ada] Disable special handling for preconditions specified by pragmasEd Schonberg2-1/+11
2018-09-26[Ada] Unnesting: fix handling of up level refs for entriesEd Schonberg2-9/+87
2018-09-26[Ada] Fix ICE related to type freezingEd Schonberg3-6/+50
2018-09-26[Ada] SPARK: update borrowing effects for IN parametersMaroua Maalej2-19/+39
2018-09-26[Ada] Vxlink: minor reformattingArnaud Charlet2-32/+29
2018-09-26[Ada] Fix miscellaneous typosGary Dismukes5-6/+11
2018-09-26[Ada] Vxlink: kill a CodePeer warningJerome Lambourg2-0/+7
2018-09-24re PR ada/87396 (ada/gcc-interface/decl.c:8798:53:Value Conversion Issue: imp...Eric Botcazou2-1/+7
2018-09-13* Makefile.rtl (arm% linux-gnueabi%): Always set EH_MECHANISM to -arm.Eric Botcazou2-6/+5
2018-09-13re PR ada/81103 (gcc/ada/terminals.c: please remove unused termio.h)Eric Botcazou2-10/+6
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-3/+3
2018-08-27Come up with fndecl_built_in_p.Martin Liska4-3/+11
2018-08-23Fix typo 'exapnded' to 'expanded'Giuliano Belinassi2-1/+5
2018-08-21[Ada] Minor reformattingsHristian Kirtchev22-132/+163