aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2015-09-17* gcc-interface/trans.c (emit_check): Do not touch TREE_SIDE_EFFECTS.Eric Botcazou1-17/+20
2015-09-14misc.c (gnat_post_options): Issue a warning if generating STABS debugging inf...Pierre-Marie de Rodat1-0/+7
2015-09-14gigi.h (ref_filename): Delete.Eric Botcazou6-253/+168
2015-09-14utils2.c (gnat_rewrite_reference): Add another acceptable pattern for the RHS.Eric Botcazou1-1/+3
2015-07-24re PR other/66259 (Combined gcc and binutils build from git-master fails, wit...Jeff Law1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod7-14/+7
2015-06-29re PR ada/63310 (Ada bootstrap error with -fcompare-debug)Eric Botcazou1-7/+9
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez1-3/+0
2015-06-26Minor comment tweak.Eric Botcazou1-2/+1
2015-06-26trans.c (Handled_Sequence_Of_Statements_to_gnu): When not optimizing the CFG...Eric Botcazou1-2/+8
2015-06-26gigi.h (note_types_used_by_globals): Delete.Eric Botcazou3-30/+27
2015-06-26gigi.h (create_var_decl_1): Rename into...Eric Botcazou3-160/+143
2015-06-26trans.c (loop_info_d): Add low_bound...Eric Botcazou1-18/+69
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2-4/+0
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford2-2/+2
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford2-19/+7
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod1-1/+1
2015-06-19gigi.h (record_builtin_type): Adjust comment.Eric Botcazou4-185/+188
2015-06-19* gcc-interface/misc.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): Define.Eric Botcazou1-0/+2
2015-06-19decl.c (gnat_to_gnu_entity): Make sure the size of a padding type built aroun...Eric Botcazou2-5/+16
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod7-9/+0
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-1/+4
2015-06-09misc.c: Remove duplicate include directives.Eric Botcazou3-4/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod7-8/+0
2015-06-08configure.ac (*-*-dragonfly*): New configuration.John Marino1-0/+32
2015-06-06utils.c (note_types_used_by_globals): Tweak comment.Eric Botcazou2-9/+7
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez4-25/+25
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod7-24/+0
2015-06-04decl.c (gnat_to_gnu_entity): If processing a definition...Pierre-Marie de Rodat1-1/+2
2015-06-03* gcc-interface/utils.c (copy_type): Also set TYPE_CANONICAL.Eric Botcazou1-0/+1
2015-06-03trans.c (gnat_to_gnu): Fix typo in latest change.Eric Botcazou1-1/+1
2015-06-01* gcc-interface/Makefile.in: Fix ARM/Darwin configuration.Eric Botcazou1-3/+4
2015-06-01utils.c (scale_by_factor_of): When handling a function call expression, proce...Pierre-Marie de Rodat1-2/+28
2015-06-01decl.c (gnat_to_gnu_entity): Replace pointer types with references ones for f...Pierre-Marie de Rodat1-2/+2
2015-06-01decl.c (gnat_to_gnu_entity): For a definition of a type coming from a limited...Eric Botcazou1-3/+10
2015-06-01winnt.c (i386_pe_encode_section_info): Remove obsolete kludge.Eric Botcazou1-6/+16
2015-06-01lang-specs.h (TARGET_VXWORKS_RTP): Simplify and add trailing space.Eric Botcazou1-1/+1
2015-06-01lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to before first -gnatez ...Eric Botcazou1-2/+2
2015-06-01decl.c (gnat_to_gnu_entity): If the record has a parent field and a represent...Eric Botcazou1-0/+6
2015-06-01trans.c (lvalue_required_p): Deal with character and enumeration literals as ...Eric Botcazou1-5/+8
2015-06-01gigi.h (build_simple_component_ref): Declare.Eric Botcazou4-49/+111
2015-05-28utils.c (max_size): Add special code to deal with the subtraction of a "negat...Eric Botcazou1-1/+15
2015-05-28decl.c (gnat_to_gnu_entity): Do not error out on a return type which has a si...Eric Botcazou1-1/+2
2015-05-28utils.c (gnat_pushdecl): Reunify the handling of array and pointer types wrt ...Eric Botcazou1-32/+30
2015-05-28gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou4-138/+188
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu1-0/+3
2015-05-27trans.c (elaborate_all_entities): Do not elaborate an incomplete type coming ...Eric Botcazou1-0/+4
2015-05-27decl.c (gnat_to_gnu_entity): Move down code applying atomic checks to the obj...Eric Botcazou1-9/+4
2015-05-26trans.c (Attribute_to_gnu): Do not bother about NaN's if Machine_Overflows is...Eric Botcazou1-1/+2