aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2010-08-30utils.c (gnat_pushdecl): Remove test for PARM_DECLs.Eric Botcazou2-10/+16
2010-08-30trans.c (call_to_gnu): Also force the return slot opt for the call to a funct...Eric Botcazou2-7/+17
2010-08-30decl.c (FOREIGN_FORCE_REALIGN_STACK): New macro, replacement for FORCE_PREFER...Olivier Hainque2-28/+24
2010-08-21* tracebak.c: Fix typo in comment.Eric Botcazou2-2/+6
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd4-5/+11
2010-08-18* tracebak.c (i386): Use GCC unwinder on Linux with GCC > 4.5.Eric Botcazou2-0/+11
2010-08-10sem_ch8.adb, [...]: Change name Write_Scopes to ws.Robert Dewar4-26/+29
2010-08-10sem_aggr.adb (Resolve_Extension_Aggregate): Warn on the use of C++ constructo...Javier Miranda20-558/+1764
2010-08-10a-chahan.ads: Add comments on handling of obsolescent entries.Robert Dewar16-17/+237
2010-08-10[multiple changes]Arnaud Charlet8-134/+203
2010-08-10[multiple changes]Arnaud Charlet3-2/+13
2010-08-09tree.c (nreverse): Assert that we don't have a BLOCK.Nathan Froyd2-1/+5
2010-08-09utils.c (build_vms_descriptor32): Fix formatting.Eric Botcazou2-82/+93
2010-08-09utils.c (make_descriptor_field): Add tree parameter.Nathan Froyd2-194/+156
2010-08-09* gcc-interface/decl.c (rec_variant). Declare. Declare a VEC of it.Nathan Froyd2-36/+85
2010-08-07decl.c (gnat_to_gnu_entity): Use XALLOCAVEC instead of alloca.Nathan Froyd4-10/+19
2010-08-07decl.c (subst_pair): Declare.Nathan Froyd2-40/+70
2010-08-06decl.c (gnat_to_gnu_entity): Do not build an allocator for large imported obj...Eric Botcazou2-4/+8
2010-08-05[multiple changes]Arnaud Charlet7-34/+142
2010-08-05[multiple changes]Arnaud Charlet3-40/+61
2010-08-05[multiple changes]Arnaud Charlet9-102/+165
2010-08-05[multiple changes]Arnaud Charlet6-50/+55
2010-08-05[multiple changes]Arnaud Charlet12-51/+473
2010-08-05errout.adb, [...]: Minor reformatting.Robert Dewar4-6/+10
2010-08-05sem_ch4.adb (Analyze_Allocator): Flag errors on allocators of a nested access...Gary Dismukes3-2/+68
2010-08-05sem.adb: Minor reformattingArnaud Charlet3-6/+13
2010-08-04decl.c: Do not undefine IN_GCC_FRONTEND and do not include expr.h.Eric Botcazou3-15/+18
2010-08-03alpha.h (SWITCH_TAKES_ARG): Define.Joseph Myers2-1/+5
2010-07-28darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers2-1/+11
2010-07-28Fix typosEric Botcazou1-3/+3
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2-14/+13
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2-10/+41
2010-07-23utils.c (update_pointer_to): In the unconstrained array case, merge the alias...Eric Botcazou2-0/+6
2010-07-23utils.c (gnat_types_compatible_p): Revert latest change and recurse only for ...Eric Botcazou2-2/+9
2010-07-22re PR ada/44892 (internal error on gnat.dg/unchecked_convert5.adb)Eric Botcazou2-6/+49
2010-07-22utils.c (gnat_types_compatible_p): Don't require strict equality for the comp...Eric Botcazou2-8/+13
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd5-87/+94
2010-07-13re PR bootstrap/44458 (Bootstrap fails on arm_float_words_big_endian implicit...Laurent GUERBY3-1/+8
2010-07-09trans.c (gnat_gimplify_expr): Deal with CALL_EXPR.Eric Botcazou2-23/+26
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2-0/+6
2010-07-03Add missing e-mail address.Kai Tietz1-1/+1
2010-07-03decl.c (gnat_to_gnu_entity): Branch to common code handling the alignment of ...Eric Botcazou2-9/+18
2010-07-02misc.c (gnat_handle_option): Do not populate gnat_argv.Eric Botcazou2-47/+15
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez3-2/+6
2010-06-29gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.Nathan Froyd6-149/+169
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher3-3/+7
2010-06-27Fix typoEric Botcazou2-2/+2
2010-06-27trans.c: Include tree-flow.h.Eric Botcazou3-15/+25
2010-06-23Fix header.Arnaud Charlet11-78/+2854
2010-06-23[multiple changes]Arnaud Charlet22-1094/+7319