[Ada] Complete the more extended AST traversal used in GNATprove
[gcc.git] / gcc / ada / ChangeLog
2019-08-13 Yannick Moy[Ada] Complete the more extended AST traversal used...
2019-08-13 Claire Dross[Ada] Extend range type in search primitives of formal...
2019-08-12 Dmitriy Anisimkov[Ada] Fix IPv6 numeric address detection
2019-08-12 Dmitriy Anisimkov[Ada] New parameter Quiet for procedure GNAT.Command_Li...
2019-08-12 Ed Schonberg[Ada] Missing check on outbound parameter of a non...
2019-08-12 Ed Schonberg[Ada] Crash on illegal left-hand side in assignment...
2019-08-12 Eric Botcazou[Ada] Small comment tweaks for 3 predicates on bit...
2019-08-12 Eric Botcazou[Ada] Fix internal error on comparison of unaligned...
2019-08-12 Bob Duff[Ada] Do not suppress checks in instances of internal...
2019-08-12 Bob Duff[Ada] Prevent crash in Is_Reachable
2019-08-12 Bob Duff[Ada] Prevent crash in Put_Scaled
2019-08-12 Bob Duff[Ada] Remove doc for language version switches
2019-08-12 Gary Dismukes[Ada] Hang on loop in generic with subtype indication...
2019-08-12 Ed Schonberg[Ada] Improper error message on equality op with differ...
2019-08-12 Bob Duff[Ada] Minor cleanups in exception handling
2019-08-12 Justin Squirek[Ada] Implement Ada.Directories.Hierarchical_File_Names
2019-08-12 Eric Botcazou[Ada] Improve error message for Object_Size clause...
2019-08-12 Gary Dismukes[Ada] Suppress_Initialization not respected for private...
2019-08-12 Yannick Moy[Ada] New aspect/pragma No_Caching for analysis of...
2019-08-12 Yannick Moy[Ada] Adapt new extended traversal of AST to have optio...
2019-08-12 Yannick Moy[Ada] More precise handling of Size/Object_Size in...
2019-08-12 Yannick Moy[Ada] SPARK: disable expansion of Enum_Rep
2019-08-12 Justin Squirek[Ada] Inconsistent compile time Constraint_Error warning
2019-08-12 Eric Botcazou[Ada] Eliminate redundant range checks on conversions
2019-08-12 Eric Botcazou[Ada] Sprint: minor comment tweak
2019-08-12 Eric Botcazou[Ada] Fix leak of Do_Range_Check flag in -gnatVa mode
2019-08-12 Yannick Moy[Ada] Extended traversal subprograms for GNATprove
2019-08-12 Jerome Lambourg[Ada] VxWorks: call s-tpopsp.Self only when needed
2019-08-12 Eric Botcazou[Ada] Plug small loophole in Discrete_Range_Check
2019-08-12 Eric Botcazou[Ada] Add special bypass for obsolete code pattern
2019-08-12 Eric Botcazou[Ada] Fix missing range check for In/Out parameter...
2019-08-12 Eric Botcazou[Ada] Fix incorrect Do_Range_Check on type conversion
2019-08-10 Jakub JelinekAssorted ChangeLog cleanups.
2019-08-02 Alexandre Olivarework Ada EH Machine_Occurrence deallocation
2019-07-23 Ed Schonberg[Ada] Aspect CPU may depend on a discriminant of a...
2019-07-23 Eric Botcazou[Ada] Plug small loophole in Generate_Range_Check
2019-07-23 Eric Botcazou[Ada] Eliminate redundant overflow checks for conversio...
2019-07-23 Eric Botcazou[Ada] Minor tweak to -gnatR output
2019-07-23 Ed Schonberg[Ada] Iterators are view-specific
2019-07-23 Yannick Moy[Ada] Issue error on SPARK ownership rule violation
2019-07-23 Yannick Moy[Ada] Fix binding of ghost units with finalizer
2019-07-22 Eric Botcazou[Ada] More complete information level for -gnatR4 output
2019-07-22 Eric Botcazou[Ada] Sinfo: update doc about Do_Division/Overlflow...
2019-07-22 Eric Botcazou[Ada] Fix missing check for no-op conversion to fixed...
2019-07-22 Ed Schonberg[Ada] Remove misleading warning/suggestion in membershi...
2019-07-22 Yannick Moy[Ada] Adapt ownership checking in SPARK to traversal...
2019-07-22 Eric Botcazou[Ada] Overhaul code implementing conversions involving...
2019-07-22 Eric Botcazou[Ada] Sprint: fix pasto in comment
2019-07-22 Javier Miranda[Ada] Spurious error passing access to class-wide inter...
2019-07-22 Eric Botcazou[Ada] Small enhancement to the -gnatD/-gnatG output...
2019-07-22 Eric Botcazou[Ada] Beef up comment in exp_attr.adb
2019-07-22 Ed Schonberg[Ada] Optimization loses exception in improper use...
2019-07-22 Ed Schonberg[Ada] Misleading warning on variable not assigned
2019-07-22 Javier Miranda[Ada] Usage of signed type in array bounds in CCG
2019-07-22 Yannick Moy[Ada] Issue warning or error message on ignored typing...
2019-07-22 Eric Botcazou[Ada] Fix spurious visibility error for tagged type...
2019-07-22 Eric Botcazou[Ada] Remove obsolete Is_For_Access_Subtype machinery
2019-07-22 Eric Botcazou[Ada] Spurious error on private subtype of derived...
2019-07-22 Ed Schonberg[Ada] Type inconsistency in floating_point type declara...
2019-07-22 Eric Botcazou[Ada] Further fix non-stored discriminant in aggregate...
2019-07-22 Gary Dismukes[Ada] Premature finalization of controlled temporaries...
2019-07-22 Eric Botcazou[Ada] Internal error on iterator for limited private...
2019-07-22 Eric Botcazou[Ada] Fix missing Constraint_Error for Enum_Val attribute
2019-07-22 Nicolas Roche[Ada] Ensure meaningless digits in a string are discarded
2019-07-22 Eric Botcazou[Ada] Fix wrong assumption on bounds in GNAT.Encode_String
2019-07-22 Eric Botcazou[Ada] Fix spurious loop warning for function with Out...
2019-07-22 Nicolas Roche[Ada] Ensure Ctrl-C is not emited on terminated processes
2019-07-22 Ed Schonberg[Ada] Incorrect values in conversion from fixed-point...
2019-07-22 Javier Miranda[Ada] Crash in C++ constructor without external and...
2019-07-22 Ed Schonberg[Ada] Spurious warning about a useless assignment
2019-07-22 Eric Botcazou[Ada] Fix internal error on array slice in loop and...
2019-07-18 Arnaud CharletMakefile.rtl, [...]: Introduce a "STANDALONE" mode...
2019-07-13 Andreas Schwab* Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
2019-07-11 Piotr Trojanek[Ada] Use high-level wrappers for Lib.Units.Table
2019-07-11 Piotr Trojanek[Ada] Minor refactoring
2019-07-11 Yannick Moy[Ada] Avoid spurious errors on dimensionality checking...
2019-07-11 Yannick Moy[Ada] Flip the meaning of debug switch -gnatdF
2019-07-11 Yannick Moy[Ada] Avoid spurious warning on assertions with Loop_Entry
2019-07-11 Claire Dross[Ada] Refactor ownership pointer checking in SPARK...
2019-07-11 Patrick Bernardi[Ada] Minimal binder
2019-07-11 Eric Botcazou[Ada] Makefile.rtl: add a warning about compilation...
2019-07-11 Ed Schonberg[Ada] Crash on protected type with self-referential...
2019-07-11 Dmitriy Anisimkov[Ada] GNAT.Sockets: support ICMP, IGMP and RAW IP proto...
2019-07-11 Claire Dross[Ada] Memory corruption when using formal hashed sets...
2019-07-11 Arnaud Charlet[Ada] errno.c: remove obsolete support for MaRTE OS
2019-07-11 Ed Schonberg[Ada] Remove redundant predicate checks
2019-07-11 Hristian Kirtchev[Ada] Elaboration order v4.0 and output of dependencies
2019-07-11 Dmitriy Anisimkov[Ada] GNAT.Sockets: add support for RAW sockets
2019-07-11 Justin Squirek[Ada] Pragma Unreferenced triggers undefined reference
2019-07-11 Bob Duff[Ada] Fix inconsistent documentation for gnatmetric
2019-07-11 Bob Duff[Ada] Document gnatpp's --spaces-only switch
2019-07-11 Hristian Kirtchev[Ada] Infinite loop on illegal declaration
2019-07-11 Hristian Kirtchev[Ada] Minor reformatting
2019-07-11 Hristian Kirtchev[Ada] Internal crash on illegal renaming
2019-07-11 Ed Schonberg[Ada] Compile-time evaluation of predicate checks
2019-07-11 Hristian Kirtchev[Ada] Link error due to negated intrinsic comparison
2019-07-11 Thomas Quinot[Ada] Fix crash on dynamic predicate when generating...
2019-07-11 Hristian Kirtchev[Ada] Missing finalization of private protected type
2019-07-11 Eric Botcazou[Ada] New Repinfo.Input unit to read back JSON represen...
2019-07-11 Justin Squirek[Ada] No warning for guaranteed accessibility check...
next