aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2006-02-15sem_type.adb (Write_Overloads): Improve display of candidate interpretations.Ed Schonberg1-8/+97
2006-02-15sem_elab.adb (Same_Elaboration_Scope): A package that is a compilation unit i...Ed Schonberg1-43/+83
2006-02-15sem_ch9.adb (Analyze_Protected_Type, [...]): Check that if this is the full-d...Javier Miranda1-128/+171
2006-02-15sem_ch8.adb (Note_Redundant_Use): Suppress unhelpful warning about redundant ...Bob Duff1-7/+34
2006-02-15sem_ch4.adb (Remove_Abstract_Interpretations): Even if there are no abstract ...Ed Schonberg1-45/+156
2006-02-15sem_ch12.adb (Inline_Instance_Body): Remove erroneous assumption that Scope_S...Thomas Quinot4-361/+670
2006-02-15sem_ch10.adb (Check_Redundant_Withs): New procedure in Analyze_Compilation_Unit.Hristian Kirtchev1-52/+457
2006-02-15sem_attr.adb (Analyze_Attribute): In case of 'Class applied to an abstract in...Javier Miranda3-89/+321
2006-02-15sem_aggr.adb (Resolve_Record_Aggregate): Restructure the code that handles de...Javier Miranda1-93/+135
2006-02-15s-auxdec-vms_64.ads (Short_Address): Wrap it in a type.Doug Rupp1-2/+8
2006-02-15restrict.ads (No_Dispatching_Calls): New GNAT restriction.Javier Miranda4-34/+89
2006-02-15prj-makr.adb (Make): Preserve the comments from the original project file.Vincent Celier1-48/+111
2006-02-15prj.ads (Error_Warning): New enumeration typeVincent Celier7-51/+267
2006-02-15prj.adb (Reset): Initialize the first element of table Namings with the stand...Vincent Celier1-1/+4
2006-02-15par-endh.adb (Explicit_Start_Label): Add code to protect the parser against s...Javier Miranda1-3/+13
2006-02-15par-ch6.adb, [...]: Implement -gnatyI switch (MODE_IN)Robert Dewar8-21/+56
2006-02-15re PR ada/23973 (without -gnat05, GNAT warns that interface is new kw, but mi...Javier Miranda1-29/+42
2006-02-15mlib-prj.adb (Index): New functionVincent Celier1-3/+57
2006-02-15make.adb (Collect_Arguments_And_Compile): For VMS...Vincent Celier2-32/+74
2006-02-15lib-xref.adb (Get_Type_Reference): For a private type whose full view is an a...Ed Schonberg1-19/+27
2006-02-15g-spipat.adb (Image, [...]): These two cases were generating incorrect output...Robert Dewar1-3/+3
2006-02-15gnatcmd.adb (Rules_Switches): New tableVincent Celier1-5/+90
2006-02-15gnatbind.adb (Scan_Bind_Arg): Replace error by warning on -M and native platf...Arnaud Charlet1-8/+16
2006-02-15g-dyntab.adb (Index_Of): conversion from Natural can no longer raise Constrai...Matthew Heaney1-3/+6
2006-02-15g-catiio.adb (Sec_Number): New type used to compute the number of seconds sin...Pascal Obry1-12/+19
2006-02-15g-altive.ads (VECTOR_ALIGNMENT): Set to Min (16...Olivier Hainque1-2/+18
2006-02-15freeze.adb (Freeze_Entity): Handle subtypes of protected types and task types...Javier Miranda1-8/+19
2006-02-15re PR ada/18819 (ACATS cdd2a02 fail at runtime)Ed Schonberg2-187/+380
2006-02-15exp_pakd.ads: Fix typos in comments.Thomas Quinot2-14/+15
2006-02-15exp_intr.adb (Expand_Unc_Deallocation): Correct error of bad analyze call.Robert Dewar1-53/+43
2006-02-15expect.c (__gnat_expect_portable_execvp): New implementation.Pascal Obry1-1/+55
2006-02-15exp_dist.adb (Copy_Specification): For access parameters...Ed Schonberg1-4/+9
2006-02-15exp_disp.ads, [...] (Expand_Dispatching_Call): If the controlling argument of...Javier Miranda2-441/+565
2006-02-15exp_ch9.adb (Expand_N_Protected_Type_Declaration): When creating the componen...Ed Schonberg1-27/+49
2006-02-15re PR ada/25885 (Tree checking failure on ASIS)Ed Schonberg4-301/+950
2006-02-15exp_ch5.adb (Expand_Assign_Array): If the right-hand side is a string...Ed Schonberg1-16/+4
2006-02-15exp_ch4.adb (Expand_Allocator_Expression): Pass Allocator => True to Make_Adj...Thomas Quinot4-24/+64
2006-02-15exp_ch3.adb (Component_Needs_Simple_Initialization): Add check for availabili...Javier Miranda4-193/+817
2006-02-15exp_attr.adb (Expand_N_Attribute_Reference, [...]): If attribute Mechanism_Co...Robert Dewar2-16/+36
2006-02-15exp_aggr.adb (Build_Array_Aggr_Code): Rename variable "Others_Mbox_Present" t...Ed Schonberg1-24/+212
2006-02-15bindusg.adb: Updated documentation for -d and -D switches.Quentin Ochem3-33/+82
2006-02-15einfo.ads, einfo.adb (First_Tag_Component): Protect the frontend against erro...Javier Miranda5-176/+217
2006-02-15opt.ads opt.adb: Add Ada_Version_Explicit_Config along with save/restore rout...Robert Dewar7-50/+89
2006-02-15debug.adb: Eliminate numeric switches for binder/gnatmakeRobert Dewar5-89/+152
2006-02-15checks.adb (Build_Discriminant_Checks): If the expression being checks is an ...Ed Schonberg1-77/+115
2006-02-15a-direct.adb (Duration_To_Time, [...]): New Unchecked_Conversion functions.Vincent Celier5-9/+62
2006-02-15s-stchop.adb (Stack_Check): Raise Storage_Error if the argument has wrapped a...Eric Botcazou1-1/+15
2006-02-15err_vars.ads: Suppress range checks for a couple of assignments which otherwi...Robert Dewar4-66/+106
2006-02-15erroutc.ads, [...] (Set_Message_Blank): Don't insert space after hyphen (smal...Robert Dewar3-16/+35
2006-02-15gnatvsn.ads (Current_Year): New constant, used to easily update copyright on ...Robert Dewar4-10/+19