aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-03decl.c: Include diagnostic-core.h.Eric Botcazou1-0/+5
2013-01-07decl.c (gnat_to_gnu_entity): Adjust comment about type extension with discrim...Eric Botcazou1-8/+5
2013-01-06decl.c (gnat_to_gnu_field): Emit a specialized diagnostic for component size ...Olivier Hainque1-5/+21
2013-01-06* gcc-interface/decl.c (elaborate_entity) <E_Record_Type>: Delete.Eric Botcazou1-12/+0
2013-01-06decl.c (gnat_to_gnu_entity): Do not pack the field of the record type made fo...Eric Botcazou1-3/+6
2013-01-06decl.c (annotate_value): Be prepared for discriminants inherited from parent ...Eric Botcazou1-11/+18
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou1-27/+29
2012-11-23decl.c (components_need_strict_alignment): New.Eric Botcazou1-7/+45
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-18decl.c: Remove trailing spaces.Eric Botcazou1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-43/+41
2012-10-22decl.c (gnat_to_gnu_entity): Force BLKmode on the type if it is passed by ref...Eric Botcazou1-4/+16
2012-10-22decl.c (gnat_to_gnu_entity): In type annotation mode, break circularities int...Eric Botcazou1-8/+56
2012-10-22decl.c (gnat_to_gnu_entity): Do not generate the special PARM_DECL for an Out...Eric Botcazou1-1/+5
2012-10-02decl.c (elaborate_expression_1): Use the variable for bounds of loop iterarat...Eric Botcazou1-0/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-9/+4
2012-08-19decl.c (gnat_to_gnu_entity): Use proper dummy type for the temporary COMPONEN...Eric Botcazou1-2/+3
2012-07-19decl.c (gnat_to_gnu_entity): Try to ensure that an object of CW type initiali...Eric Botcazou1-1/+12
2012-07-19decl.c (gnat_to_gnu_entity): Do not look up the REP part of the base type in ...Eric Botcazou1-6/+6
2012-07-16decl.c (intrin_return_compatible_p): Map Address to void *.Tristan Gingold1-0/+4
2012-07-03exp_disp.adb (Expand_Dispatching_Call): Propagate the convention on the desig...Eric Botcazou1-3/+49
2012-06-13RevertEric Botcazou1-74/+3
2012-06-11decl.c (gnat_to_gnu_entity): Convert GNU_SIZE to units before invoking alloca...Eric Botcazou1-62/+54
2012-06-11decl.c (gnat_to_gnu_entity): Do not specifically deal with external constants...Eric Botcazou1-3/+4
2012-06-11decl.c (gnat_to_gnu_entity): Translate the Esize on entry only for elementary...Eric Botcazou1-8/+11
2012-05-26decl.c (variant_desc): Rename 'record' to 'new_type'.Eric Botcazou1-8/+15
2012-05-19decl.c (Has_Thiscall_Convention): New macro.Eric Botcazou1-3/+74
2012-05-18decl.c (gnat_to_gnu_entity): For an object at global level with unconstrained...Eric Botcazou1-0/+8
2012-05-06decl.c (gnat_to_gnu_entity): In the renaming case...Eric Botcazou1-0/+8
2012-05-06gigi.h (make_packable_type): Declare.Eric Botcazou1-658/+13
2012-04-30decl.c (gnat_to_gnu_entity): In type annotation mode...Eric Botcazou1-22/+42
2012-04-30gigi.h (mark_out_of_scope): Delete.Eric Botcazou1-38/+0
2012-03-31RevertEric Botcazou1-18/+0
2012-03-25decl.c (gnat_to_gnu_entity): Copy the TYPE_PACKED flag from the base type.Eric Botcazou1-0/+1
2012-03-25decl.c (SS_MARK_NAME): New define.Eric Botcazou1-0/+18
2012-03-25utils.c (add_parallel_type): Take a TYPE instead of a DECL and adjust.Eric Botcazou1-8/+7
2012-03-12gigi.h (shift_unc_components_for_thin_pointers): Kill.Eric Botcazou1-4/+5
2012-03-12vms.opt: Add vms-opts.h header.Tristan Gingold1-1/+1
2012-03-07decl.c (gnat_to_gnu_entity): Do not set flags on the DECL node built for a ty...Eric Botcazou1-2/+4
2012-03-07gigi.h (rest_of_type_decl_compilation): Delete.Eric Botcazou1-73/+0
2012-02-29dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and DW_AT_ar...Eric Botcazou1-6/+13
2012-02-27decl.c (gnat_to_gnu_entity): Reuse dummy fat type for gnu_ptr_template and gn...Tristan Gingold1-3/+10
2012-02-27ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.Eric Botcazou1-8/+7
2012-02-27decl.c (gnat_to_gnu_entity): Revert previous change that creates a special VA...Eric Botcazou1-35/+43
2012-02-22[multiple changes]Arnaud Charlet1-7/+18
2012-02-17[multiple changes]Arnaud Charlet1-6/+6
2012-01-27decl.c (gnat_to_gnu_entity): Do not set an alignment on fields of the RETURN ...Eric Botcazou1-4/+3
2012-01-27ada-tree.h (DECL_ALIASED_P): New flag.Eric Botcazou1-22/+85
2012-01-27gigi.h (get_minimal_subprog_decl): Declare.Eric Botcazou1-1/+38
2012-01-27gigi.h (create_label_decl): Adjust.Eric Botcazou1-1/+1