aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/decl.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Moved to gcc-interface.Arnaud Charlet1-7648/+0
2008-07-02* decl.c (make_type_from_size) <INTEGER_TYPE>: Fix typo and tidy up.Eric Botcazou1-18/+19
2008-06-27ada-tree.h (SET_TYPE_LANG_SPECIFIC, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-1/+1
2008-06-13decl.c (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Define to 0 if undefined.Olivier Hainque1-0/+36
2008-06-12decl.c (gnat_to_gnu_entity): In the case of a constrained subtype of a discri...Eric Botcazou1-44/+54
2008-06-09decl.c (components_to_record): Adjust the packedness for the qualified union ...Eric Botcazou1-1/+7
2008-06-06ada-tree.h (DECL_PARALLEL_TYPE): New language specific attribute...Nicolas Setton1-0/+11
2008-05-23gigi.h (mark_visited): Declare.Eric Botcazou1-8/+10
2008-05-20decl.c: Do not emit a variable for a object that has an address representatio...Tristan Gingold1-3/+36
2008-05-12* utils2.c (known_alignment, contains_save_expr_p)Tomas Bily1-1/+1
2008-05-05* decl.c (maybe_pad_type): Add ??? comment.Eric Botcazou1-1/+7
2008-05-03decl.c (components_to_record): Zero the alignment of the qualified union buil...Eric Botcazou1-0/+1
2008-05-03decl.c (maybe_pad_type): Try to get a form of the type with integral mode eve...Eric Botcazou1-35/+41
2008-05-01decl.c (make_packable_type): Resize the last component to its RM size only if...Eric Botcazou1-5/+14
2008-04-28re PR ada/36007 (verify_gimple failed)Eric Botcazou1-1/+2
2008-04-20decl.c (gnat_to_gnu_entity): Also promote the alignment of constant objects, ...Eric Botcazou1-9/+12
2008-04-19decl.c (gnat_to_gnu_entity): When trying to promote the alignment...Eric Botcazou1-3/+3
2008-04-18decl.c (maybe_pad_type): Only generate the XVS parallel type if the padded ty...Eric Botcazou1-3/+4
2008-04-18decl.c (gnat_to_gnu_entity): Use the return by target pointer mechanism as so...Eric Botcazou1-5/+7
2008-04-17decl.c (gnat_to_gnu_entity): Promote the alignment of objects by default.Eric Botcazou1-2/+1
2008-04-15ada-tree.h (DECL_BY_COMPONENT_PTR_P): Use DECL_LANG_FLAG_3.Eric Botcazou1-19/+22
2008-04-09decl.c (validate_size): Set minimum size for fat pointers same as access types.Doug Rupp1-6/+4
2008-04-08gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.Eric Botcazou1-0/+16
2008-04-08decl.c (prepend_attributes): Fix typo.Eric Botcazou1-2/+2
2008-04-08ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.Eric Botcazou1-13/+16
2008-04-08decl.c (gnat_to_gnu_entity): If -gnatd.a and not optimizing alignment for spa...Eric Botcazou1-8/+31
2008-04-08decl.c (adjust_packed): Expand comment.Eric Botcazou1-1/+3
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou1-6/+2
2008-04-06decl.c (is_variable_size): Do not unconditionally return false on non-strict ...Eric Botcazou1-10/+9
2008-04-06decl.c (rest_of_type_decl_compilation_no_defer): New local function used to p...Eric Botcazou1-10/+37
2008-04-02decl.c (gnat_to_gnu_entity): For a constant object whose type has self-refere...Eric Botcazou1-5/+24
2008-03-31decl.c (gnat_to_gnu_entity): Do not force a non-null size if it has overflowed.Eric Botcazou1-2/+6
2008-03-27decl.c (gnat_to_gnu_entity): Also set the public flag if the procedure is imp...Eric Botcazou1-1/+1
2008-03-26tbuild.ads, [...] (N_Pragma): Chars field removed, use Chars (Pragma_Identifi...Robert Dewar1-3/+4
2008-03-25revert: re PR ada/35186 (implicit assumption about alignment of DImode)Eric Botcazou1-12/+0
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