aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2011-02-14misc.c (gnat_init_options): Do not concatenate -I and its argument, except fo...Eric Botcazou2-7/+11
2011-02-12gnat_ugn.texi (Compiling Different Versions of Ada): Update link to "Ada Issu...Gerald Pfeifer2-1/+6
2011-02-08* gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.Eric Botcazou2-3/+13
2011-02-03gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of GNAT_FORMAL.Eric Botcazou5-145/+134
2011-01-26re PR other/47467 (hwint.h:239:3: error: implicit declaration of function 'abs')Eric Botcazou2-1/+11
2011-01-26re PR other/47467 (hwint.h:239:3: error: implicit declaration of function 'abs')Richard Guenther3-1/+9
2011-01-04decl.c: Disable Stdcall convention handling for 64-bit.Pascal Obry2-5/+15
2011-01-04trans.c (Case_Statement_to_gnu): Put the SLOC of the end-of-case on the end l...Eric Botcazou2-2/+13
2011-01-04trans.c (Subprogram_Body_to_gnu): Evaluate the expressions of the parameter c...Eric Botcazou2-25/+31
2011-01-04trans.c (BLOCK_SOURCE_END_LOCATION): Provide default.Olivier Hainque2-11/+86
2011-01-04re PR ada/47131 (internal error for ACATS C34011B on SJLJ targets)Eric Botcazou2-22/+8
2011-01-02Rotate ChangeLogs.H.J. Lu2-10083/+10089
2010-12-31decl.c (substitute_in_type): Do not deal with LANG_TYPE, METHOD_TYPE or OFFSE...Eric Botcazou3-6/+8
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2-2/+7
2010-12-20re PR bootstrap/47027 (a-stwiun.ads:441:80: (style) this line is too long)Ralf Wildenhues2-3/+6
2010-12-20Fix typos in gcc/ada.Ralf Wildenhues134-324/+368
2010-12-13decl.c (gnat_to_gnu_entity): Build a stub DECL for the dummy fat pointer type...Eric Botcazou3-8/+22
2010-12-13trans.c (can_be_lower_p): New predicate.Eric Botcazou2-7/+36
2010-12-03common.opt (N, [...]): New options.Joseph Myers2-0/+7
2010-12-03gnatvsn.adb (Gnat_Version_String): Don't overrun Ver_Len_Max.Alexandre Oliva4-2/+10
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis2-2/+7
2010-12-01common.opt (flag_stack_check): New Variable entry.Joseph Myers2-0/+12
2010-11-27re PR ada/46574 (ada bootstrap fails with --enable-build-with-cxx.)Eric Botcazou2-2/+7
2010-11-27re PR ada/40777 (compile error on gcc-interface/targtyps.c)Eric Botcazou2-2/+12
2010-11-27s-osinte-linux.ads (sigset_t): Use unsigned_char subtype directly.Eric Botcazou2-1/+11
2010-11-27bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.Eric Botcazou2-6/+14
2010-11-18decl.c (gnat_to_gnu_entity): Also use return-by-invisible-reference if the re...Eric Botcazou2-100/+95
2010-11-17invoke.texi (-dy): Remove.Joseph Myers2-1/+5
2010-11-17trans.c (addressable_p): Rewrite obsolete paragraph in head comment.Eric Botcazou2-4/+10
2010-11-13Fix a couple of formatting issuesEric Botcazou1-4/+2
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers3-2/+8
2010-11-10trans.c (gigi): Don't set 'pure' flag on SJLJ routines.Eric Botcazou3-30/+26
2010-11-10trans.c (lvalue_required_p) <N_Type_Conversion>): Look through it for element...Eric Botcazou2-18/+23
2010-11-10decl.c (gnat_to_gnu_entity): Do not set DECL_ARTIFICIAL on the reused DECL no...Eric Botcazou2-6/+17
2010-11-09utils.c (save_gnu_tree): Improve comments.Eric Botcazou2-8/+12
2010-11-09tree.h (contains_placeholder_p): Fix comment.Eric Botcazou2-27/+38
2010-11-03gigi.h (add_stmt_force): Declare.Eric Botcazou3-11/+50
2010-10-27trans.c (gigi): Fix formatting issues.Eric Botcazou3-38/+50
2010-10-26[multiple changes]Arnaud Charlet32-507/+389
2010-10-26opt.ads: Move documentation on checksum stuff here from prj-nmscRobert Dewar3-60/+73
2010-10-26opt.ads (Checksum_Accumulate_Token_Checksum): New Boolean flag, defaulted to ...Vincent Celier4-53/+117
2010-10-26sem_ch13.adb (Build_Invariant_Procedure): New calling sequence.Robert Dewar5-81/+101
2010-10-26opt.ads (Old_Checksums, [...]): New Boolean flags, defaulted to False.Vincent Celier4-2/+217
2010-10-26utils2.c (build_compound_expr): New function.Richard Kenner4-18/+46
2010-10-26[multiple changes]Arnaud Charlet5-37/+92
2010-10-26[multiple changes]Arnaud Charlet7-115/+125
2010-10-26[multiple changes]Arnaud Charlet6-15/+47
2010-10-26[multiple changes]Arnaud Charlet3-160/+43
2010-10-26sem_ch3.adb, [...]: Minor reformatting.Robert Dewar6-9/+27
2010-10-26[multiple changes]Arnaud Charlet11-9/+113