aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-04re PR ada/47131 (internal error for ACATS C34011B on SJLJ targets)Eric Botcazou2-22/+8
2011-01-02Rotate ChangeLogs.H.J. Lu2-10083/+10089
2010-12-31decl.c (substitute_in_type): Do not deal with LANG_TYPE, METHOD_TYPE or OFFSE...Eric Botcazou3-6/+8
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2-2/+7
2010-12-20re PR bootstrap/47027 (a-stwiun.ads:441:80: (style) this line is too long)Ralf Wildenhues2-3/+6
2010-12-20Fix typos in gcc/ada.Ralf Wildenhues134-324/+368
2010-12-13decl.c (gnat_to_gnu_entity): Build a stub DECL for the dummy fat pointer type...Eric Botcazou3-8/+22
2010-12-13trans.c (can_be_lower_p): New predicate.Eric Botcazou2-7/+36
2010-12-03common.opt (N, [...]): New options.Joseph Myers2-0/+7
2010-12-03gnatvsn.adb (Gnat_Version_String): Don't overrun Ver_Len_Max.Alexandre Oliva4-2/+10
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis2-2/+7
2010-12-01common.opt (flag_stack_check): New Variable entry.Joseph Myers2-0/+12
2010-11-27re PR ada/46574 (ada bootstrap fails with --enable-build-with-cxx.)Eric Botcazou2-2/+7
2010-11-27re PR ada/40777 (compile error on gcc-interface/targtyps.c)Eric Botcazou2-2/+12
2010-11-27s-osinte-linux.ads (sigset_t): Use unsigned_char subtype directly.Eric Botcazou2-1/+11
2010-11-27bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.Eric Botcazou2-6/+14
2010-11-18decl.c (gnat_to_gnu_entity): Also use return-by-invisible-reference if the re...Eric Botcazou2-100/+95
2010-11-17invoke.texi (-dy): Remove.Joseph Myers2-1/+5
2010-11-17trans.c (addressable_p): Rewrite obsolete paragraph in head comment.Eric Botcazou2-4/+10
2010-11-13Fix a couple of formatting issuesEric Botcazou1-4/+2
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers3-2/+8
2010-11-10trans.c (gigi): Don't set 'pure' flag on SJLJ routines.Eric Botcazou3-30/+26