aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2011-04-22decl.c (make_packable_type): Copy DECL_PARALLEL_TYPE onto the new type.Eric Botcazou1-0/+2
2011-04-22gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.Eric Botcazou4-64/+69
2011-04-21Makefile.in (NO_SIBLING_ADAFLAGS): Always define.Eric Botcazou2-85/+84
2011-04-17Make-lang.in (gnatbind): Replace $(ALL_CFLAGS) with $(CFLAGS) on the link line.Eric Botcazou1-1/+1
2011-04-17decl.c (gnat_to_gnu_entity): Declare the padded type built for the return typ...Eric Botcazou1-0/+7
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd1-2/+2
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2-1/+20
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-04-08decl.c (gnat_to_gnu_entity): Set minimum alignment on fields of the RETURN ty...Eric Botcazou1-0/+3
2011-04-08trans.c (Identifier_to_gnu): Do not return initializers of aggregate types th...Eric Botcazou1-2/+6
2011-04-08utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPESNathan Froyd1-13/+2
2011-04-02utils2.c (build_allocator): In the unconstrained array type case...Eric Botcazou1-12/+3
2011-04-02utils.c (update_pointer_to): Finalize named pointer types.Eric Botcazou1-1/+8
2011-04-02lang.opt (feliminate-unused-debug-types): Delete.Eric Botcazou2-25/+2
2011-04-02utils.c (gnat_pushdecl): If this is a non-artificial declaration of a pointer...Eric Botcazou1-2/+6
2011-04-02decl.c (gnat_to_gnu_entity): Do not force the DECL_ARTIFICIAL flag on enumera...Eric Botcazou1-3/+1
2011-04-02decl.c (gnat_to_gnu_entity): Do not make fat pointer types artificial uncondi...Eric Botcazou1-9/+20
2011-04-02gigi.h (get_dummy_type): Declare.Eric Botcazou3-174/+171
2011-04-02ada-tree.h (DECL_TAFT_TYPE_P): New flag.Eric Botcazou4-10/+51
2011-04-02gigi.h (record_builtin_type): Add ARTIFICIAL_P param.Eric Botcazou3-13/+28
2011-04-02decl.c (gnat_to_gnu_entity): Defer finalizing types when updating the pointer...Eric Botcazou1-36/+41
2011-04-01dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.Olivier Hainque1-1/+14
2011-03-28Makefile.in (SO_LIB): Handle multilib build for native windows targets.Kai Tietz1-0/+5
2011-03-28re PR ada/44431 ([boot with C++] Conflicting exit declaration in ada/b_gnatb.c)Tristan Gingold2-23/+38
2011-03-26decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built to su...Eric Botcazou1-3/+14
2011-03-26gigi.h (finalize_from_with_types): Adjust comment.Eric Botcazou3-50/+47
2011-03-26inline.adb (Back_End_Cannot_Inline): Lift restriction on calls to subprograms...Eric Botcazou2-14/+15
2011-03-25dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law1-0/+1
2011-03-24einfo.ads (Size_Depends_On_Discriminant): Adjust description.Eric Botcazou1-1/+10
2011-03-24trans.c (gnat_to_gnu): Remove obsolete case of non-conversion to the nominal ...Eric Botcazou1-15/+7
2011-03-23trans.c (create_temporary): New function taken from...Eric Botcazou1-71/+110
2011-03-23decl.c (validate_size): Improve comments and tweak error message.Eric Botcazou1-29/+28
2011-03-23decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built in or...Eric Botcazou1-13/+24
2011-03-21re PR bootstrap/48216 (IRIX 6 Ada bootstrap broken: gnu_decl uninitialized in...Eric Botcazou1-10/+11
2011-03-21decl.c (components_to_record): Add REORDER parameter...Eric Botcazou1-53/+114
2011-03-21decl.c (elaborate_expression_1): When optimization is disabled, use the varia...Eric Botcazou1-6/+14
2011-03-21ChangeLog gcc/Kai Tietz1-18/+31
2011-03-17decl.c (elaborate_expression_1): Try harder to find out whether the expressio...Eric Botcazou1-30/+47
2011-03-17gigi.h (smaller_form_type_p): Declare.Eric Botcazou3-25/+39
2011-02-14misc.c (gnat_init_options): Do not concatenate -I and its argument, except fo...Eric Botcazou1-7/+6
2011-02-08* gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.Eric Botcazou1-3/+9
2011-02-03gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of GNAT_FORMAL.Eric Botcazou4-145/+120
2011-01-26re PR other/47467 (hwint.h:239:3: error: implicit declaration of function 'abs')Richard Guenther1-1/+1
2011-01-04decl.c: Disable Stdcall convention handling for 64-bit.Pascal Obry1-5/+10
2011-01-04trans.c (Case_Statement_to_gnu): Put the SLOC of the end-of-case on the end l...Eric Botcazou1-2/+8
2011-01-04trans.c (Subprogram_Body_to_gnu): Evaluate the expressions of the parameter c...Eric Botcazou1-25/+25
2011-01-04trans.c (BLOCK_SOURCE_END_LOCATION): Provide default.Olivier Hainque1-11/+74
2011-01-04re PR ada/47131 (internal error for ACATS C34011B on SJLJ targets)Eric Botcazou1-22/+1
2010-12-31decl.c (substitute_in_type): Do not deal with LANG_TYPE, METHOD_TYPE or OFFSE...Eric Botcazou2-6/+1
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-2/+2