aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-09[multiple changes]Arnaud Charlet1-3/+4
2005-12-05utils.c (convert): Use fold_convert where appropriate.Richard Guenther1-9/+8
2005-12-02tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, ...Roger Sayle1-3/+10
2005-11-15decl.c: Factor common code to build a storage type for an unconstrained objec...Thomas Quinot1-19/+81
2005-08-01* decl.c, utils.c: Fix comment typos.Kazu Hirata1-2/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-4/+7
2005-07-09utils.c (create_var_decl): Only set DECL_COMMON on VAR_DECLs.Andrew Pinski1-2/+3
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+0
2005-07-04decl.c (prepend_attributes): New case.Eric Botcazou1-2/+28
2005-07-01Update FSF addressR. Kelley Cook1-2/+2
2005-04-01adaint.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2005-03-29re PR ada/19956 (ICE copy_tree_r, at tree-inline.c:2320 on simple Ada code)Richard Kenner1-4/+6
2005-03-15re PR ada/19900 (ACATS c391002 c432002 ICE categorize_ctor_elements_1)Eric Botcazou1-166/+178
2005-02-13re PR ada/19942 (Stage 2 compilation of ali.adb causes GNAT bug box)Andrew Pinski1-1/+1
2005-02-12utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes...Richard Henderson1-2/+6
2005-02-10Fix for c330001 - PR ada/19386Eric Botcazou1-17/+28
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-100/+2
2005-01-03decl.c (compatible_signatures_p): New function.Arnaud Charlet1-0/+14
2004-12-08decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for TYPE_SIZE_U...Arnaud Charlet1-29/+35
2004-11-19a-exexpr.adb (Others_Value, [...]): New variables...Arnaud Charlet1-1/+15
2004-10-04cuintp.c, [...]: Use gcc_assert and gcc_unreachable.Richard Kenner1-31/+16
2004-09-21decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit...Robert Dewar1-11/+11
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka1-18/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-8/+12
2004-09-13[multiple changes]Arnaud Charlet1-42/+50
2004-09-01[multiple changes]Arnaud Charlet1-4/+4
2004-08-27* utils.c (gnat_init_decl_processing): Ada has a signed sizetype.Nathan Sidwell1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-1/+1
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson1-7/+13
2004-08-09[multiple changes]Arnaud Charlet1-3/+2
2004-08-06utils.c (gnat_define_builtin): Remove second parameter of make_decl_rtl.Andreas Schwab1-2/+2
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-5/+5
2004-07-26[multiple changes]Arnaud Charlet1-187/+199
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-0/+2
2004-07-14trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.Richard Kenner1-0/+5
2004-07-13[multiple changes]Arnaud Charlet1-22/+10
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-3/+1
2004-06-28decl.c: Remove calls to add_decl_expr...Richard Kenner1-299/+140
2004-06-26ada-tree.def (DECL_STMT): Deleted.Richard Kenner1-4/+7
2004-06-20decl.c (elaborate_expression, [...]): Arguments now bool instead of int.Richard Kenner1-34/+58
2004-06-14ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.Richard Kenner1-3/+11
2004-06-07ada-tree.def (TRANSFORM_EXPR, [...]): Deleted.Richard Kenner1-112/+201
2004-06-07[multiple changes]Arnaud Charlet1-3/+5
2004-05-17[multiple changes]Arnaud Charlet1-209/+95
2004-05-14[multiple changes]Arnaud Charlet1-9/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+3
2004-05-11utils.c (max_size): Use MIN_EXPR to find the minimum value of a COND_EXPR.Roger Sayle1-1/+1
2004-05-10[multiple changes]Arnaud Charlet1-2/+0