]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/ChangeLog
[Ada] Missing error on generic type with representation clause
[thirdparty/gcc.git] / gcc / ada / ChangeLog
2019-07-09  Javier Miranda[Ada] Missing error on generic type with representation...
2019-07-09  Hristian Kirtchev[Ada] Minor reformatting
2019-07-09  Ed Schonberg[Ada] Wrong resolution of equality operator with overlo...
2019-07-09  Hristian Kirtchev[Ada] Elaboration order v4.0 activation
2019-07-09  Eric Botcazou[Ada] Missing escape of the double quote in JSON output
2019-07-09  Javier Miranda[Ada] Missing runtime range checks with -gnatVa
2019-07-09  Yannick Moy[Ada] Sinfo: refine comment for Do_Range_Check
2019-07-09  Yannick Moy[Ada] Expand Enum_Rep attribute reference in GNATprove...
2019-07-09  Ed Schonberg[Ada] Spurious error when instance of generic is used...
2019-07-09  Yannick Moy[Ada] Prevent inconsistent state for inlining in GNATprove
2019-07-09  Yannick Moy[Ada] Expand type of static expressions in GNATprove...
2019-07-09  Piotr Trojanek[Ada] Reword "wild card" to "wildcard"
2019-07-09  Yannick Moy[Ada] Handle implicit moves in SPARK ownership pointer...
2019-07-09  Piotr Trojanek[Ada] Einfo: fix a typo
2019-07-09  Ed Schonberg[Ada] Fix scopes for local variables in task/protected...
2019-07-09  Arnaud Charlet[Ada] Set Dynamic_Elaboration_Checks to True in CodePee...
2019-07-09  Yannick Moy[Ada] Issue error on illegal ownership in SPARK
2019-07-09  Yannick Moy[Ada] Fix ownership checking for pointers in SPARK
2019-07-09  Eric Botcazou[Ada] Make -gnatRj output strictly conforming JSON
2019-07-09  Arnaud Charlet[Ada] Update -fdump-ada-spec documentation
2019-07-08  Eric Botcazou[Ada] Small overhaul in Repinfo unit
2019-07-08  Dmitriy Anisimkov[Ada] GNAT.Serial_Communications: simplify the Serial_P...
2019-07-08  Arnaud Charlet[Ada] GNAT RM: Update documentation on No_Exceptions...
2019-07-08  Dmitriy Anisimkov[Ada] Os_Lib: do not call __gnat_kill for Invalid_Pid
2019-07-08  Piotr Trojanek[Ada] Remove dead code from Enclosing_Package_Or_Subpro...
2019-07-08  Bob Duff[Ada] Remove documentation of ignored GNATpp switch
2019-07-08  Hristian Kirtchev[Ada] In-place initialization for Initialize_Scalars
2019-07-08  Javier Miranda[Ada] Wrong evaluation of membership test
2019-07-08  Hristian Kirtchev[Ada] Assertion failure on validity check for Address
2019-07-08  Hristian Kirtchev[Ada] Diagnostics for Elaboration order v4.0
2019-07-08  Piotr Trojanek[Ada] Set dummy Etype for the fake __HEAP entity in...
2019-07-08  Daniel Mercier[Ada] Suppress warnings on memory representation in...
2019-07-08  Nicolas Roche[Ada] Remove dependency on Win32 GDI (Graphical Interface)
2019-07-08  Doug Rupp[Ada] New port for x86_64-vx7
2019-07-08  Dmitriy Anisimkov[Ada] Use g-sercom__linux.adb for all Linuxes
2019-07-08  Yannick Moy[Ada] Do not erase precise type on fixed-point real...
2019-07-08  Ed Schonberg[Ada] Crash on timed entry call with a delay given...
2019-07-08  Hristian Kirtchev[Ada] New algorithm for Elaboration order v4.0
2019-07-08  Bob Duff[Ada] More data rates supported on Linux
2019-07-08  Olivier Hainque[Ada] Arrange not to set DECL_ARTIFICIAL on elab procs
2019-07-08  Eric Botcazou[Ada] Fix crash on extension of private type with ...
2019-07-08  Ed Schonberg[Ada] Semantics of Delete for fixed strings
2019-07-08  Javier Miranda[Ada] Crash in interface derivation with null primitive
2019-07-08  Bob Duff[Ada] Document handling of preprocessor directives...
2019-07-08  Javier Miranda[Ada] Code reorganization
2019-07-08  Ed Schonberg[Ada] Crash on named actual in postcondition for generi...
2019-07-08  Javier Miranda[Ada] Spurious error reported by pragma Compile_Time_Error
2019-07-08  Justin Squirek[Ada] Crash on Image and Value attributes
2019-07-08  Dmitriy Anisimkov[Ada] GNAT.Sockets: remove default level in Get/Set_Soc...
2019-07-08  Ed Schonberg[Ada] Spurious visibility error on dynamic_predicate...
2019-07-05  Justin Squirek[Ada] Incorrect accessibility check
2019-07-05  Ed Schonberg[Ada] Compiler loop on illegal nested accept statement
2019-07-05  Hristian Kirtchev[Ada] Stabilization of Elaboration order v4.0
2019-07-05  Joffrey Huguet[Ada] Add contracts to Ada.Text_IO for SPARK
2019-07-05  Arnaud Charlet[Ada] GNAT UGN: refresh doc on installing from the...
2019-07-05  Vasiliy Fofanov[Ada] Ada.Wide_Wide_Characters.Handling: fix comments
2019-07-05  Eric Botcazou[Ada] Fix internal error on packed array In/Out actual...
2019-07-05  Hristian Kirtchev[Ada] Minor reformatting
2019-07-05  Ed Schonberg[Ada] Fix position of subprogram body generated for...
2019-07-05  Hristian Kirtchev[Ada] Crash on deallocating component with discriminate...
2019-07-05  Arnaud Charlet[Ada] System.OS_Interface: fix link order on Linux
2019-07-05  Ed Schonberg[Ada] Missing range check on assignment to bit-packed...
2019-07-05  Hristian Kirtchev[Ada] Failure to detect trivial infinite recursion
2019-07-05  Arnaud Charlet[Ada] System.Linux: fix typos in comments
2019-07-05  Hristian Kirtchev[Ada] Failure to detect trivial infinite recursion
2019-07-05  Javier Miranda[Ada] Wrong accessibility level under -gnat12
2019-07-05  Piotr Trojanek[Ada] Typo fixes
2019-07-05  Bob Duff[Ada] Crash on exported build-in-place function
2019-07-05  Ed Schonberg[Ada] Spurious error on aggregate with choice that...
2019-07-05  Javier Miranda[Ada] Removing support for SCIL "contract-only" subprog...
2019-07-05  Pierre-Marie de... [Ada] Import documentation from the RM for Ada.Strings...
2019-07-05  Pierre-Marie de... [Ada] Import documentation from the RM for Ada.Strings...
2019-07-05  Yannick Moy[Ada] Accept compilation switches -Og/-Ofast in non...
2019-07-05  Hristian Kirtchev[Ada] Diagnostics in Elaboration order v4.0
2019-07-05  Ed Schonberg[Ada] Compiler abort on a dynamic predicate used in...
2019-07-05  Yannick Moy[Ada] Fix inlining in GNATprove inside quantified expre...
2019-07-05  Bob Duff[Ada] Fix typo in GNAT RM
2019-07-05  Bob Duff[Ada] No_Stream_Optimizations ignored for 'Class'Input
2019-07-05  Claire Dross[Ada] Ada.Containers.Formal_Vectors: make vectors alway...
2019-07-05  Dmitriy Anisimkov[Ada] GNAT.Traceback: add a Call_Chain function
2019-07-04  James Clarkes-osinte__kfreebsd-gnu.ads (clockid_t): Make type defin...
2019-07-04  Javier Miranda[Ada] Spurious error on non-default C++ constructor
2019-07-04  Eric Botcazou[Ada] Clean up support for validity checks in the compiler
2019-07-04  Hristian Kirtchev[Ada] Minor reformatting
2019-07-04  Joffrey Huguet[Ada] Add preconditions in Ada.Task_Identification
2019-07-04  Eric Botcazou[Ada] Fix capitalization and parenthesis glitches in...
2019-07-04  Ed Schonberg[Ada] Spurious error on instantiation and limited_with_...
2019-07-04  Hristian Kirtchev[Ada] Management of internal data structures in Sem_Elab
2019-07-04  Gary Dismukes[Ada] Expr. func. with private formal rejected in neste...
2019-07-04  Yannick Moy[Ada] SPARK_Mode Off now allowed inside subprogram
2019-07-04  Justin Squirek[Ada] Spurious error on incomplete tagged formal parameter
2019-07-04  Ed Schonberg[Ada] Bug in composition of equality for variant records
2019-07-04  Justin Squirek[Ada] Missing actual for generated initialization procedure
2019-07-04  Bob Duff[Ada] Do not create a master unless Tasking_Allowed
2019-07-04  Hristian Kirtchev[Ada] Assertion failure on Default_Initial_Condition
2019-07-04  Ed Schonberg[Ada] Spurious error on 'First in a generic context
2019-07-04  Piotr Trojanek[Ada] Minor typo fixes
2019-07-04  Yannick Moy[Ada] Synchronized object definition in SPARK updated
2019-07-04  Yannick Moy[Ada] Fix crash in SPARK ownership checking
2019-07-04  Justin Squirek[Ada] Hang on expansion of library-level instantiation
next