aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2011-04-17Make-lang.in (gnatbind): Replace $(ALL_CFLAGS) with $(CFLAGS) on the link line.Eric Botcazou2-1/+6
2011-04-17decl.c (gnat_to_gnu_entity): Declare the padded type built for the return typ...Eric Botcazou2-0/+12
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd2-2/+6
2011-04-13Fix minor formatting issuesEric Botcazou1-5/+5
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd3-1/+27
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2-1/+6
2011-04-08decl.c (gnat_to_gnu_entity): Set minimum alignment on fields of the RETURN ty...Eric Botcazou2-0/+9
2011-04-08trans.c (Identifier_to_gnu): Do not return initializers of aggregate types th...Eric Botcazou2-2/+11
2011-04-08utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPESNathan Froyd2-13/+8
2011-04-04re PR ada/47163 (Failure building target-libada for MingW64)Eric Botcazou2-0/+6
2011-04-04re PR ada/47163 (Failure building target-libada for MingW64)Kai Tietz2-0/+11
2011-04-02utils2.c (build_allocator): In the unconstrained array type case...Eric Botcazou2-12/+8
2011-04-02utils.c (update_pointer_to): Finalize named pointer types.Eric Botcazou2-2/+14
2011-04-02lang.opt (feliminate-unused-debug-types): Delete.Eric Botcazou3-25/+9
2011-04-02utils.c (gnat_pushdecl): If this is a non-artificial declaration of a pointer...Eric Botcazou2-2/+12
2011-04-02decl.c (gnat_to_gnu_entity): Do not force the DECL_ARTIFICIAL flag on enumera...Eric Botcazou2-3/+6
2011-04-02decl.c (gnat_to_gnu_entity): Do not make fat pointer types artificial uncondi...Eric Botcazou2-9/+27
2011-04-02gigi.h (get_dummy_type): Declare.Eric Botcazou4-174/+188
2011-04-02ada-tree.h (DECL_TAFT_TYPE_P): New flag.Eric Botcazou5-10/+63
2011-04-02gigi.h (record_builtin_type): Add ARTIFICIAL_P param.Eric Botcazou4-13/+38
2011-04-02decl.c (gnat_to_gnu_entity): Defer finalizing types when updating the pointer...Eric Botcazou2-47/+55
2011-04-01dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.Olivier Hainque2-1/+21
2011-03-28Makefile.in (SO_LIB): Handle multilib build for native windows targets.Kai Tietz3-1/+13
2011-03-28raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to prevent warning.Kai Tietz2-0/+10
2011-03-28re PR ada/44431 ([boot with C++] Conflicting exit declaration in ada/b_gnatb.c)Tristan Gingold3-23/+54
2011-03-26decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built to su...Eric Botcazou2-3/+19
2011-03-26gigi.h (finalize_from_with_types): Adjust comment.Eric Botcazou4-50/+59
2011-03-26inline.adb (Back_End_Cannot_Inline): Lift restriction on calls to subprograms...Eric Botcazou4-69/+27
2011-03-25dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law2-0/+5
2011-03-24einfo.ads (Size_Depends_On_Discriminant): Adjust description.Eric Botcazou5-9/+88
2011-03-24trans.c (gnat_to_gnu): Remove obsolete case of non-conversion to the nominal ...Eric Botcazou2-15/+12
2011-03-23trans.c (create_temporary): New function taken from...Eric Botcazou2-71/+119
2011-03-23decl.c (validate_size): Improve comments and tweak error message.Eric Botcazou2-29/+34
2011-03-23decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built in or...Eric Botcazou2-13/+30
2011-03-21re PR bootstrap/48216 (IRIX 6 Ada bootstrap broken: gnu_decl uninitialized in...Eric Botcazou2-10/+16
2011-03-21decl.c (components_to_record): Add REORDER parameter...Eric Botcazou2-53/+123
2011-03-21decl.c (elaborate_expression_1): When optimization is disabled, use the varia...Eric Botcazou2-8/+20
2011-03-21ChangeLog gcc/Kai Tietz2-18/+37
2011-03-17decl.c (elaborate_expression_1): Try harder to find out whether the expressio...Eric Botcazou2-30/+53
2011-03-17gigi.h (smaller_form_type_p): Declare.Eric Botcazou4-25/+46
2011-02-14misc.c (gnat_init_options): Do not concatenate -I and its argument, except fo...Eric Botcazou2-7/+11
2011-02-12gnat_ugn.texi (Compiling Different Versions of Ada): Update link to "Ada Issu...Gerald Pfeifer2-1/+6
2011-02-08* gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.Eric Botcazou2-3/+13
2011-02-03gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of GNAT_FORMAL.Eric Botcazou5-145/+134
2011-01-26re PR other/47467 (hwint.h:239:3: error: implicit declaration of function 'abs')Eric Botcazou2-1/+11
2011-01-26re PR other/47467 (hwint.h:239:3: error: implicit declaration of function 'abs')Richard Guenther3-1/+9
2011-01-04decl.c: Disable Stdcall convention handling for 64-bit.Pascal Obry2-5/+15
2011-01-04trans.c (Case_Statement_to_gnu): Put the SLOC of the end-of-case on the end l...Eric Botcazou2-2/+13
2011-01-04trans.c (Subprogram_Body_to_gnu): Evaluate the expressions of the parameter c...Eric Botcazou2-25/+31
2011-01-04trans.c (BLOCK_SOURCE_END_LOCATION): Provide default.Olivier Hainque2-11/+86