aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-01ada-tree.h (DECL_BY_DESCRIPTOR_P): Delete.Arnaud Charlet1-6/+2
2014-08-01[multiple changes]Arnaud Charlet1-0/+12
2014-07-31trans.c, misc.c: Remove references to VMS.Arnaud Charlet1-5/+0
2014-07-31misc.c (gnat_init_gcc_fp(): Set flag_errno_math to 0.Doug Rupp1-0/+5
2014-04-28exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix, add 'Suf...Eric Botcazou1-11/+11
2014-04-23RevertEric Botcazou1-11/+11
2014-04-22fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.Eric Botcazou1-11/+11
2014-03-13re PR ada/51483 (cstand.adb:Register_Float_Type makes invalid assumption abou...Eric Botcazou1-14/+13
2014-01-24[multiple changes]Arnaud Charlet1-5/+10
2014-01-24misc.c (flag_short_enums): Declare.Tristan Gingold1-0/+8
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-2/+2
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