aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/trans.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-29decl.c (gnat_to_gnu_entity): Do not set "const" flag on "pure" Ada subprogram...Eric Botcazou1-0/+5
2006-09-13re PR ada/29025 (procedure doesn't modify In Out parameter)Olivier Hainque1-10/+17
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-03-04gigi.h (get_ada_base_type): Delete.Eric Botcazou1-6/+5
2006-02-15re PR ada/26096 (Ada bootstrap fails in g-alleve.adb)Richard Kenner1-23/+100
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-2/+2
2005-12-09trans.c (tree_transform, emit_check): Adjust calls to build_call_raise, passi...Olivier Hainque1-13/+18
2005-12-02trans.c (gnat_gimplify_expr): Use buildN instead of build.Richard Guenther1-1/+1
2005-11-17re PR ada/22333 (ACATS FAIL c34007p c34007r c45282b spurious discriminant CON...Richard Kenner1-6/+32
2005-11-15decl.c: Factor common code to build a storage type for an unconstrained objec...Thomas Quinot1-50/+136
2005-11-10re PR ada/23995 (ICE on misaligned rep clause)Eric Botcazou1-0/+3
2005-11-03re PR ada/23427 (latent bug with array type size check)James E Wilson1-2/+2
2005-10-21re PR ada/21937 (Member record alignment triggers an ICE)Eric Botcazou1-13/+11
2005-08-29trans.c: Protect < in error msg with quote Replace GCC_ZCX by Back_End_Except...Arnaud Charlet1-11/+15
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-1/+2
2005-07-04decl.c (prepend_attributes): New case.Eric Botcazou1-4/+41
2005-07-01Update FSF addressR. Kelley Cook1-2/+2
2005-06-16re PR ada/20515 ("stdcall" imports are not handled correctly)Eric Botcazou1-8/+47
2005-06-02trans.c (gnat_gimplify_expr): Call recompute_tree_invarant_for_addr_expr when...Andrew Pinski1-0/+1
2005-05-29cal.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-04-01adaint.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2005-03-29decl.c (gnat_to_gnu_entity): Rework comment.Eric Botcazou1-2/+1
2005-03-18ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.Eric Botcazou1-31/+34
2005-03-15trans.c (gnat_to_gnu): Set gnu_result to NULL_TREE on entry.Eric Botcazou1-0/+2
2005-03-15re PR ada/19900 (ACATS c391002 c432002 ICE categorize_ctor_elements_1)Eric Botcazou1-31/+45
2005-02-10g-zstspl.ads: New file.Robert Dewar1-10/+12
2005-01-03eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.Arnaud Charlet1-17/+54
2004-12-30re PR ada/19128 (Bug box while building asharp)Sohail Somani1-2/+2
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-1/+1
2004-12-22[multiple changes]Richard Henderson1-3/+7
2004-12-19* trans.c (gigi): Update gimplify_body call.Richard Henderson1-1/+1
2004-12-08misc.c (gnat_types_compatible_p, [...]): Remove.Arnaud Charlet1-12/+14
2004-11-19a-exexpr.adb (Others_Value, [...]): New variables...Arnaud Charlet1-12/+10
2004-10-27trans.c (call_to_gnu): For an (in-)out parameter passed by reference whose ty...Eric Botcazou1-0/+14
2004-10-04cuintp.c, [...]: Use gcc_assert and gcc_unreachable.Richard Kenner1-98/+71
2004-09-21decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit...Robert Dewar1-11/+10
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-12/+12
2004-09-13[multiple changes]Arnaud Charlet1-181/+285
2004-09-01[multiple changes]Arnaud Charlet1-42/+31
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-5/+3
2004-08-16cuintp.c (UI_To_gnu): Be more conservative with build_int_cst call.sNathan Sidwell1-8/+13
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-10/+8
2004-08-09[multiple changes]Arnaud Charlet1-111/+129
2004-07-26[multiple changes]Arnaud Charlet1-321/+297
2004-07-20[multiple changes]Arnaud Charlet1-2056/+2043
2004-07-14trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.Richard Kenner1-0/+1
2004-07-14* trans.c (gnat_init_stmt_group): Remove duplicate definition.Andreas Schwab1-22/+0
2004-07-13[multiple changes]Arnaud Charlet1-86/+171
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-14/+3
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-6/+0