aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-05trans.c (Attribute_to_gnu): Do not strip conversions around prefixes that are...Eric Botcazou1-4/+8
2017-09-05gigi.h (renaming_from_generic_instantiation_p): Turn toEric Botcazou1-15/+14
2017-09-05trans.c (adjust_for_implicit_deref): New function.Eric Botcazou1-16/+26
2017-09-05trans.c (Call_to_gnu): If this is a function call and there is no target...Eric Botcazou1-5/+7
2017-09-05trans.c (pos_to_constructor): Skip conversions to an unconstrained array type.Eric Botcazou1-1/+8
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford1-3/+3
2017-08-29Fix --help=target (Ada) (PR other/39851)Martin Liska1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-23trans.c (gnat_to_gnu): Initialize sync to false to avoid UB.Jakub Jelinek1-1/+1
2017-06-21DWARF: make it possible to emit debug info for declarations onlyPierre-Marie de Rodat1-21/+31
2017-05-22sem_ch4.adb (Analyze_Call): In Ada2012 an incomplete type from a limited view...Eric Botcazou1-3/+13
2017-05-15gigi.h (get_elaboration_procedure): Delete.Eric Botcazou1-1/+2
2017-05-15trans.c (return_value_ok_for_nrv_p): Only apply the addressability check in t...Eric Botcazou1-5/+7
2017-05-15trans.c (Identifier_to_gnu): Also accept incomplete types not coming from a l...Eric Botcazou1-1/+1
2017-05-15trans.c (Compilation_Unit_to_gnu): Skip subprograms on the inlined list that ...Eric Botcazou1-0/+9
2017-05-15trans.c (gnat_to_gnu): Fix formatting.Eric Botcazou1-57/+56
2017-05-02trans.c (assoc_to_constructor): Make sure Corresponding_Discriminant is only ...Eric Botcazou1-28/+70
2017-02-24trans.c (gnat_to_gnu): Do not apply special handling of boolean rvalues to fu...Eric Botcazou1-1/+0
2017-02-24* gcc-interface/trans.c (return_value_ok_for_nrv_p): Add sanity check.Eric Botcazou1-0/+7
2017-02-24trans.c (Handled_Sequence_Of_Statements_to_gnu): If there is no end label...Eric Botcazou1-7/+11
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-5/+35
2016-10-11exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.Pierre-Marie de Rodat1-4/+12
2016-10-11trans.c (gnat_to_gnu): Adjust comment.Eric Botcazou1-6/+8
2016-10-08utils.c (convert): Add missing break.Eric Botcazou1-13/+13
2016-09-26Fix fallthrough comments for Ada, Solaris/x86, SPARCRainer Orth1-13/+13
2016-07-14decl.c (gnat_to_gnu_entity): Also use the void pointer type if the designated...Eric Botcazou1-10/+12
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+1
2016-07-11trans.c (add_decl_expr): Minor tweak.Eric Botcazou1-10/+7
2016-06-29re PR ada/48835 (porting GNAT to m68k-linux)Eric Botcazou1-7/+12
2016-06-13decl.c (gnat_to_gnu_subprog_type): Build only a minimal PARM_DECL when the pa...Eric Botcazou1-1/+1
2016-06-11trans.c (build_binary_op_trapv): If no operand is a constant, use the generic...Eric Botcazou1-127/+122
2016-06-11* gcc-interface/trans.c (Case_Statement_to_gnu): Deal with characters.Eric Botcazou1-3/+10
2016-06-06trans.c (elaborate_all_entities_for_package): Also do not elaborate Itypes.Eric Botcazou1-0/+2
2016-06-06* gcc-interface/trans.c (process_type): Beef up comment.Eric Botcazou1-1/+3
2016-06-06utils2.c (build_call_alloc_dealloc): Do not substitute placeholder expression...Eric Botcazou1-11/+18
2016-06-06trans.c (gnat_to_gnu): Rework special code dealing with boolean rvalues and s...Eric Botcazou1-11/+20
2016-06-06decl.c (gnat_to_gnu_entity): Remove useless 'else' statements and tidy up.Eric Botcazou1-35/+31
2016-05-16trans.c (elaborate_all_entities_for_package): Also skip formal objects.Eric Botcazou1-0/+4
2016-05-02decl.c (elaborate_reference_1): Do not bother about operand #2 for COMPONENT_...Eric Botcazou1-4/+11
2016-05-02trans.c (Range_to_gnu): New static function.Eric Botcazou1-27/+36
2016-04-27sem_aux.adb (Is_By_Reference_Type): Also return true for a tagged incomplete ...Eric Botcazou1-83/+62
2016-04-27gigi.h (gnat_to_gnu_entity): Adjust prototype.Eric Botcazou1-23/+25
2016-03-07trans.c (statement_node_p): New predicate.Eric Botcazou1-12/+39
2016-02-29trans.c (finalize_nrv_r): Remove obsolete code.Eric Botcazou1-47/+30
2016-02-29ada-tree.h (DECL_RETURN_VALUE_P): New macro.Eric Botcazou1-2/+39
2016-02-17exp_ch4.adb (Expand_N_Indexed_Component): Active synchronization if the prefi...Eric Botcazou1-0/+3
2016-01-20exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...Eric Botcazou1-174/+69
2016-01-18gigi.h (build_call_raise_column): Adjust prototype.Eric Botcazou1-66/+68
2016-01-18ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toEric Botcazou1-30/+38
2016-01-18re PR ada/69219 (error on nested subprograms with Inline_Always and Intrinsic)Eric Botcazou1-13/+16