aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2016-02-17exp_ch4.adb (Expand_N_Indexed_Component): Active synchronization if the prefi...Eric Botcazou3-1/+14
2016-02-17utils2.c (gnat_protect_expr): Make a SAVE_EXPR only for fat pointer or scalar...Eric Botcazou2-5/+9
2016-02-16gigi.h (maybe_debug_type): New inline function.Eric Botcazou4-11/+34
2016-02-16misc.c (gnat_enum_underlying_base_type): New function.Eric Botcazou2-0/+16
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek13-16/+32
2016-02-09Add missing entryBernd Schmidt1-0/+5
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-02-08utils.c (create_var_decl): Set again DECL_COMMON and DECL_IGNORED_P last.Eric Botcazou2-18/+23
2016-01-28gigi.h (enum attr_type): Rename into...Eric Botcazou3-6/+13
2016-01-20exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...Eric Botcazou9-192/+238
2016-01-18gigi.h (build_call_raise_column): Adjust prototype.Eric Botcazou8-161/+207
2016-01-18ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toEric Botcazou7-159/+198
2016-01-18re PR ada/69219 (error on nested subprograms with Inline_Always and Intrinsic)Eric Botcazou2-13/+23
2016-01-17* adaint.c (__gnat_killprocesstree): Avoid -Wparentheses warning.Jakub Jelinek2-1/+5
2016-01-15adaint.c (__gnat_locate_exec_on_path): Use const char * instead of char * for...Jakub Jelinek2-1/+6
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