aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2007-12-13restrict.ads, [...] (Check_Implicit_Dynamic_Code_Allowed): New procedure to b...Bob Duff2-11/+17
2007-12-13prj.ads, prj.adb (Is_A_Language): Now takes a Name_Id instead of a stringEmmanuel Briot15-2091/+2576
2007-12-13inline.adb (Back_End_Cannot_Inline): Use new flag Has_Pragma_Inline_Always in...Robert Dewar4-106/+243
2007-12-13g-spipat.adb (Break): Fix accessibility error (vsn taking not null access Vst...Robert Dewar1-28/+16
2007-12-13g-spchge.ads, [...]: New files.Robert Dewar17-190/+888
2007-12-13g-regist.ads, [...] (Set_Value): new parameter Expand...Vasiliy Fofanov2-62/+79
2007-12-13gnatcmd.adb (GNATCmd): Do not issue -d= switch to gnatmetric when object dire...Vincent Celier1-12/+19
2007-12-13gnat1drv.adb (Gnat1drv): Properly set new flag Opt.Real_VMS_TargetRobert Dewar3-45/+93
2007-12-13g-calend.ads (No_Time): New constant, to represent an uninitialized time valueEmmanuel Briot4-87/+248
2007-12-13exp_prag.adb (Expand_Pragma_Assert): Recognize new warning flag for assert failRobert Dewar4-33/+125
2007-12-13exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing support for g...Javier Miranda1-12/+49
2007-12-13expect.c (__gnat_kill): Implement the SIGINT signal on Windows.Pascal Obry1-0/+6
2007-12-13exp_disp.ads, [...] (Default_Prim_Op_Position): Primitive _Disp_Requeue occup...Hristian Kirtchev2-187/+868
2007-12-13exp_ch9.adb (Expand_N_Asynchronous_Select, [...]): Code and comment reformatt...Hristian Kirtchev1-324/+446
2007-12-13exp_ch8.ads, [...] (Expand_N_Subprogram_Renaming_Declaration): In the case wh...Gary Dismukes2-6/+29
2007-12-13exp_ch7.adb (Expand_N_Package_Body): Replace occurrence of attribute Is_Compl...Javier Miranda1-17/+27
2007-12-13exp_ch4.adb (Expand_N_Attribute_Reference, [...]): Take into account VM_TargetArnaud Charlet2-57/+56
2007-12-13exp_ch3.adb (Predefined_Primitive_Bodies): Generate the body of predefined pr...Hristian Kirtchev1-68/+171
2007-12-13expander.adb: Take into account N_Subprogram_Renaming_DeclarationEd Schonberg1-0/+3
2007-12-13exp_aggr.adb (Build_Record_Aggr_Code): If there is an aggregate for a limited...Ed Schonberg1-195/+252
2007-12-13eval_fat.adb (Decompose_Int): Handle argument of zero.Geert Bosch1-147/+128
2007-12-13errout.adb (Output_Source_Line): Do not keep a trailing space after the sourc...Vincent Celier1-1/+9
2007-12-13einfo.ads, einfo.adb: Flag 232 is now Implemented_By_Entry.Hristian Kirtchev2-189/+409
2007-12-13clean.adb (Usage): Add line for -aPBob Duff13-72/+117
2007-12-13checks.adb: Fix optimization problem with short-circuited formRobert Dewar1-10/+30
2007-12-13back_end.adb: Recognize -fno-inlineRobert Dewar1-1/+7
2007-12-13opt.ads: Indicate what flags are used by the Project Manager, gprbuild and gp...Vincent Celier1-26/+80
2007-12-13atree.adb (Flag231..Flag247): New functionsRobert Dewar10-430/+708
2007-12-132007-12-06 Geert Bosch <bosch@adacore.com>Geert Bosch1-4/+14
2007-12-13a-ngcoty.adb: New pragma Fast_MathRobert Dewar23-1427/+2072
2007-12-13a-textio.adb, [...]: Extensive changes to private part for wide character enc...Robert Dewar13-163/+740
2007-12-13adaint.h: (__gnat_plist_init): Not defined for RTX.Jose Ruiz5-56/+110
2007-12-13sem_ch5.adb, [...]: Update handling of assigned value/unreferenced warningsRobert Dewar16-152/+336
2007-12-13system-linux-ia64.ads, [...] (Stack_Check_Limits): New target parameter.Eric Botcazou40-182/+320
2007-12-13s-osinte-lynxos-3.ads, [...]: Add missing pragma Convention C for subprogram ...Robert Dewar26-214/+621
2007-12-13adaint.c (__gnat_pthread_setaffinity_np): New routine.Pascal Obry5-25/+290
2007-12-10ada-tree.h (TYPE_RETURNS_BY_TARGET_PTR_P): Move around.Eric Botcazou2-5/+9
2007-12-09re PR ada/34366 (Legal program rejected, various anonymous access-to-subprogr...Samuel Tardieu3-63/+104
2007-12-07Fix wrong PR number in approved submitters comment (in ada/ChangeLog):Samuel Tardieu1-1/+1
2007-12-07re PR target/34261 (Directed rounding doesn't work on MacOS X)Ludovic Brenta3-10/+10
2007-12-07re PR ada/21346 (Ada.Directories.Compose raises exception if Containing_Direc...Samuel Tardieu2-2/+7
2007-12-07decl.c (gnat_to_gnu_entity): When computing the designated full view...Olivier Hainque2-1/+8
2007-12-07sem_ch3.adb (Analyze_Object_Declaration): Signal an error when an access to c...Samuel Tardieu2-0/+18
2007-12-07re PR ada/15805 (Illegal program not detected, allows writing through access ...Samuel Tardieu2-0/+20
2007-12-07re PR ada/34173 (FAIL: gnat.dg/release_unc_maxalign.adb execution test)Olivier Hainque3-6/+34
2007-12-06decl.c (make_packable_type): Revert last change.Eric Botcazou3-33/+39
2007-12-05trans.c (lvalue_required_p): Take base node directly instead of its parent.Eric Botcazou2-51/+69
2007-12-05re PR ada/21489 (Wrong code generated for legal program, RM 6.4.1(13), 9.5.1(...Samuel Tardieu2-1/+11
2007-12-03re PR ada/34287 (Simple Ada bug [Barnes' Silly])Robert Dewar2-1/+12
2007-12-02Makefile.in: Add support for sh4-linux.Samuel Tardieu3-0/+183