aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2011-05-25c-common.c (def_fn_type): Remove extra va_end.Jakub Jelinek2-1/+4
2011-05-25adaint.c (__gnat_to_canonical_file_list_next): Use array initialization inste...Kai Tietz2-1/+6
2011-05-24Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.Joseph Myers3-12/+17
2011-05-21re PR ada/49097 (gnatbind link fails to find version_string, potential ranlib...Joseph Myers2-1/+7
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers3-2/+9
2011-05-18trans.c (Exception_Handler_to_gnu_sjlj): Use boolean_false_node instead of in...Kai Tietz3-5/+12
2011-05-12trans.c (call_to_gnu): In the by-reference case...Eric Botcazou2-4/+16
2011-05-11don't use build_function_type in the Ada FENathan Froyd2-21/+21
2011-05-11split tree_typeNathan Froyd2-3/+9
2011-05-07* gcc-interface/decl.c (intrin_arglists_compatible_p): Remove spaces.Eric Botcazou2-1/+3
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou3-7/+11
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd2-3/+7
2011-05-06don't use TYPE_ARG_TYPES in the Ada frontendNathan Froyd3-17/+30
2011-05-05re PR ada/48844 (ICE on assignment of aggregate with discriminated record type)Eric Botcazou4-7/+24
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2-9/+6
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2-3/+8
2011-05-03trans.c (gigi): Call build_function_type_list instead of build_function_type.Nathan Froyd2-87/+73
2011-04-30gnatvsn.ads (Library_Version): Bump to 4.7.Eric Botcazou2-3/+8
2011-04-29misc.c (gnat_handle_option): Set warn_maybe_uninitialized.Michael Matz2-0/+6
2011-04-23gnat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe ...Gerald Pfeifer2-1/+6
2011-04-23* gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/Jim Meyering2-1/+5
2011-04-22decl.c (make_packable_type): Copy DECL_PARALLEL_TYPE onto the new type.Eric Botcazou2-0/+7
2011-04-22gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.Eric Botcazou5-64/+87
2011-04-21Makefile.in (NO_SIBLING_ADAFLAGS): Always define.Eric Botcazou3-85/+95
2011-04-20remove useless if-before-free testsJim Meyering2-2/+5
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