aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-18* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: New.Eric Botcazou1-0/+6
2013-08-13decl.c (gnat_to_gnu_entity): Do not bother about alias sets of derived types ...Eric Botcazou1-1/+1
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou1-10/+10
2013-06-13ada-tree.h (DECL_BY_DOUBLE_REF_P): Delete.Eric Botcazou1-24/+5
2013-05-26decl.c: (gnat_to_gnu_entity): In ASIS mode, do not check that access types ha...Eric Botcazou1-3/+6
2013-05-26decl.c (vinfo_t): New type and associated vector.Eric Botcazou1-87/+158
2013-05-26gigi.h (create_type_decl): Adjust prototype.Eric Botcazou1-131/+137
2013-05-26gigi.h (make_aligning_type): Adjust prototype.Eric Botcazou1-1/+1
2013-05-26decl.c (gnat_to_gnu_entity): Do not prematurely elaborate the full view of a ...Eric Botcazou1-2/+5
2013-05-26decl.c (gnat_to_gnu_entity): Always build the UNC variable for aliased object...Eric Botcazou1-19/+12
2013-05-24gigi.h (enum inline_status_t): New type.Eric Botcazou1-6/+9
2013-05-24decl.c (gnat_to_gnu_entity): Constify a handful of local variables.Eric Botcazou1-13/+60
2013-05-07re PR ada/56474 (bogus Storage_Error raised for record containing empty zero-...Eric Botcazou1-5/+10
2013-04-11stor-layout.c (skip_simple_constant_arithmetic): Move to...Eric Botcazou1-4/+5
2013-03-06decl.c (gnat_to_gnu_field): Remove the wrapper around a misaligned integral t...Eric Botcazou1-0/+7
2013-02-06Revert previous change, unintended.Arnaud Charlet1-69/+19
2013-02-06[multiple changes]Arnaud Charlet1-19/+69
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