summaryrefslogtreecommitdiff
path: root/gcc/ada/decl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR ada/22418 (Ada produces mis-match (non compatible) types in MODIFY_EXPR)Olivier Hainque2005-10-211-1/+1
* re PR ada/21053 (Warnings from init.c)Arnaud Charlet2005-08-291-4/+12
* * decl.c, utils.c: Fix comment typos.Kazu Hirata2005-08-011-1/+1
* * decl.c, init.c, initialize.c: Fix comment typos.Kazu Hirata2005-07-291-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-10/+10
* decl.c (components_to_record): Use DECL_FCONTEXT instead of DECL_SECTION_NAME.Andrew Pinski2005-07-091-4/+4
* decl.c (gnat_to_gnu_entity): Do not strip the padding type if the parameter i...Eric Botcazou2005-07-071-2/+6
* decl.c (prepend_attributes): New case.Eric Botcazou2005-07-041-0/+8
* Update FSF addressR. Kelley Cook2005-07-011-2/+2
* re PR ada/20515 ("stdcall" imports are not handled correctly)Eric Botcazou2005-06-161-20/+38
* cal.c, [...]: Fix comment typos.Kazu Hirata2005-05-291-3/+3
* adaint.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-7/+7
* tree.def (FILE_TYPE): Removed.Tom Tromey2005-03-301-1/+0
* decl.c (gnat_to_gnu_entity): Rework comment.Eric Botcazou2005-03-291-7/+6
* ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.Eric Botcazou2005-03-181-27/+14
* re PR ada/19900 (ACATS c391002 c432002 ICE categorize_ctor_elements_1)Eric Botcazou2005-03-151-109/+154
* Fix for c330001 - PR ada/19386Eric Botcazou2005-02-101-16/+43
* decl.c (compatible_signatures_p): New function.Arnaud Charlet2005-01-031-3/+72
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-1/+0
* decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for TYPE_SIZE_U...Arnaud Charlet2004-12-081-7/+11
* a-exexpr.adb (Others_Value, [...]): New variables...Arnaud Charlet2004-11-191-14/+27
* decl.c (gnat_to_gnu_field): Use the type of the inner object for a JM type on...Eric Botcazou2004-10-271-15/+19
* cuintp.c, [...]: Use gcc_assert and gcc_unreachable.Richard Kenner2004-10-041-67/+53
* decl.c (gnat_to_gnu_entity): Check for a dummy designated type via TYPE_MODE ...Olivier Hainque2004-09-211-1/+1
* decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit...Robert Dewar2004-09-211-15/+24
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-4/+3
* [multiple changes]Arnaud Charlet2004-09-131-47/+63
* [multiple changes]Arnaud Charlet2004-09-011-11/+23
* [multiple changes]Arnaud Charlet2004-08-131-10/+19
* [multiple changes]Arnaud Charlet2004-08-091-4/+8
* [multiple changes]Arnaud Charlet2004-07-261-691/+664
* [multiple changes]Arnaud Charlet2004-07-131-17/+43
* decl.c: Remove calls to add_decl_expr...Richard Kenner2004-06-281-95/+60
* ada-tree.def (DECL_STMT): Deleted.Richard Kenner2004-06-261-8/+8
* decl.c (elaborate_expression, [...]): Arguments now bool instead of int.Richard Kenner2004-06-201-25/+20
* ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.Richard Kenner2004-06-141-5/+8
* ada-tree.def (TRANSFORM_EXPR, [...]): Deleted.Richard Kenner2004-06-071-83/+78
* [multiple changes]Arnaud Charlet2004-06-071-3/+17
* [multiple changes]Arnaud Charlet2004-05-171-29/+41
* [multiple changes]Arnaud Charlet2004-04-291-6/+7
* [multiple changes]Arnaud Charlet2004-04-271-1/+5
* [multiple changes]Arnaud Charlet2004-04-231-0/+2
* [multiple changes]Arnaud Charlet2004-04-191-8/+18
* c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner2004-04-051-2/+2
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-8/+8
* alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2004-03-231-3/+7
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-6/+3
* [multiple changes]Arnaud Charlet2004-03-191-35/+21
* langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.Richard Kenner2004-03-191-9/+0
* tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner2004-03-181-1/+1