aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2016-06-14[multiple changes]Arnaud Charlet11-26/+56
2016-06-14[multiple changes]Arnaud Charlet3-44/+96
2016-06-14sem_attr.adb (Analyze_Attribute_Old_Result): Adding assertion.Javier Miranda7-13/+162
2016-06-14[multiple changes]Arnaud Charlet9-52/+65
2016-06-14[multiple changes]Arnaud Charlet7-76/+146
2016-06-14[multiple changes]Arnaud Charlet11-62/+137
2016-06-14[multiple changes]Arnaud Charlet8-13/+41
2016-06-14[multiple changes]Arnaud Charlet13-181/+297
2016-06-14[multiple changes]Arnaud Charlet9-35/+170
2016-06-13decl.c (gnat_to_gnu_subprog_type): Build only a minimal PARM_DECL when the pa...Eric Botcazou3-2/+12
2016-06-13decl.c (gnat_to_gnu_entity): Deal with PLUS_EXPR in the expression of a renam...Eric Botcazou2-0/+6
2016-06-13utils2.c (known_alignment): Deal specially with calls to malloc.Eric Botcazou2-0/+9
2016-06-11trans.c (build_binary_op_trapv): If no operand is a constant, use the generic...Eric Botcazou2-127/+128
2016-06-11* gcc-interface/trans.c (Case_Statement_to_gnu): Deal with characters.Eric Botcazou2-3/+14
2016-06-11decl.c (gnat_to_gnu_entity): Do not clobber gnat_entity_name with temporary n...Pierre-Marie de Rodat2-9/+16
2016-06-10PR c/71392 - SEGV calling integer overflow built-ins with a null pointerMartin Sebor2-2/+12
2016-06-06decl.c (Gigi_Equivalent_Type): Make sure equivalent types are present before ...Eric Botcazou2-9/+20
2016-06-06trans.c (elaborate_all_entities_for_package): Also do not elaborate Itypes.Eric Botcazou2-0/+7
2016-06-06utils.c (gnat_internal_attribute_table): Add support for noinline and noclone...Eric Botcazou2-0/+58
2016-06-06* gcc-interface/trans.c (process_type): Beef up comment.Eric Botcazou2-1/+7
2016-06-06utils2.c (build_call_alloc_dealloc): Do not substitute placeholder expression...Eric Botcazou3-13/+26
2016-06-06trans.c (gnat_to_gnu): Rework special code dealing with boolean rvalues and s...Eric Botcazou2-11/+27
2016-06-06decl.c (gnat_to_gnu_entity): Remove useless 'else' statements and tidy up.Eric Botcazou3-83/+101
2016-06-06einfo.ads (Returns_Limited_View): Remove.Eric Botcazou4-93/+12
2016-06-06gigi.h (finish_subprog_decl): Add ASM_NAME parameter.Eric Botcazou4-151/+279
2016-06-06exp_ch9.adb (Expand_N_Protected_Type_Declaration): Insert the declaration of ...Eric Botcazou5-61/+85
2016-06-01re PR ada/71358 (GNAT.Command_Line.Getopt fails if there are no switches)Simon Wright2-38/+51
2016-05-31re PR ada/71317 (Compiling gnat for rtems fails at s-taprop.adb)Eric Botcazou3-6/+25
2016-05-20tree-vrp.c (compare_values_warnv): Simplify handling of symbolic ranges by ca...Eric Botcazou3-5/+30
2016-05-16decl.c (gnat_to_gnu_entity): Do not build a specific type for the object if i...Eric Botcazou2-3/+5
2016-05-16freeze.adb (Freeze_Record_Type): Extend pragma Implicit_Packing to components...Eric Botcazou2-19/+50
2016-05-16freeze.adb (Freeze_Array_Type): Call Addressable predicate instead of testing...Eric Botcazou2-50/+43
2016-05-16trans.c (elaborate_all_entities_for_package): Also skip formal objects.Eric Botcazou2-0/+9
2016-05-16* doc/gnat_rm/implementation_defined_attributes.rstEric Botcazou10-174/+191
2016-05-16freeze.adb (Check_Component_Storage_Order): Also get full view of enclosing t...Thomas Quinot2-18/+28
2016-05-16exp_util.adb (Remove_Side_Effects): Also make a constant if we need to captur...Eric Botcazou5-103/+103
2016-05-16configure.ac: Add ACX_NONCANONICAL_HOST.Eric Botcazou2-4/+12
2016-05-06re PR ada/70969 (bootstrap failure: s-unstyp.ads:40:15: violation of No_Elabo...Eric Botcazou9-7/+43
2016-05-04s-osinte-gnu.ads (Get_Page_Size): Return int and use getpagesize instead of _...Samuel Thibault2-4/+8
2016-05-02Fix make install-gcc-specs with empty GCC_SPEC_FILESRainer Orth2-4/+8
2016-05-02Minor reformatting.Arnaud Charlet2-6/+8
2016-05-02[multiple changes]Arnaud Charlet5-18/+53
2016-05-02[multiple changes]Arnaud Charlet4-36/+79
2016-05-02Minor reformatting.Arnaud Charlet1-7/+7
2016-05-02exp_util.ads, [...]: Minor reformatting.Gary Dismukes3-7/+11
2016-05-02[multiple changes]Arnaud Charlet5-23/+61
2016-05-02exp_ch9.adb, [...]: Minor reformatting and typo fixes.Gary Dismukes4-39/+43
2016-05-02[multiple changes]Arnaud Charlet7-90/+123
2016-05-02[multiple changes]Arnaud Charlet12-371/+791
2016-05-02[multiple changes]Arnaud Charlet5-14/+52