[Ada] Sem_Elab: remove duplicate condition
[gcc.git] / gcc / ada / ChangeLog
2018-07-31 Arnaud Charlet[Ada] Sem_Elab: remove duplicate condition
2018-07-31 Ed Schonberg[Ada] Unnesting: improve support for entries in protect...
2018-07-31 Ed Schonberg[Ada] Refine generation of range checks to happen in...
2018-07-31 Hristian Kirtchev[Ada] Secondary stack leak with access-to-subprogram
2018-07-31 Ed Schonberg[Ada] Unnesting: find local subps in nested stmt sequences
2018-07-31 Ed Schonberg[Ada] Spurious error on default parameter in protected...
2018-07-31 Justin Squirek[Ada] GNATmake fails to detect missing body
2018-07-31 Eric Botcazou[Ada] Fix alignment of mutex_t and cond_t type on 32...
2018-07-31 Justin Squirek[Ada] Wrong value after assignment of overlain record...
2018-07-31 Hristian Kirtchev[Ada] Spurious error on the placement of aspect Global
2018-07-31 Gary Dismukes[Ada] Compiler failure on an extended_return_statement...
2018-07-31 Ed Schonberg[Ada] Spurious warning on iteration over range of 64...
2018-07-31 Arnaud Charlet[Ada] Print the Is_Activation_Record flag
2018-07-31 Piotr Trojanek[Ada] Replace low-level calls to Ekind with high-level...
2018-07-31 Piotr Trojanek[Ada] Deconstruct 'F' as a prefix for an ALI data
2018-07-31 Javier Miranda[Ada] Fix a freezing issue
2018-07-31 Ed Schonberg[Ada] Fix resolution of class-wide operations that...
2018-07-31 Hristian Kirtchev[Ada] Minor reformattings
2018-07-31 Bob Duff[Ada] Spurious error -- "allocation from empty storage...
2018-07-20 Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-07-17 Eric Botcazoudecl.c (choices_to_gnu): Rename parameters.
2018-07-17 Ed Schonberg[Ada] Spurious error on prefixed call in an instantiation
2018-07-17 Arnaud Charlet[Ada] Preserve original CE reason in more cases
2018-07-17 Arnaud Charlet[Ada] Add provision for floating-point in Apply_Divisio...
2018-07-17 Ed Schonberg[Ada] Fix expansion of aggregates components rewritten...
2018-07-17 Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution in Relocate_Node
2018-07-17 Piotr Trojanek[Ada] Fix RM rule references
2018-07-17 Eric Botcazou[Ada] Fix incompatibility Default_Scalar_Storage_Order...
2018-07-17 Patrick Bernardi[Ada] Use standard version of s-memory.adb for mingw32
2018-07-17 Hristian Kirtchev[Ada] Faulty ignored Ghost code removal
2018-07-17 Hristian Kirtchev[Ada] Configuration state not observed for instance...
2018-07-17 Eric Botcazou[Ada] ICE on renaming of result of binary operation
2018-07-17 Eric Botcazou[Ada] Type mismatch warning for imported C++ class
2018-07-17 Piotr Trojanek[Ada] Remove extra parentheses in Expand_Inlined_Call
2018-07-17 Eric Botcazou[Ada] Minor fix for imported C++ constructors
2018-07-17 Bob Duff[Ada] Assertion_Policy for class-wide precondition
2018-07-17 Ed Schonberg[Ada] Missing check on illegal equality operation in...
2018-07-17 Ed Schonberg[Ada] Unnesting: don't use Get_Actual_Subtype for recor...
2018-07-17 Hristian Kirtchev[Ada] Minor reformatting
2018-07-17 Javier Miranda[Ada] Crash processing abstract state aspect of a package
2018-07-17 Piotr Trojanek[Ada] Consistent spelling of "i.e." in docs and comments
2018-07-17 Justin Squirek[Ada] Argument_String_To_List creates empty items from...
2018-07-17 Hristian Kirtchev[Ada] Spurious error on Part_Of indicator
2018-07-17 Yannick Moy[Ada] Avoid confusing warning on exception propagation...
2018-07-17 Dmitriy Anisimkov[Ada] GNAT.Sockets: reorganize and make public componen...
2018-07-17 Javier Miranda[Ada] Secondary stack leak in statements block located...
2018-07-17 Ed Schonberg[Ada] Fix Enclosing_Subprogram for protected entries...
2018-07-17 Hristian Kirtchev[Ada] Add elaboration-related switches to GNAT UGN
2018-07-17 Hristian Kirtchev[Ada] New ignored Ghost code removal mechanism
2018-07-17 Javier Miranda[Ada] Secondary stack leak in loop iterator
2018-07-17 Piotr Trojanek[Ada] Fix Next_Actual when used on calls "inlined for...
2018-07-17 Ed Schonberg[Ada] Einfo: update documentation for Scalar_Range
2018-07-17 Piotr Trojanek[Ada] Attach the special GNATprove HEAP entity to the...
2018-07-17 Piotr Trojanek[Ada] Minor refactoring: remove extra parentheses
2018-07-17 Ed Schonberg[Ada] Fix unnesting issues involving tasks
2018-07-17 Hristian Kirtchev[Ada] Spurious error on unused Part_Of constituent
2018-07-17 Ed Schonberg[Ada] Fix handling of inherited discriminant constraints
2018-07-17 Hristian Kirtchev[Ada] Crash on case expression in build-in-place function
2018-07-17 Arnaud Charlet[Ada] Remove references to gcov from the User Manual
2018-07-16 Hristian Kirtchev[Ada] Missing error on hidden state in instantiation
2018-07-16 Hristian Kirtchev[Ada] Minor reformatting
2018-07-16 Arnaud Charlet[Ada] Only unnest subprograms if no previous errors...
2018-07-16 Ed Schonberg[Ada] Fix expansion of blocks in loops inside elaborati...
2018-07-16 Ed Schonberg[Ada] Deep copy operands of membership operations for...
2018-07-16 Ed Schonberg[Ada] Unnesting: handle 'Address references that are...
2018-07-16 Ed Schonberg[Ada] Unnesting: handle the semantic of Storage_Pool...
2018-07-16 Ed Schonberg[Ada] Fix Default_Storage_Pool aspect handling in gener...
2018-07-16 Ed Schonberg[Ada] Major code cleanup
2018-07-16 Hristian Kirtchev[Ada] Spurious error with null Abstract_State
2018-07-16 Piotr Trojanek[Ada] Deconstruct unused Withed_Body filed of N_With_Cl...
2018-07-16 Piotr Trojanek[Ada] Avoid crash when traversing units with -gnatd...
2018-07-16 Piotr Trojanek[Ada] Trivial simplifications in in Walk_Library_Items
2018-07-16 Piotr Trojanek[Ada] Deconstruct always-false calls to Withed_Body...
2018-07-16 Ed Schonberg[Ada] Use common routine Expand_Nonbinary_Modular_Op...
2018-07-16 Ed Schonberg[Ada] Add a missing check for trivial predicates on...
2018-07-16 Hristian Kirtchev[Ada] Crash on Indefinite_Hashed_Maps with -gnata ...
2018-07-16 Justin Squirek[Ada] Spurious possible contraint error warning with...
2018-07-16 Hristian Kirtchev[Ada] Segmentation_Fault with Integer'Wide_Wide_Value
2018-07-16 Javier Miranda[Ada] Bit_Order cannot be defined for record extensions
2018-07-16 Arnaud Charlet[Ada] System.Object_Reader: minor code clean-up
2018-07-16 Piotr Trojanek[Ada] Adjust reference to renumbered SPARK RM rule
2018-07-16 Arnaud Charlet[Ada] adaint.c: minor code cleanup
2018-07-16 Javier Miranda[Ada] Code cleanup on functions inlining
2018-07-16 Javier Miranda[Ada] Crash processing sources under GNATprove debug...
2018-07-16 Yannick Moy[Ada] Inline: rewrap comment
2018-07-16 Eric Botcazou[Ada] Einfo: minor tweak in comment
2018-07-16 Javier Miranda[Ada] Sem_Ch4: minor code cleanup
2018-07-16 Javier Miranda[Ada] Fix expansion of 'Count in protected types
2018-07-16 Javier Miranda[Ada] Sem_Utils: make Has_Prefix public
2018-07-16 Yannick Moy[Ada] Adjust inlining in GNATprove mode for predicate...
2018-07-16 Gary Dismukes[Ada] Violation of No_Standard_Allocators_After_Elabora...
2018-07-16 Gary Dismukes[Ada] Fix spelling for compile-time-known
2018-07-16 Hristian Kirtchev[Ada] Illegal deferred constant causes stack overflow
2018-07-16 Nicolas Roche[Ada] Adjust growth factor from 1/32 to 1/2 for Unbound...
2018-07-13 Eric Botcazoulang.opt (funsigned-char): New option.
2018-07-07 Eric Botcazoudecl.c (gnat_to_gnu_entity): Add GNAT_DECL local variab...
2018-07-07 Eric Botcazougigi.h (add_decl_expr): Adjust prototype.
2018-07-07 Eric Botcazoutrans.c (lvalue_required_p): Remove ALIASED parameter...
2018-07-07 Eric Botcazoudecl.c (gnat_to_gnu_param): Minor tweak.
2018-07-06 Jim WilsonRISC-V: Initial riscv linux Ada port.
next