aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-12-13gnat_ugn.texi: Dcoument new rules for style check comment alignment Document ...Robert Dewar3-137/+483
2007-12-13a-direct.adb (Create_Path): Always take '/' as a directory separator, even on...Vincent Celier1-2/+6
2007-12-13xeinfo.adb: Remove warningsRobert Dewar30-278/+341
2007-12-13treepr.ads, treepr.adb: (pl): implement use of positive value shorthandsRobert Dewar2-7/+37
2007-12-13tbuild.ads, tbuild.adb: Fix location of flag for unrecognized pragma messageRobert Dewar2-10/+37
2007-12-13tb-alvms.c (struct tb_entry_t, [...]): Revert back to use of Procedure Value ...Olivier Hainque4-15/+15
2007-12-13styleg.adb (Check_Comment): More liberal rules for comment placementRobert Dewar1-3/+42
2007-12-13s-tassta.adb (Create_Task): Take into account tasks created by foreign threads.Arnaud Charlet1-3/+14
2007-12-13s-stoele.adb ("mod"): mod negative value raises Constraint_ErrorRobert Dewar1-6/+13
2007-12-13s-stausa.ads (Stack_Analyzer): Remove First_Is_Topmost, redundant with Stack_...Olivier Hainque2-107/+193
2007-12-13s-soflin.ads: Apply new pragma Favor_Top_Level to all access-to-subprogram ty...Bob Duff1-3/+21
2007-12-13sinput-l.adb (Load_File): Disable style checks when preprocessing.Thomas Quinot1-31/+40
2007-12-13sinput.adb (Get_Source_File_Index): Add assertion to guard against an invalid...Thomas Quinot1-8/+8
2007-12-13sem_util.ads, [...] (Is_Concurrent_Interface): New routine.Bob Duff2-172/+287
2007-12-13sem_type.adb (Function_Interp_Has_Abstract_Op): Add guard to check whether fo...Hristian Kirtchev1-8/+12
2007-12-13sem_eval.adb (Eval_Real_Literal): N_Constant_Declaration is a static context,...Geert Bosch1-4/+6
2007-12-13sem_disp.adb (Check_Dispatching_Call): If an actual in a call to an inherited...Ed Schonberg1-1/+44
2007-12-13sem_ch9.adb (Analyze_Requeue): Add a local flag to capture whether a requeue ...Hristian Kirtchev1-69/+216
2007-12-13sem_ch8.adb (Analyze_Subprogram_Renaming): Special error message for renaming...Robert Dewar1-72/+276
2007-12-13sem_ch4.adb (Analyze_Selected_Component): Include the requeue statement to th...Hristian Kirtchev1-191/+397
2007-12-13s-imenne.adb, [...]: New files.Robert Dewar23-232/+576
2007-12-13sem_ch12.adb (Instantiate_Formal_Subprogram): In the subprogram renaming decl...Ed Schonberg1-26/+59
2007-12-13sem_ch10.adb (Check_Private_Child_Unit): A non-private library level subprogr...Thomas Quinot1-63/+79
2007-12-13g-byorma.adb, [...]: New files.Robert Dewar9-0/+1932
2007-12-13rtsfind.adb (Check_CRT): Take into account RTE_Available_Call Fixes another c...Arnaud Charlet2-48/+76
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