aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2018-07-17[Ada] Crash processing abstract state aspect of a packageJavier Miranda8-227/+414
2018-07-17[Ada] Consistent spelling of "i.e." in docs and commentsPiotr Trojanek3-6/+12
2018-07-17[Ada] Argument_String_To_List creates empty items from whitespaceJustin Squirek2-53/+56
2018-07-17[Ada] Spurious error on Part_Of indicatorHristian Kirtchev2-5/+16
2018-07-17[Ada] Avoid confusing warning on exception propagation in GNATprove modeYannick Moy2-0/+11
2018-07-17[Ada] GNAT.Sockets: reorganize and make public components of Inet_Addr_TypeDmitriy Anisimkov3-24/+180
2018-07-17[Ada] Secondary stack leak in statements block located in a loopJavier Miranda2-0/+41
2018-07-17[Ada] Fix Enclosing_Subprogram for protected entries and task entriesEd Schonberg2-2/+26
2018-07-17[Ada] Add elaboration-related switches to GNAT UGNHristian Kirtchev3-42/+133
2018-07-17[Ada] New ignored Ghost code removal mechanismHristian Kirtchev8-260/+249
2018-07-17[Ada] Secondary stack leak in loop iteratorJavier Miranda2-65/+122
2018-07-17[Ada] Fix Next_Actual when used on calls "inlined for proof"Piotr Trojanek2-5/+23
2018-07-17[Ada] Einfo: update documentation for Scalar_RangeEd Schonberg2-2/+7
2018-07-17[Ada] Attach the special GNATprove HEAP entity to the Standard packagePiotr Trojanek2-0/+6
2018-07-17[Ada] Minor refactoring: remove extra parenthesesPiotr Trojanek2-1/+5
2018-07-17[Ada] Fix unnesting issues involving tasksEd Schonberg2-4/+30
2018-07-17[Ada] Spurious error on unused Part_Of constituentHristian Kirtchev4-15/+55
2018-07-17[Ada] Fix handling of inherited discriminant constraintsEd Schonberg2-21/+40
2018-07-17[Ada] Crash on case expression in build-in-place functionHristian Kirtchev4-23/+70
2018-07-17[Ada] Remove references to gcov from the User ManualArnaud Charlet4-400/+202
2018-07-16[Ada] Missing error on hidden state in instantiationHristian Kirtchev4-15/+92
2018-07-16[Ada] Minor reformattingHristian Kirtchev12-112/+132
2018-07-16[Ada] Only unnest subprograms if no previous errors were detectedArnaud Charlet2-1/+8
2018-07-16[Ada] Fix expansion of blocks in loops inside elaboration codeEd Schonberg2-8/+46
2018-07-16[Ada] Deep copy operands of membership operations for unnestingEd Schonberg2-1/+9
2018-07-16[Ada] Unnesting: handle 'Address references that are callsEd Schonberg2-1/+8
2018-07-16[Ada] Unnesting: handle the semantic of Storage_Pool fieldEd Schonberg2-1/+20
2018-07-16[Ada] Fix Default_Storage_Pool aspect handling in generic instantiationsEd Schonberg2-17/+33
2018-07-16[Ada] Major code cleanupEd Schonberg5-16/+184
2018-07-16[Ada] Spurious error with null Abstract_StateHristian Kirtchev2-0/+12
2018-07-16[Ada] Deconstruct unused Withed_Body filed of N_With_Clause nodePiotr Trojanek3-31/+5
2018-07-16[Ada] Avoid crash when traversing units with -gnatd.WW debug switchPiotr Trojanek2-2/+13
2018-07-16[Ada] Trivial simplifications in in Walk_Library_ItemsPiotr Trojanek2-13/+15
2018-07-16[Ada] Deconstruct always-false calls to Withed_Body in Walk_Library_ItemsPiotr Trojanek2-29/+6
2018-07-16[Ada] Use common routine Expand_Nonbinary_Modular_Op for XOR expressionsEd Schonberg2-1/+8
2018-07-16[Ada] Add a missing check for trivial predicates on non-discrete typesEd Schonberg2-1/+11
2018-07-16[Ada] Crash on Indefinite_Hashed_Maps with -gnata -gnateVHristian Kirtchev2-4/+40
2018-07-16[Ada] Spurious possible contraint error warning with No_Exception_PropagationJustin Squirek2-2/+14
2018-07-16[Ada] Segmentation_Fault with Integer'Wide_Wide_ValueHristian Kirtchev2-13/+33
2018-07-16[Ada] Bit_Order cannot be defined for record extensionsJavier Miranda2-0/+11
2018-07-16[Ada] System.Object_Reader: minor code clean-upArnaud Charlet2-8/+12
2018-07-16[Ada] Adjust reference to renumbered SPARK RM rulePiotr Trojanek2-1/+6
2018-07-16[Ada] adaint.c: minor code cleanupArnaud Charlet2-1/+5
2018-07-16[Ada] Code cleanup on functions inliningJavier Miranda2-36/+53
2018-07-16[Ada] Crash processing sources under GNATprove debug modeJavier Miranda2-3/+14
2018-07-16[Ada] Inline: rewrap commentYannick Moy2-4/+8
2018-07-16[Ada] Einfo: minor tweak in commentEric Botcazou2-2/+6
2018-07-16[Ada] Sem_Ch4: minor code cleanupJavier Miranda2-9/+7
2018-07-16[Ada] Fix expansion of 'Count in protected typesJavier Miranda2-0/+16
2018-07-16[Ada] Sem_Utils: make Has_Prefix publicJavier Miranda3-20/+25