aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2016-10-12exp_ch5.adb, [...]: Minor reformatting.Hristian Kirtchev19-212/+242
2016-10-12[multiple changes]Arnaud Charlet4-3/+33
2016-10-12[multiple changes]Arnaud Charlet6-362/+563
2016-10-12[multiple changes]Arnaud Charlet10-55/+179
2016-10-12[multiple changes]Arnaud Charlet13-47/+136
2016-10-12sem_ch12.adb (Check_Formal_Package_Instance): Skip an internal formal entity ...Ed Schonberg3-5/+24
2016-10-12contracts.adb (Analyze_Contracts): For a type declaration, analyze an iterabl...Ed Schonberg2-0/+22
2016-10-12[multiple changes]Arnaud Charlet7-21/+107
2016-10-12re PR ada/64057 (possible issue in the shared implementation of Ada.Strings.U...Eric Botcazou1-7/+11
2016-10-11system-linux-armeb.ads (Backend_Overflow_Checks): Change to True.Eric Botcazou7-22/+32
2016-10-11adaint.c: Include process.h, signal.h, dir.h and utime.h for DJGPP.Andris Pavenis2-7/+44
2016-10-11Makefile.in (LIBGNAT_TARGET_PAIRS): Define for DJGPP targetAndris Pavenis3-0/+171
2016-10-11ctrl_c.c: Do not use macro SA_RESTART for DJGPP.Andris Pavenis7-7/+58
2016-10-11Minor tweaksEric Botcazou1-5/+5
2016-10-11exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.Pierre-Marie de Rodat6-7/+98
2016-10-11utils2.c (build_binary_op): Add a NO_FOLD argument.Pierre-Marie de Rodat4-21/+47
2016-10-11fe.h (Constant_Value): Declare.Tristan Gingold3-1/+18
2016-10-11trans.c (gnat_to_gnu): Adjust comment.Eric Botcazou2-6/+14
2016-10-11utils.c (type_unsigned_for_rm): New predicate.Eric Botcazou2-24/+47
2016-10-11system-linux-ppc64.ads: Delete.Eric Botcazou4-190/+26
2016-10-10decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end ...Eric Botcazou2-14/+22
2016-10-10utils2.c (find_common_type): Do not return the LHS type if it's an array with...Eric Botcazou2-12/+31
2016-10-10utils.c (convert): For a biased input type, convert the bias itself to the ba...Eric Botcazou2-4/+17
2016-10-08utils.c (convert): Add missing break.Eric Botcazou6-34/+46
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh2-2/+6
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek2-7/+4
2016-09-26Fix fallthrough comments for Ada, Solaris/x86, SPARCRainer Orth6-32/+42
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek2-1/+7
2016-07-14decl.c (gnat_to_gnu_entity): Also use the void pointer type if the designated...Eric Botcazou3-15/+36
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger4-2/+13
2016-07-11trans.c (add_decl_expr): Minor tweak.Eric Botcazou3-14/+30
2016-07-11re PR ada/71817 (suspicious condition in C code)Eric Botcazou2-2/+8
2016-07-07[multiple changes]Arnaud Charlet11-29/+123
2016-07-07[multiple changes]Arnaud Charlet6-26/+116
2016-07-07[multiple changes]Arnaud Charlet8-66/+70
2016-07-07sem_ch6.adb (Analyze_Subprogram_Body_Helper): Remove redundant test, adjust c...Eric Botcazou3-21/+42
2016-07-07[multiple changes]Arnaud Charlet8-103/+171
2016-07-07[multiple changes]Arnaud Charlet3-3/+17
2016-07-07freeze.adb: Reenable code.Eric Botcazou2-7/+5
2016-07-07minor reformatting.Arnaud Charlet1-6/+7
2016-07-07sem_ch6.adb (Process_Formals): Set ghost flag on formal entities of ghost sub...Yannick Moy3-0/+22
2016-07-06sem_ch6.adb (Check_Inline_Pragma): if the subprogram has no spec then move it...Javier Miranda2-0/+11
2016-07-06sem_ch6.adb (Analyze_Expression_Function): Mark body of expression function a...Yannick Moy3-8/+16
2016-07-06[multiple changes]Arnaud Charlet12-125/+224
2016-07-06sem_ch7.adb (Analyze_Package_Specification): Insert its freezing nodes after ...Javier Miranda5-15/+90
2016-07-06[multiple changes]Arnaud Charlet10-89/+360
2016-07-06[multiple changes]Arnaud Charlet12-1278/+2019
2016-07-06[multiple changes]Arnaud Charlet7-28/+117
2016-07-06sem_attr.adb (Analyze_Attribute): Allow any expression of discrete type.Bob Duff3-35/+42
2016-07-05Update documentation.Arnaud Charlet2-7675/+1341