aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2017-02-24misc.c (gnat_type_max_size): Try to return a meaningful value for array types...Eric Botcazou2-29/+91
2017-02-24utils.c (max_size): Flip the second argument when recursing on TRUTH_NOT_EXPR.Eric Botcazou1-1/+2
2017-02-12system-freebsd-x86.ads: Rename into...John Marino1-2/+30
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+2
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek1-3/+3
2017-01-13Restore Solaris/SPARC Ada bootstrapRainer Orth1-1/+1
2017-01-12* gcc-interface/Makefile.in: Clean up VxWorks targets.Arnaud Charlet1-27/+48
2017-01-03s-linux-mips.ads: Rename from s-linux-mipsel.ads.James Cowgill1-27/+8
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-07Adjust commentEric Botcazou1-4/+4
2016-12-07decl.c (gnat_to_gnu_entity): Also call finish_character_type on Character sub...Eric Botcazou2-7/+31
2016-12-05re PR ada/48835 (porting GNAT to m68k-linux)Mikael Pettersson1-0/+29
2016-11-27re PR ada/78524 (failure of ACATS c41104a at -O0)Eric Botcazou1-1/+3
2016-11-22Makefile.in ($(lang_checks_parallelized)): Fix detection of -j argument.Uros Bizjak1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-14Makefile.in: Replace s-interr-hwint.adb with s-interr-vxworks.adb throughout.Eric Botcazou1-12/+12
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-11-13utils2.c (gnat_protect_expr): Also protect only the address if the expression...Eric Botcazou1-3/+7
2016-11-13Makefile.in (NO_OMIT_ADAFLAGS): Define.Eric Botcazou1-4/+13
2016-10-31dwarf2out.h (struct dw_loc_descr_node): Adjust comment for frame_offset_rel bit.Jakub Jelinek1-0/+1
2016-10-24Parallelize check-gnatRainer Orth1-0/+3
2016-10-20Makefile (x86-64/Linux): Restore missing pairs.Nicolas Roche1-0/+6
2016-10-19system-linux-armel.ads: Rename into...Eric Botcazou1-3/+3
2016-10-18Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Define.Eric Botcazou1-182/+68
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou2-5/+37
2016-10-14re PR ada/77968 (ICEs with -flto on gnat.dg)Eric Botcazou1-65/+54
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-13re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek1-1/+1
2016-10-11Makefile.in (LIBGNAT_TARGET_PAIRS): Define for DJGPP targetAndris Pavenis1-0/+17
2016-10-11exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.Pierre-Marie de Rodat3-4/+69
2016-10-11utils2.c (build_binary_op): Add a NO_FOLD argument.Pierre-Marie de Rodat3-21/+38
2016-10-11fe.h (Constant_Value): Declare.Tristan Gingold1-0/+9
2016-10-11trans.c (gnat_to_gnu): Adjust comment.Eric Botcazou1-6/+8
2016-10-11utils.c (type_unsigned_for_rm): New predicate.Eric Botcazou1-24/+40
2016-10-11system-linux-ppc64.ads: Delete.Eric Botcazou1-31/+16
2016-10-10decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end ...Eric Botcazou1-14/+15
2016-10-10utils2.c (find_common_type): Do not return the LHS type if it's an array with...Eric Botcazou1-10/+23
2016-10-10utils.c (convert): For a biased input type, convert the bias itself to the ba...Eric Botcazou1-4/+12
2016-10-08utils.c (convert): Add missing break.Eric Botcazou5-34/+33
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh1-2/+1
2016-09-26Fix fallthrough comments for Ada, Solaris/x86, SPARCRainer Orth5-32/+34
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 Botcazou2-14/+26
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger3-2/+5
2016-07-11trans.c (add_decl_expr): Minor tweak.Eric Botcazou2-14/+23
2016-07-05decl.c (gnat_to_gnu_entity): Invoke global_bindings_p last when possible.Eric Botcazou1-18/+17
2016-07-04Cleanups.Arnaud Charlet1-70/+151