aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-07decl.c (gnat_to_gnu_entity): When they are global...Pierre-Marie de Rodat1-0/+1
2016-12-07decl.c (gnat_to_gnu_entity): Translate System.Address into ptr_type_node for ...Eric Botcazou1-13/+7
2016-12-07decl.c (gnat_to_gnu_entity): Also call finish_character_type on Character sub...Eric Botcazou1-2/+8
2016-11-13decl.c (gnat_to_gnu_entity): In assertion about known Esize...Bob Duff1-1/+2
2016-11-13decl.c (gnat_to_gnu_entity): Look at the underlying type for the signedness o...Eric Botcazou1-1/+1
2016-11-13decl.c (annotate_value): Deal specially with negative constants.Eric Botcazou1-0/+8
2016-10-11utils2.c (build_binary_op): Add a NO_FOLD argument.Pierre-Marie de Rodat1-10/+16
2016-10-11fe.h (Constant_Value): Declare.Tristan Gingold1-0/+9
2016-10-10decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end ...Eric Botcazou1-14/+15
2016-10-08utils.c (convert): Add missing break.Eric Botcazou1-5/+5
2016-09-26Fix fallthrough comments for Ada, Solaris/x86, SPARCRainer Orth1-5/+5
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek1-1/+1
2016-07-14decl.c (gnat_to_gnu_entity): Also use the void pointer type if the designated...Eric Botcazou1-4/+14
2016-07-05decl.c (gnat_to_gnu_entity): Invoke global_bindings_p last when possible.Eric Botcazou1-18/+17
2016-06-29re PR ada/48835 (porting GNAT to m68k-linux)Eric Botcazou1-34/+60
2016-06-21tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if they are b...Eric Botcazou1-13/+35
2016-06-13decl.c (gnat_to_gnu_subprog_type): Build only a minimal PARM_DECL when the pa...Eric Botcazou1-1/+4
2016-06-13decl.c (gnat_to_gnu_entity): Deal with PLUS_EXPR in the expression of a renam...Eric Botcazou1-0/+1
2016-06-11decl.c (gnat_to_gnu_entity): Do not clobber gnat_entity_name with temporary n...Pierre-Marie de Rodat1-9/+11
2016-06-06decl.c (Gigi_Equivalent_Type): Make sure equivalent types are present before ...Eric Botcazou1-9/+12
2016-06-06decl.c (gnat_to_gnu_entity): Remove useless 'else' statements and tidy up.Eric Botcazou1-48/+54
2016-06-06gigi.h (finish_subprog_decl): Add ASM_NAME parameter.Eric Botcazou1-126/+229
2016-05-20tree-vrp.c (compare_values_warnv): Simplify handling of symbolic ranges by ca...Eric Botcazou1-2/+8
2016-05-16decl.c (gnat_to_gnu_entity): Do not build a specific type for the object if i...Eric Botcazou1-3/+0
2016-05-16* doc/gnat_rm/implementation_defined_attributes.rstEric Botcazou1-50/+19
2016-05-02decl.c (elaborate_reference_1): Do not bother about operand #2 for COMPONENT_...Eric Botcazou1-1/+1
2016-04-27sem_aux.adb (Is_By_Reference_Type): Also return true for a tagged incomplete ...Eric Botcazou1-661/+806
2016-04-27gigi.h (gnat_to_gnu_entity): Adjust prototype.Eric Botcazou1-53/+46
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-25/+27
2016-04-18* gcc-interface/decl.c: Rename Descendent -> DescendantVincent Celier1-2/+2
2016-04-02decl.c (components_to_record): Restrict the previous change to fields with va...Eric Botcazou1-5/+7
2016-03-27decl.c (components_to_record): Add special case for single field with represe...Eric Botcazou1-0/+17
2016-03-07decl.c (gnat_to_gnu_entity): Always mark the expression of a renaming manuall...Eric Botcazou1-6/+4
2016-02-29decl.c (gnat_to_gnu_entity): Retrofit handling of unconstrained array types a...Eric Botcazou1-51/+23
2016-02-29decl.c (gnat_to_gnu_entity): In ASIS mode, fully lay out the minimal record t...Eric Botcazou1-1/+2
2016-02-29ada-tree.h (DECL_RETURN_VALUE_P): New macro.Eric Botcazou1-30/+37
2016-01-28gigi.h (enum attr_type): Rename into...Eric Botcazou1-4/+4
2016-01-20exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...Eric Botcazou1-9/+29
2016-01-18gigi.h (build_call_raise_column): Adjust prototype.Eric Botcazou1-6/+3
2016-01-18ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toEric Botcazou1-21/+21
2015-12-20decl.c (gnat_to_gnu_entity): During layout in type_annotate_only mode...Eric Botcazou1-11/+43
2015-12-17DWARF: describe properly Ada packed arraysPierre-Marie de Rodat1-14/+66
2015-12-17DWARF: describe Ada dynamic arrays as proper arraysPierre-Marie de Rodat1-15/+27
2015-12-17DWARF: add a language hook for fixed-point typesPierre-Marie de Rodat1-2/+70
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat1-0/+4
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat1-8/+11
2015-11-30gigi.h (create_var_decl): Adjust prototype.Eric Botcazou1-59/+64
2015-11-30ada-tree.h (TYPE_MAX_ALIGN): New macro.Eric Botcazou1-44/+38
2015-11-24decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root ...Eric Botcazou1-4/+42
2015-11-24decl.c (is_cplusplus_method): Check that the type of the first parameter (ind...Eric Botcazou1-4/+19