aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-12-13sem_ch3.ads, [...] (Check_Abstract_Overriding): Avoid generation of spurious ...Javier Miranda2-194/+245
2007-12-13i-vxwork.ads: Kill new warning on Convention C, since changing the spec would...Arnaud Charlet1-1/+6
2007-12-13s-parame-vxworks.adb: Update comments to reflect usage of this package by Nuc...Geert Bosch1-1/+1
2007-12-13symbols-processing-vms-ia64.adb (Process.Skip_Half): New procedureVincent Celier1-7/+28
2007-12-13make.adb (Scan_Make_Arg): Add test for -aamp_target switch...Gary Dismukes1-98/+121
2007-12-13itypes.ads, itypes.adb (Create_Itype): For access-to-subprogram types...Bob Duff2-30/+39
2007-12-13impunit.adb: Add entries for missing unitsRobert Dewar3-640/+650
2007-12-13g-socthi-vms.ads (Fd_Set_Access): make it 32-bit.Vasiliy Fofanov3-3/+7
2007-12-13s-os_lib.ads, [...] (Normalize_Pathname): Do not compute Reference_Dir unless...Emmanuel Briot2-11/+15
2007-12-13tb-gcc.c (uw_data_t, [...]): Only define if not GCC-SJLJ eh.Olivier Hainque1-5/+16
2007-12-13a-cohase.ads, [...]: Document which generic formal operations are called for ...Matthew Heaney4-32/+626
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