aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2007-09-03Make-lang.in: Change copyright header to refer to version 3 of the GNU Genera...Nick Clifton25-126/+115
2007-08-31Resync.Arnaud Charlet1-0/+194
2007-08-31[multiple changes]Arnaud Charlet6-99/+133
2007-08-31symbols-vms.adb (Initialize): Read symbol files with continuation linesVincent Celier1-2/+41
2007-08-31tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIRVincent Celier1-6/+23
2007-08-31s-fileio.adb (Open): Normalize file name to lower case in non-case sensitive ...Robert Dewar1-25/+43
2007-08-31sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity flag, fo...Ed Schonberg4-30/+46
2007-08-31sem_ch10.adb (Analyze_Subunit_Context): When analyzing context clauses of sub...Ed Schonberg1-8/+14
2007-08-31prj-attr.adb: Add new attribute Excluded_Source_FilesVincent Celier4-106/+133
2007-08-31par-ch4.adb (P_Simple_Expression): Fold long sequences of concatenations of s...Bob Duff4-34/+174
2007-08-31restrict.adb, [...]: Remove redundant type conversion.Hristian Kirtchev4-10/+20
2007-08-31layout.adb (Layout_Type): Use Underlying_Type to determine whether an access ...Richard Kenner1-49/+38
2007-08-31exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a library...Gary Dismukes3-51/+71
2007-08-31exp_ch3.adb (Build_Record_Init_Proc): If there is a static initialization agg...Ed Schonberg1-4/+66
2007-08-31exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise statement whe...Javier Miranda1-2/+9
2007-08-31einfo.ads, einfo.adb: New flag Is_Raised (Flag224).Hristian Kirtchev3-2/+60
2007-08-31checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.Hristian Kirtchev1-3/+95
2007-08-31a-tags.adb (Internal_Tag): Protect the run-time against wrong internal tags.Javier Miranda1-3/+44
2007-08-31re PR ada/4720 (GNAT programs do not support --help and --version)Vincent Celier14-188/+277
2007-08-31Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads when compiling...Ben Elliston3-2/+166
2007-08-22env.c ( __gnat_clearenv): Use the __gnat_unsetenv mechanism for NetBSD.Krister Walfridsson2-2/+8
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2-2/+6
2007-08-16ResyncArnaud Charlet1-0/+195
2007-08-16[multiple changes]Arnaud Charlet4-11/+18
2007-08-16vms_conv.adb (Process_Argument): Ensure that project related options are not ...Vincent Celier1-1/+10
2007-08-16sem_res.adb (Comes_From_Predefined_Lib_Unit): New.Hristian Kirtchev5-13/+101
2007-08-16sem_disp.adb (Check_Dispatching_Operation): If the operation implements an op...Ed Schonberg1-2/+5
2007-08-16sem_ch5.adb (Analyze_Assignment): Make sure we still note update in exception...Robert Dewar1-3/+12
2007-08-16sem_ch3.adb (OK_For_Limited_Init_In_05): Allow calls to 'Input to initialize ...Gary Dismukes1-62/+95
2007-08-16sem_ch12.adb (Copy_Generic_Node): A reference to a child unit of the generic ...Ed Schonberg1-1/+5
2007-08-16sem_ch10.adb (Has_With_Clause): If the name of the with clause currently insp...Hristian Kirtchev1-11/+147
2007-08-16prj.ads (Project_Data): Add comments.Vincent Celier5-177/+309
2007-08-16Makefile.in (gnatlib): Propagate FORCE_DEBUG_ADAFLAGS value to sub makefilesNicolas Roche2-31/+37
2007-08-16make.adb (Collect_Arguments): Call Test_If_Relative_Path with Including_Non_S...Vincent Celier3-11/+20
2007-08-16g-dyntab.adb, [...]: (Set_Item): Suppress Range_Check on Allocated_Table.Thomas Quinot3-3/+31
2007-08-16exp_ch9.adb (Build_Protected_Entry): Undo previous change because it is not r...Javier Miranda1-5/+3
2007-08-16exp_attr.adb (Attribute_Priority): Add missing support for entries and entry ...Javier Miranda1-10/+66
2007-08-16exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an ancestor part g...Gary Dismukes8-91/+246
2007-08-16cstand.adb (Create_Standard): Create an entity for a zero-sized type associat...Gary Dismukes5-65/+140
2007-08-14ResyncArnaud Charlet1-0/+1406
2007-08-14Minor reformatting.Arnaud Charlet5-23/+17
2007-08-14(Write_Eol): Remove trailing spaces before writing the lineArnaud Charlet1-20/+32
2007-08-14(Task_Cont, Task_Stop): New functions, thin binding to the VxWorks routines w...Arnaud Charlet1-2/+24
2007-08-14(Output_Non_Modifed_In_Out_Warnings, Warn_On_Unassigned_Out_Parameter):Arnaud Charlet1-0/+15
2007-08-14(Check_References.Publicly_Referenceable): A formal parameter is never public...Arnaud Charlet1-303/+893
2007-08-14(lvalue_required_p): Handle N_Parameter_Association like N_Function_Call and ...Arnaud Charlet1-86/+57
2007-08-14(Generic_Separately_Compiled): Rename to Generic_May_Lack_ALI...Arnaud Charlet1-37/+18
2007-08-14exp_atag.adb (Build_Inherit_Prims): Addition of a new formal.Arnaud Charlet1-63/+116
2007-08-14[multiple changes]Arnaud Charlet43-2651/+3277
2007-08-14tracebak.c: Use tb-ivms.c on OpenVMS Itanium.Tristan Gingold3-134/+237