aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2016-01-06Ada: add XVE/XVU parallel types to lexical scopesPierre-Marie de Rodat2-1/+8
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek3-2/+7
2016-01-03* gnatvsn.ads: Bump copyright year.Eric Botcazou3-10505/+10515
2015-12-20utils2.c (gnat_rewrite_reference): New case identical to FLOAT_EXPR.Eric Botcazou2-0/+8
2015-12-20decl.c (gnat_to_gnu_entity): During layout in type_annotate_only mode...Eric Botcazou2-11/+53
2015-12-20utils.c (maybe_pad_type): In type_annotate_only mode...Eric Botcazou2-8/+23
2015-12-18* gcc-interface/ada-tree.h (TYPE_DEBUG_TYPE): Remove duplicate.Eric Botcazou2-11/+8
2015-12-17DWARF: describe properly Ada packed arraysPierre-Marie de Rodat5-29/+252
2015-12-17DWARF: add a language hook for scalar biased typesPierre-Marie de Rodat2-0/+18
2015-12-17DWARF: create a macro for max dimensions for array descr. lang. hookPierre-Marie de Rodat2-1/+22
2015-12-17DWARF: describe Ada dynamic arrays as proper arraysPierre-Marie de Rodat3-39/+195
2015-12-17DWARF: add a language hook for fixed-point typesPierre-Marie de Rodat5-2/+192
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat5-28/+128
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat3-11/+25
2015-12-17Add a flag to control the balance between GNAT encodings and std. DWARFPierre-Marie de Rodat2-1/+9
2015-12-10re PR ada/48013 (generic instantiation breaks the No_Elaboration_Code restric...Eric Botcazou2-4/+36
2015-12-10trans.c (Call_to_gnu): Remove guard for NULL_EXPR.Eric Botcazou3-4/+10
2015-12-10gigi.h (create_var_decl): Adjust comment.Eric Botcazou3-8/+27
2015-12-10Fix warnings from including fdl.texi into gnat-style.texiTom de Vries2-0/+9
2015-12-09re PR ada/66526 (apparent use of uninitialized variables in g-expect.adb)Eric Botcazou2-9/+20
2015-12-09Minor fixesEric Botcazou1-3/+3
2015-12-08re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek2-1/+11
2015-12-06re PR ada/60164 (Missing parenthesis in the documentation)Piotr Trojanek2-1/+6
2015-12-06re PR ada/50048 ("cc1: note: obsolete option -I- used, please use -iquote ins...Eric Botcazou2-1/+7
2015-12-06re PR ada/56274 (libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not...Eric Botcazou2-0/+14
2015-12-06re PR ada/49944 (Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop...Ludovic Brenta4-14/+117
2015-12-06re PR ada/49940 (Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop...Ludovic Brenta2-1/+16
2015-12-02[PATCH] Fix declaration of pthread-structs in s-osinte-rtems.ads (ada/68169)Jan Sommer3-31/+31
2015-12-01* gcc-interface/Makefile.in (ADA_EXCLUDE_SRCS): Reorder.Eric Botcazou2-16/+22
2015-11-30* gcc-interface/trans.c (gigi): Fix initialization order.Eric Botcazou2-9/+14
2015-11-30osint.adb: Add use type clause for CRTL.size_t.Eric Botcazou3-48/+52
2015-11-30gigi.h (create_var_decl): Adjust prototype.Eric Botcazou5-152/+187
2015-11-30gigi.h (is_simple_additive_expression): Declare.Eric Botcazou4-33/+133
2015-11-30* gcc-interface/utils2.c (gnat_invariant_expr): Add type conversions.Eric Botcazou2-1/+7
2015-11-30ada-tree.h (TYPE_MAX_ALIGN): New macro.Eric Botcazou5-66/+71
2015-11-29re PR ada/68564 (Ada fails to bootstrap on sparc64-linux-gnu)Matthias Klose2-47/+11
2015-11-28re PR ada/68564 (Ada fails to bootstrap on sparc64-linux-gnu)Matthias Klose2-1/+6
2015-11-26Back out latest change.Eric Botcazou2-16/+0
2015-11-25[multiple changes]Arnaud Charlet8-13/+60
2015-11-25[multiple changes]Arnaud Charlet5-17/+51
2015-11-25[multiple changes]Arnaud Charlet5-51/+74
2015-11-25[multiple changes]Arnaud Charlet4-31/+61
2015-11-25[multiple changes]Arnaud Charlet5-10/+116
2015-11-25init.c (__gnat_is_stack_guard): Do not use mach calls for IOS simulator.Tristan Gingold2-4/+8
2015-11-24DWARF: materialize subprogram renamings in Ada as imported declarationsPierre-Marie de Rodat2-0/+12
2015-11-24sem_ch3.adb, [...]: Minor reformatting, rewording, and typo corrections.Gary Dismukes10-24/+30
2015-11-24decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root ...Eric Botcazou3-10/+63
2015-11-24trans.c (gnat_to_gnu): In type_annotate_only mode, do not build a NULL_EXPR f...Eric Botcazou2-0/+6
2015-11-24decl.c (is_cplusplus_method): Check that the type of the first parameter (ind...Eric Botcazou2-4/+24
2015-11-23system-aix.ads: Add Frontend_Exceptions flag.Olivier Hainque43-41/+128