aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-27repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...Eric Botcazou1-52/+19
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-12-03[Ada] Gigi support for OpenACC pragmasOlivier Hainque1-0/+1
2018-11-15misc.c (gnat_init_gcc_eh): Do not override the switch -fnon-call-exceptions p...Eric Botcazou1-1/+4
2018-11-13misc.c (gnat_init_gcc_eh): Set -fnon-call-exceptions for the runtime on platf...Eric Botcazou1-2/+7
2018-11-08fe.h (Suppress_Checks): Declare.Eric Botcazou1-3/+11
2018-10-01[Ada] use -gnatd_A to disable .ali on -fcompare-debug recompileAlexandre Oliva1-4/+0
2018-09-26[Ada] Set Current_Error_Node directlyEric Botcazou1-1/+0
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-2/+3
2018-07-17[Ada] Type mismatch warning for imported C++ classEric Botcazou1-2/+3
2018-07-13lang.opt (funsigned-char): New option.Eric Botcazou1-0/+1
2018-07-07decl.c (gnat_to_gnu_entity): Add GNAT_DECL local variable and use it throughout.Eric Botcazou1-8/+8
2018-03-12re PR ada/82813 (warning: '.builtin_memcpy' writing between 2 and 6 bytes int...Eric Botcazou1-0/+3
2018-01-04Bump copyright yearEric Botcazou1-1/+1
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-4/+4
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford1-3/+5
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford1-2/+3
2017-12-20trans.c (Loop_Statement_to_gnu): Use IN_RANGE macro.Eric Botcazou1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-3/+3
2017-12-14* gcc-interface/misc.c (default_pass_by_ref): Minor tweak.Eric Botcazou1-6/+6
2017-11-06* gcc-interface/misc.c (gnat_post_options): Clear warn_return_type.Eric Botcazou1-0/+3
2017-10-18misc.c (gnat_tree_size): Move around.Eric Botcazou1-17/+17
2017-10-17langhooks.h (struct lang_hooks): Document that tree_size langhook may be also...Jakub Jelinek1-0/+19
2017-08-30[12/77] Use opt_scalar_float_mode when iterating over float modesRichard Sandiford1-8/+14
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-4/+2
2017-05-02common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener1-4/+0
2017-02-25re PR c/79677 (Weird handling of -Werror=)Jakub Jelinek1-1/+1
2017-02-24misc.c (gnat_type_max_size): Try to return a meaningful value for array types...Eric Botcazou1-16/+53
2016-10-31dwarf2out.h (struct dw_loc_descr_node): Adjust comment for frame_offset_rel bit.Jakub Jelinek1-0/+1
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+2
2016-10-13re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek1-1/+1
2016-10-08utils.c (convert): Add missing break.Eric Botcazou1-3/+3
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 Orth1-3/+3
2016-06-29misc.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): Reorder.Eric Botcazou1-6/+5
2016-04-27sem_aux.adb (Is_By_Reference_Type): Also return true for a tagged incomplete ...Eric Botcazou1-2/+4
2016-04-27re PR ada/70759 (Ada rts fails to build with -mabi=ilp32)Eric Botcazou1-3/+0
2016-02-16gigi.h (maybe_debug_type): New inline function.Eric Botcazou1-9/+9
2016-02-16misc.c (gnat_enum_underlying_base_type): New function.Eric Botcazou1-0/+11
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-01-20exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...Eric Botcazou1-3/+3
2016-01-18gigi.h (build_call_raise_column): Adjust prototype.Eric Botcazou1-3/+3
2016-01-18ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toEric Botcazou1-48/+45
2015-12-17DWARF: describe properly Ada packed arraysPierre-Marie de Rodat1-14/+117
2015-12-17DWARF: add a language hook for scalar biased typesPierre-Marie de Rodat1-0/+12
2015-12-17DWARF: create a macro for max dimensions for array descr. lang. hookPierre-Marie de Rodat1-1/+15
2015-12-17DWARF: describe Ada dynamic arrays as proper arraysPierre-Marie de Rodat1-24/+159
2015-12-17DWARF: add a language hook for fixed-point typesPierre-Marie de Rodat1-0/+82
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat1-0/+53