aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-25decl.c (gnat_to_gnu_entity): Always build a variable for E_Variable with a pr...Tristan Gingold1-0/+4
2014-01-25decl.c (gnat_to_gnu_param): Make sure an Out parameter with Default_Value asp...Robert Dewar1-2/+4
2014-01-24[multiple changes]Arnaud Charlet1-95/+112
2014-01-20decl.c (gnat_to_gnu_entity): Robustify tests for aliased objects with an unco...Eric Botcazou1-8/+9
2014-01-20decl.c (gnat_to_gnu_entity): Tidy up.Eric Botcazou1-18/+50
2014-01-20decl.c (gnat_to_gnu_entity): Remove obsolete code for type_annotate_only mode...Eric Botcazou1-40/+16
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-04decl.c (components_to_record): Add specific handling for fields with zero siz...Eric Botcazou1-0/+23
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4
2013-11-18cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integ...Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-8/+8
2013-11-18decl.c (gnat_to_gnu_entity): Deal with an error mark as renamed object in typ...Eric Botcazou1-2/+6
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-6/+1
2013-10-17[multiple changes]Arnaud Charlet1-7/+7
2013-10-13decl.c (gnat_to_gnu_entity): Force all local variables with aggregate types i...Eric Botcazou1-2/+15
2013-10-13* gcc-interface/decl.c (gnat_to_gnu_param): Remove obsolete comment.Eric Botcazou1-6/+2
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