[Ada] Fix assertion failures with -gnatde and -gnatdv
[gcc.git] / gcc / ada / ChangeLog
2018-12-03 Eric Botcazou[Ada] Fix assertion failures with -gnatde and -gnatdv
2018-12-03 Hristian Kirtchev[Ada] Minor reformattings
2018-12-03 Ed Schonberg[Ada] Enhance comment
2018-12-03 Olivier Hainque[Ada] Gigi support for OpenACC pragmas
2018-12-03 Olivier Hainque[Ada] Adjust the default MALLOC_OBSERVABLE_ALIGNMENT...
2018-12-03 Ed Schonberg[Ada] Missing check on if-expression
2018-11-26 Matthias Klosere PR ada/88191 (ada bootstrap failure on alpha-linux...
2018-11-20 Alexandre OlivaPR81878: fix --disable-bootstrap --enable-languages=ada
2018-11-19 Eric Botcazou* gcc-interface/cuintp.c (UI_From_gnu): Remove code...
2018-11-15 Eric Botcazoumisc.c (gnat_init_gcc_eh): Do not override the switch...
2018-11-14 Ed Schonberg[Ada] Problem with boundary case of XOR operation and...
2018-11-14 Patrick Bernardi[Ada] Update signal constants for GNU/Linux
2018-11-14 Eric Botcazou[Ada] Fix small regression with others choice in array...
2018-11-14 Olivier Hainque[Ada] sigtramp-vxworks: Add a rule for sp (DWARF r31...
2018-11-14 Eric Botcazou[Ada] Remove couple of recently added dead tests
2018-11-14 Hristian Kirtchev[Ada] Spurious error on Ghost null procedure
2018-11-14 Eric Botcazou[Ada] More complete information level for -gnatR output
2018-11-14 Javier Miranda[Ada] Crash on interface equality covered by a renaming...
2018-11-14 Hristian Kirtchev[Ada] Use of Suppress_Initialization with pragma Thread...
2018-11-14 Ed Schonberg[Ada] Missing constraint check on if-expression returni...
2018-11-14 Eric Botcazou[Ada] Fix assertion failure on pragma Compile_Time_Erro...
2018-11-14 Justin Squirek[Ada] Crash on use of generic formal package
2018-11-14 Ed Schonberg[Ada] Compiler crash on decl. with limited aggregate...
2018-11-14 Bob Duff[Ada] System'To_Address not always static
2018-11-14 Ed Schonberg[Ada] Enhance constraints propagation to ease the work...
2018-11-14 Hristian Kirtchev[Ada] Minor reformatting
2018-11-14 Hristian Kirtchev[Ada] Renamed equality leads to spurious errors
2018-11-14 Hristian Kirtchev[Ada] Crash on ignored Ghost assignment
2018-11-14 Justin Squirek[Ada] Visibility error on used enumerated type
2018-11-14 Jerome Lambourg[Ada] Do not include crt_externs.h on iOS
2018-11-14 Ed Schonberg[Ada] Unnesting transformations for blocks in package...
2018-11-14 Ed Schonberg[Ada] Improper extension of bounds of fixed-point type
2018-11-14 Hristian Kirtchev[Ada] Limited function violates No_Exception_Propagation
2018-11-14 Hristian Kirtchev[Ada] Crash on tagged equality
2018-11-14 Piotr Trojanek[Ada] Record components do not appear in the Global...
2018-11-14 Piotr Trojanek[Ada] Fix handling of generic actuals with default...
2018-11-14 Hristian Kirtchev[Ada] Lingering loop for ignored Ghost assignment
2018-11-14 Piotr Trojanek[Ada] Use Cancel_Special_Output instead of Set_Special_...
2018-11-14 Piotr Trojanek[Ada] Fix parentheses in comments and "library-level...
2018-11-14 Arnaud Charlet[Ada] Handle -gx switches explicitly
2018-11-13 Eric Botcazoumisc.c (gnat_init_gcc_eh): Set -fnon-call-exceptions...
2018-11-08 Eric Botcazoufe.h (Suppress_Checks): Declare.
2018-11-08 Eric Botcazoudecl.c (components_to_record): Remove obsolete kludge.
2018-10-22 Eric Botcazouutils.c (unchecked_convert): Use local variables for...
2018-10-22 Eric Botcazoutrans.c (Pragma_to_gnu): Use a simple memory constraint...
2018-10-18 David MalcolmFix missing entry to gcc/ada/ChangeLog for r265240
2018-10-09 Eric Botcazou[Ada] Fix spurious -Wuninitialized warnings for small...
2018-10-09 Eric Botcazou[Ada] Fix incorrect computation of Component_Size in...
2018-10-09 Eric Botcazou[Ada] Minor tweaks to suppress warnings
2018-10-09 Yannick Moy[Ada] Ignore pragmas Compile_Time_Error/Warning in...
2018-10-09 Eric Botcazou[Ada] Fix spurious error on derived record passed as...
2018-10-09 Maroua Maalej[Ada] SPARK: fix bug related to non access object permi...
2018-10-09 Doug Rupp[Ada] Minor copyright header fix
2018-10-09 Eric Botcazou[Ada] Fix strange warning when using Ada.Iterator_Interface
2018-10-09 Eric Botcazou[Ada] Einfo: minor comment fix
2018-10-09 Eric Botcazou[Ada] Internal error on inlined renaming of subprogram...
2018-10-09 Ed Schonberg[Ada] Unnesting: fix handling of private types that...
2018-10-09 Ed Schonberg[Ada] Fix expansion of operations on nonbinary modular...
2018-10-09 Ed Schonberg[Ada] Unnesting: fix handling of uplevel refs to uncons...
2018-10-09 Eric Botcazou[Ada] Remove spurious -Wuninitialized warning for small...
2018-10-09 Arnaud Charlet[Ada] Bounded_Holders: fix a typo
2018-10-09 Claire Dross[Ada] Functional_Vectors: remove default value for...
2018-10-09 Ed Schonberg[Ada] Reset Is_True_Constant on entites used as OUT...
2018-10-09 Ed Schonberg[Ada] Unnesting: avoid unnecessary loads of System
2018-10-09 Ed Schonberg[Ada] Spurious error message on visibiliy change in...
2018-10-09 Eric Botcazou[Ada] Repinfo: list the mechanism of functions only
2018-10-09 Bob Duff[Ada] Various User Manual updates for GNATpp
2018-10-09 Vasiliy Fofanov[Ada] System.Os_Lib.Normalize_Pathname: fix incorrect...
2018-10-09 Arnaud Charlet[Ada] Remove CodePeer annotation
2018-10-09 Ed Schonberg[Ada] Preserve Do_Range_Check flags in SPARK mode
2018-10-09 Ed Schonberg[Ada] Spurious warning on uninitialized entity during...
2018-10-01 Alexandre Oliva[Ada] use -gnatd_A to disable .ali on -fcompare-debug...
2018-09-28 Eric Botcazoucalls.c (expand_call): Try to do a tail call for thunks...
2018-09-27 Martin Sebortree.h (tree_to_shwi): Add attribute nonnull and pure.
2018-09-26 Elisa Barboni[Ada] SPARK: minor error message enhancement
2018-09-26 Thomas Quinot[Ada] Fix inheritance of representation items defined...
2018-09-26 Justin Squirek[Ada] Spurious ineffective use_clause warning
2018-09-26 Arnaud Charlet[Ada] Store -G xxx switches
2018-09-26 Yannick Moy[Ada] Issue info message on inlined subprograms in...
2018-09-26 Ed Schonberg[Ada] Missing front-end code for constraint checks...
2018-09-26 Maroua Maalej[Ada] SPARK: fix a bug related to loop exit environment
2018-09-26 Hristian Kirtchev[Ada] Spurious elaboration issue due to inlining
2018-09-26 Yannick Moy[Ada] Do not issue by default info messages for inlinin...
2018-09-26 Javier Miranda[Ada] Spurious error on interface conversion under ZFP
2018-09-26 Hristian Kirtchev[Ada] Add a No_Return annotation to ease static analysis
2018-09-26 Ed Schonberg[Ada] Spurious error on private extension with predicate
2018-09-26 Hristian Kirtchev[Ada] Spurious dependency on secondary stack
2018-09-26 Javier Miranda[Ada] Mimic the C++ ABI when passing class-wide convers...
2018-09-26 Hristian Kirtchev[Ada] Pair miscount in Dynamic_HTable.Put
2018-09-26 Sergey Rybin[Ada] Add notes about processing of aggregate projects
2018-09-26 Hristian Kirtchev[Ada] Minor reformattings
2018-09-26 Hristian Kirtchev[Ada] New unit GNAT.Sets
2018-09-26 Javier Miranda[Ada] ICE on mix of tagged and limited interfaces
2018-09-26 Gary Dismukes[Ada] Illegal formal objects associated with anonymous...
2018-09-26 Olivier Hainque[Ada] Front-end support for OpenACC pragmas
2018-09-26 Ed Schonberg[Ada] Missing error on non-limited derived type with...
2018-09-26 Eric Botcazou[Ada] Inlining of renamed subprogram instances in packa...
2018-09-26 Eric Botcazou[Ada] Preparation for new description of interface...
2018-09-26 Thomas Quinot[Ada] Propagate bit order and SSO from root to classwid...
2018-09-26 Justin Squirek[Ada] Crash on expression functions within quantified...
next