aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/decl.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-08decl.c (maybe_pad_type): Use value_factor_p.Eric Botcazou1-4/+3
2008-03-08decl.c (gnat_to_gnu_entity): Do not bother propagating the TYPE_USER_ALIGN fl...Eric Botcazou1-2/+1
2008-03-08decl.c (gnat_to_gnu_entity): Do not force BIGGEST_ALIGNMENT when capping the ...Eric Botcazou1-2/+3
2008-03-08decl.c (gnat_to_gnu_entity): Add support for scalar types with small alignment.Eric Botcazou1-0/+39
2008-03-07decl.c (gnat_to_gnu_entity): Add comment for the packed array type case.Eric Botcazou1-0/+5
2008-03-07decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously large alignments...Eric Botcazou1-12/+46
2008-03-07decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.Eric Botcazou1-89/+205
2008-03-06re PR ada/35186 (implicit assumption about alignment of DImode)Eric Botcazou1-2/+13
2008-01-26decl.c (components_to_record): Improve comment.Eric Botcazou1-2/+3
2008-01-22decl.c (components_to_record): Do not reuse the empty union type if there is ...Eric Botcazou1-3/+9
2008-01-14decl.c (gnat_to_gnu_entity): Process renamings before converting the expressi...Eric Botcazou1-17/+20
2008-01-13* trans.c (call_to_gnu):Invoke the addressable_p predicate onlyEric Botcazou1-10/+10
2007-12-07decl.c (gnat_to_gnu_entity): When computing the designated full view...Olivier Hainque1-1/+2
2007-12-07re PR ada/34173 (FAIL: gnat.dg/release_unc_maxalign.adb execution test)Olivier Hainque1-1/+5
2007-12-06decl.c (make_packable_type): Revert last change.Eric Botcazou1-30/+27
2007-11-29decl.c (make_packable_type): Retrieve the real name of the type.Eric Botcazou1-5/+11
2007-11-25decl.c (gnat_to_gnu_entity): If the type has strict alignment...Eric Botcazou1-28/+42
2007-11-23decl.c (ceil_alignment): New function.Eric Botcazou1-13/+15
2007-11-07decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we craft and exp...Olivier Hainque1-4/+9
2007-09-26a-tags.adb:Javier Miranda1-10/+15
2007-09-17decl.c (gnat_to_gnu_entity): Make again the type of an object covered by 13.3...Eric Botcazou1-4/+5
2007-09-12decl.c (gnat_to_gnu_entity): For a subtype with discriminant constraints...Olivier Hainque1-4/+9
2007-09-11tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIAS...Eric Botcazou1-20/+21
2007-09-10decl.c (gnat_to_gnu_entity): Deal with variable built for a debug renaming de...Eric Botcazou1-0/+15
2007-09-08decl.c (gnat_to_gnu_entity): Simplify the condition under which a constant re...Eric Botcazou1-4/+1
2007-09-08decl.c (make_packable_type): If the new type has been given BLKmode, try agai...Eric Botcazou1-0/+7
2007-09-03Make-lang.in: Change copyright header to refer to version 3 of the GNU Genera...Nick Clifton1-5/+4
2007-08-14re PR ada/19037 (constant renaming creates new constant)Olivier Hainque1-118/+109
2007-08-11decl.c, utils2.c: Fix whitespace in last change.Kaveh R. Ghazi1-3/+4
2007-08-11decl.c (compare_field_bitpos): Constify.Kaveh R. Ghazi1-4/+3
2007-06-10decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes...Duncan Sands1-20/+32
2007-06-06decl.c (gnat_to_gnu_entity): Manually mark the top of the renamed expression ...Eric Botcazou1-766/+1040
2007-04-06decl.c (gnat_to_gnu_entity): Associate an external VAR_DECL to a CONST_DECL w...Olivier Hainque1-33/+46
2007-03-09cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling fold with the ...Roger Sayle1-6/+9
2007-02-25decl.c (annotate_value): Adjust for refactoring of tree_map hierarchy.Mark Mitchell1-1/+1
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-1/+1
2007-02-06tree.c (tree_int_map_hash, [...]): Remove prototypes and make them non-static.Paolo Bonzini1-3/+30
2007-01-25decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERF...Roger Sayle1-12/+10
2006-10-31gigi.h: (tree_code_for_record_type): Declare.Eric Botcazou1-226/+198
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-3/+13
2006-09-15re PR ada/15802 (ICE at expr.c:6764 (placeholder mechanism))Eric Botcazou1-10/+53
2006-09-13re PR ada/28591 (ICE in splice_child_die, at dwarf2out.c:5513)Eric Botcazou1-7/+10
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-02-17re PR ada/26315 (ACATS failures c43208b c85006a c85006d cd92001)Eric Botcazou1-0/+1
2006-02-15re PR ada/26096 (Ada bootstrap fails in g-alleve.adb)Richard Kenner1-71/+147
2006-02-06decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.Roger Sayle1-1/+0
2005-12-09decl.c (gnat_to_gnu_entity, [...]): Don't early expand pointer initialization...Olivier Hainque1-43/+50
2005-11-15decl.c: Factor common code to build a storage type for an unconstrained objec...Thomas Quinot1-118/+159
2005-10-21re PR ada/22418 (Ada produces mis-match (non compatible) types in MODIFY_EXPR)Olivier Hainque1-1/+1