aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou1-2/+2
2013-05-24gigi.h (gnat_init_gcc_fp): Declare.Eric Botcazou1-4/+24
2013-01-02par_sco.adb: Add SCO generation for task types and single task declarations.Thomas Quinot1-17/+0
2013-01-02[multiple changes]Arnaud Charlet1-1/+20
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou1-7/+7
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-0/+3
2012-05-19decl.c (Has_Thiscall_Convention): New macro.Eric Botcazou1-4/+4
2012-05-14re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-2/+6
2012-05-11re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-9/+12
2012-05-06* gcc-interface/misc.c (gnat_post_options): Disable caret by default.Eric Botcazou1-0/+4
2012-02-27ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.Eric Botcazou1-2/+2
2011-10-26decl.c (gnat_to_gnu_entity): Try to make a packable type for fields of union ...Eric Botcazou1-3/+2
2011-10-12Makefile.in (LOOSE_WARN): Delete.Eric Botcazou1-11/+0
2011-10-12ada-tree.h (DECL_LOOP_PARM_P): New flag.Eric Botcazou1-2/+6
2011-08-03[multiple changes]Arnaud Charlet1-0/+4
2011-08-02Refine previous change.Arnaud Charlet1-9/+0
2011-08-02Fix bootstrap with g++Arnaud Charlet1-0/+9
2011-08-02[multiple changes]Arnaud Charlet1-0/+119
2011-07-12prefix.h: Wrap up in extern "C" block.Laurent GUERBY1-0/+8
2011-07-07dwarf2: Extract cfi creation to a new pass.Richard Henderson1-10/+0
2011-07-07* gcc-interface/misc.c (gnat_init): Tweak previous change.Eric Botcazou1-2/+2
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-2/+2
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-11/+0
2011-04-29misc.c (gnat_handle_option): Set warn_maybe_uninitialized.Michael Matz1-0/+1
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-0/+19
2011-04-02lang.opt (feliminate-unused-debug-types): Delete.Eric Botcazou1-18/+1
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