aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2006-02-20Make-lang.in (OBJC): RemoveRafael Espindola2-2/+6
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-3/+3
2006-02-17Resync.Arnaud Charlet1-0/+175
2006-02-17expander.adb: Fix typo in commentRamon Fernandez4-8/+19
2006-02-17s-wchcnv.adb: Document handling of [ on output (we do not change this to ["5B...Robert Dewar2-2/+20
2006-02-17a-convec.ads, [...]: (operator "&"): handle potential overflow for large inde...Matthew Heaney4-317/+522
2006-02-17snames.ads, snames.adb: New standard names for new project attributes...Vincent Celier2-65/+111
2006-02-17sem_res.adb (Resolve_Type_Conversion): In case of conversion to an abstract i...Javier Miranda1-37/+24
2006-02-17sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order to inline ...Ed Schonberg1-9/+16
2006-02-17sem_ch3.adb (Build_Discriminated_Subtype): In case of concurrent type we cann...Javier Miranda1-5/+34
2006-02-17sem_ch12.adb (Analyze_Package_Instantiation): Inline_Now is false if the curr...Ed Schonberg1-10/+18
2006-02-17sem_ch10.adb (Analyze_With_Clause): If the unit is a subprogram instantiation...Ed Schonberg1-10/+5
2006-02-17Makefile.in: Use VMS64 specialized versions of several units in Interfaces.C ...Vasiliy Fofanov1-2/+5
2006-02-17init.c (facility_resignal_table): new arrayVasiliy Fofanov1-0/+10
2006-02-17g-os_lib.adb (Copy_File): Make sure that if From has an Invalid_FD, then we c...Robert Dewar1-0/+7
2006-02-17freeze.adb (Statically_Discriminated_Components): Return false if the bounds ...Ed Schonberg2-15/+36
2006-02-17exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity must be m...Ed Schonberg1-1/+2
2006-02-17exp_ch4.adb (Expand_N_Allocator): If the allocated object is accessed through...Javier Miranda1-23/+98
2006-02-17s-taprop-irix.adb, [...] (Set_False, [...]): Add Abort_Defer/Undefer pairs to...Jose Ruiz10-25/+261
2006-02-17re PR ada/26315 (ACATS failures c43208b c85006a c85006d cd92001)Eric Botcazou4-9/+6
2006-02-17sem_ch4.adb (Find_Boolean_Types): If one of the operands is an aggregate...Ed Schonberg1-1/+26
2006-02-16env.c (__gnat_setenv): Use size_t.Eric Botcazou2-4/+10
2006-02-16* opt.ads (Ada_Version_Default): Set to Ada 2005 by default.Arnaud Charlet2-1/+5
2006-02-15ResyncArnaud Charlet1-0/+1511
2006-02-15(Eval_Relational_Op): Use new Is_Known_Null flag to deal with caseArnaud Charlet1-28/+29
2006-02-15Add section for gnatcheck.Arnaud Charlet1-81/+132
2006-02-15gnat_ugn.texi: Remove limitations with sparc m64 support.Arnaud Charlet7-632/+1177
2006-02-15tracebak.c (PPC AIX/Darwin): Define FORCE_CALL to 1.Eric Botcazou1-13/+18
2006-02-15s-wchjis.adb (JIS_To_EUC): Raise Constraint_Error for invalid valueRobert Dewar1-3/+23
2006-02-15s-valint.adb (Scan_Integer): Call Scan_Raw_Unsigned instead of Scan_Unsigned...Bob Duff8-76/+175
2006-02-15s-stausa.adb (Initialize_Analyzer): fixed error in assignment of task name.Quentin Ochem1-3/+3
2006-02-15sprint.adb (Write_Itype): Preserve Sloc of declaration...Ed Schonberg2-4/+99
2006-02-15sinput-d.adb (Write_Line): Update the Source_Index_Table after each line.Thomas Quinot1-9/+8
2006-02-15sem_warn.adb (Check_One_Unit): If the unit appears in a limited_with clause...Ed Schonberg1-183/+189
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