aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2010-05-27Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.Steven Bosscher2-0/+9
2010-05-26explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead...Steven Bosscher2-4/+7
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher2-1/+4
2010-05-25utils.c: Do not include function.h, pointer-set.h, and gimple.h.Steven Bosscher8-114/+30
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers3-7/+20
2010-05-19langhooks.h (struct lang_hooks): Add new field deep_unsharing.Eric Botcazou3-25/+8
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd3-10/+15
2010-05-16misc.c (gnat_handle_option): Remove special logic for Wuninitialized without -O.Manuel López-Ibáñez2-6/+6
2010-05-16gigi.h (enum standard_datatypes): Add new value ADT_exception_data_name_id.Eric Botcazou4-0/+43
2010-05-13Fix formatting nitsEric Botcazou1-3/+2
2010-05-13tracebak.c (__gnat_backtrace): Mark top_stack with ATTRIBUTE_UNUSED.Andreas Schwab2-2/+7
2010-05-12decl.c (gnat_to_gnu_entity): Tidy up code, improve comments and fix formattin...Eric Botcazou2-110/+104
2010-05-12utils.c (update_pointer_to): Return early if the old pointer already points t...Eric Botcazou2-45/+85
2010-05-10exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables built for...Eric Botcazou3-5/+20
2010-05-08exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables.Eric Botcazou3-2/+32
2010-05-08* gcc-interface/decl.c (make_aligning_type): Declare the type.Eric Botcazou2-3/+11
2010-05-08decl.c (gnat_to_gnu_entity): Create variables for size expressions of variant...Eric Botcazou2-0/+59
2010-05-08gigi.h (create_field_decl): Move PACKED parameter.Eric Botcazou5-151/+177
2010-05-08gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.Eric Botcazou6-27/+49
2010-05-07re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Eric Botcazou2-1/+7
2010-05-06config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from list of obsol...Rainer Orth2-36/+31
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez2-2/+7
2010-05-02* gnathtml.pl: Use 755 as mask for new directories.Giuseppe Scrivano2-3/+7
2010-04-28Uniquization of constants at the Tree levelEric Botcazou2-10/+7
2010-04-25exp_dbug.ads: Fix outdated description.Eric Botcazou3-17/+31
2010-04-25trans.c (gnat_to_gnu): Do not use memmove if the array type is bit-packed.Eric Botcazou2-2/+9
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2-1/+6
2010-04-18gsocket.h: Make sure that winsock2.h is included before windows.h.Ozkan Sezer2-1/+6
2010-04-17utils2.c (build_unary_op): Do not issue warning.Eric Botcazou2-8/+7
2010-04-17Fix copyright date.Eric Botcazou1-1/+1
2010-04-17Add missing hunk for previous patch.Eric Botcazou1-31/+37
2010-04-17uintp.h (UI_Lt): Declare.Eric Botcazou6-108/+119
2010-04-17back-end.adb (Call_Back_End): Pass Standard_Character to gigi.Eric Botcazou7-65/+55
2010-04-17gigi.h (enum standard_datatypes): Add new values ADT_sbitsize_one_node and AD...Eric Botcazou7-101/+105
2010-04-16gigi.h (gnat_init_decl_processing): Delete.Eric Botcazou6-163/+184
2010-04-16trans.c (unchecked_conversion_nop): Handle function calls.Eric Botcazou2-2/+13
2010-04-16decl.c (gnat_to_gnu_entity): Use boolean_type_node in lieu of integer_type_no...Eric Botcazou5-115/+159
2010-04-16ada-tree.def (LOOP_STMT): Change to 4-operand nodes.Eric Botcazou4-67/+229
2010-04-16uintp.adb (UI_From_Dint): Remove useless code.Eric Botcazou8-97/+141
2010-04-16decl.c (make_type_from_size): Just copy TYPE_NAME.Eric Botcazou3-32/+50
2010-04-15cuintp.c (UI_To_gnu): Fix long line.Eric Botcazou7-248/+279
2010-04-15trans.c (gigi): Set DECL_IGNORED_P on EH functions.Eric Botcazou3-33/+96
2010-04-15g-socket.adb: A target can have multiple missing errno's.Joel Sherrill2-47/+94
2010-04-15gsocket.h: Run-time can no longer be built without network OS headers available.Joel Sherrill1-0/+6
2010-04-15trans.c (call_to_gnu): Open a nesting level if this is a statement.Eric Botcazou3-95/+188
2010-04-15trans.c (gigi): Do not start statement group.Eric Botcazou3-54/+36
2010-04-15trans.c (call_to_gnu): Do not unnecessarily force side-effects of actual para...Eric Botcazou2-12/+11
2010-04-15decl.c (validate_size): Reorder, remove obsolete test and warning.Eric Botcazou2-44/+40
2010-04-14gigi.h: Reorder declarations and tweak comments.Eric Botcazou5-31/+76
2010-04-14decl.c (gnat_to_gnu_entity): Fix comment.Eric Botcazou3-52/+62