aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-01dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.Olivier Hainque1-1/+14
2011-02-14misc.c (gnat_init_options): Do not concatenate -I and its argument, except fo...Eric Botcazou1-7/+6
2010-12-01common.opt (flag_stack_check): New Variable entry.Joseph Myers1-0/+6
2010-11-17invoke.texi (-dy): Remove.Joseph Myers1-1/+1
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-1/+1
2010-10-13Centralize knowledge of eh personality routines.Richard Henderson1-5/+1
2010-10-10lang.opt (gdwarf+): Remove.Olivier Hainque1-15/+0
2010-10-10ada-tree.h (DECL_BY_DOUBLE_REF_P): New macro.Eric Botcazou1-5/+5
2010-10-09misc.c: Delete prototypes.Eric Botcazou1-102/+81
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-3/+12
2010-09-30misc.c (optimize, [...]): Undefine as macros and define as variables.Joseph Myers1-0/+10
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-1/+1
2010-09-20langhooks.h (struct lang_hooks_for_types): Remove hash_types field.Eric Botcazou1-3/+18
2010-09-03re PR ada/45499 (Ada bootstrap broken)Joseph Myers1-6/+17
2010-07-28darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-1/+6
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-14/+8
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-10/+35
2010-07-02misc.c (gnat_handle_option): Do not populate gnat_argv.Eric Botcazou1-47/+9
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-2/+1
2010-06-18[multiple changes]Javier Miranda1-0/+3
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-30decl.c (gnat_to_gnu_entity): Adjust warning message.Eric Botcazou1-4/+4
2010-05-25utils.c: Do not include function.h, pointer-set.h, and gimple.h.Steven Bosscher1-85/+2
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers1-6/+12
2010-05-19langhooks.h (struct lang_hooks): Add new field deep_unsharing.Eric Botcazou1-0/+2
2010-05-16misc.c (gnat_handle_option): Remove special logic for Wuninitialized without -O.Manuel López-Ibáñez1-6/+1
2010-05-07re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Eric Botcazou1-1/+2
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-2/+2
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-1/+1
2010-04-17Fix copyright date.Eric Botcazou1-1/+1
2010-04-17uintp.h (UI_Lt): Declare.Eric Botcazou1-7/+10
2010-04-17back-end.adb (Call_Back_End): Pass Standard_Character to gigi.Eric Botcazou1-2/+4
2010-04-17gigi.h (enum standard_datatypes): Add new values ADT_sbitsize_one_node and AD...Eric Botcazou1-0/+2
2010-04-16gigi.h (gnat_init_decl_processing): Delete.Eric Botcazou1-6/+26
2010-04-13Remove lang_eh_type_covers, which is dead, and the correspondingDuncan Sands1-17/+0
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou1-1/+1
2009-10-16ada-tree.h (TYPE_FAT_POINTER_P): Swap with...Eric Botcazou1-3/+2
2009-09-25ada-tree.h (TYPE_REPRESENTATIVE_ARRAY): New language specific node.Olivier Hainque1-0/+5
2009-09-14Squash commit of EH in gimpleRichard Henderson1-1/+0
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-5/+20
2009-09-03[multiple changes]Diego Novillo1-1/+1
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther1-2/+0
2009-08-20ada-tree.h (SET_TYPE_RM_VALUE): Mark the expression as visited.Eric Botcazou1-8/+2
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-3/+0
2009-07-11ada-tree.h: Minor reorganization.Eric Botcazou1-4/+4
2009-06-26tb-gcc.c (trace_callback): Use char* instead of void*.Laurent GUERBY1-2/+3
2009-06-11common.opt (gdwarf-): Accept a version number.Richard Henderson1-2/+2
2009-05-23* gcc-interface/misc.c (gnat_get_subrange_bounds): Fix thinko.Eric Botcazou1-2/+6
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-0/+21
2009-04-24Fix nitEric Botcazou1-1/+0