aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-06gigi.h, trans.c (Identifier_to_gnu): Change test for deferred constant by add...Gary Dismukes1-177/+397
2007-04-06utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs when...Eric Botcazou1-66/+144
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-11/+0
2007-03-09cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling fold with the ...Roger Sayle1-25/+25
2007-02-16trans.c (call_to_gnu): Use build_call_list instead of build3 to build the cal...Eric Botcazou1-11/+13
2007-01-25decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERF...Roger Sayle1-2/+2
2006-10-31gigi.h: (tree_code_for_record_type): Declare.Eric Botcazou1-41/+437
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-27/+1
2006-10-03* utils.c: Fix a typo.Kazu Hirata1-1/+1
2006-10-03* decl.c, utils.c: Fix comment typos.Kazu Hirata1-1/+1
2006-09-29decl.c (gnat_to_gnu_entity): Do not set "const" flag on "pure" Ada subprogram...Eric Botcazou1-0/+4
2006-09-15re PR ada/18817 (ACATS c380004 fails at run time)Roger Sayle1-0/+16
2006-09-13re PR ada/21952 (Annoying "attribute directive ignored" warnings)Eric Botcazou1-1/+53
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford1-4/+4
2006-02-15re PR ada/26096 (Ada bootstrap fails in g-alleve.adb)Richard Kenner1-37/+22
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