aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2005-03-29exp_util.adb (Remove_Side_Effects): Properly propagate arguments to recursive...Robert Dewar1-7/+7
2005-03-29re PR ada/20300 (ICE on undefined value of type derived from Character)Gary Dismukes7-111/+294
2005-03-29exp_dist.adb (Add_RAST_Features, [...]): Set the From_Any...Thomas Quinot2-128/+55
2005-03-29exp_ch4.adb (Has_Unconstrained_UU_Component): Use the base type in order to r...Ed Schonberg2-10/+20
2005-03-29errutil.adb, errout.adb: Minor comment updates on Line_Terminator referencesRobert Dewar12-77/+181
2005-03-29a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed.Javier Miranda7-84/+37
2005-03-29adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical name and tr...Doug Rupp1-3/+14
2005-03-292005-03-29 Vincent Celier <celier@adacore.com>Vincent Celier3-17/+22
2005-03-29sem_res.adb (Resolve_Real_Literal): Generate warning if static fixed-point ex...Robert Dewar4-22/+109
2005-03-24* adaint.c (__gnat_portable_spawn): Adjust cast.Aaron W. LaFramboise2-1/+5
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers2-2/+4
2005-03-18ResyncArnaud Charlet1-0/+248
2005-03-18[multiple changes]Arnaud Charlet15-219/+224
2005-03-18switch-m.adb (Normalize_Compiler_Switches): Recognize switches -gnat83, -gnat...Vincent Celier1-1/+45
2005-03-18mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini" switch, not s...Vincent Celier1-11/+12
2005-03-18s-taprob.adb (Initialize_Protection): Initialize the protected object's owner...Jose Ruiz7-133/+345
2005-03-18sem_ch4.adb (Try_Primitive_Operation, [...]): Analyze the object that is acce...Javier Miranda1-3/+10
2005-03-18sem_ch13.adb (New_Stream_Function, [...]): For a tagged limited type, the TSS...Thomas Quinot1-2/+2
2005-03-18par.adb (Par): Improved msg for attempt to recompile predefined unitRobert Dewar1-23/+37
2005-03-18re PR ada/19519 (GNAT Bug Box when reading a program with UTF-8 encoded enume...Robert Dewar1-1/+15
2005-03-18Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads.Doug Rupp2-6/+30
2005-03-18make.adb (Insert_Project_Sources): Make sure the Q is always initialized.Vincent Celier3-3/+9
2005-03-18exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec...Thomas Quinot6-116/+122
2005-03-18exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed entity is...Ed Schonberg1-3/+3
2005-03-18exp_ch3.adb (Check_Attr): New subprogram.Thomas Quinot3-62/+134
2005-03-18exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to entry for...Ed Schonberg1-2/+3
2005-03-18einfo.adb (First_Private_Entity, [...]): Addition of one barrier to avoid wro...Javier Miranda3-4/+24
2005-03-18checks.adb (Apply_Array_Size_Check): Completely remove this for GCC 3, since ...Robert Dewar1-122/+95
2005-03-18a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.Javier Miranda9-148/+0
2005-03-18ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.Eric Botcazou5-70/+75
2005-03-18adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is used.Pascal Obry3-19/+61
2005-03-18Fix typos.Mike Stump1-1/+1
2005-03-17Fix entry.Eric Botcazou1-4/+4
2005-03-16gcc-version.m4: Delete.Zack Weinberg2-44/+52
2005-03-16mlib-tgt-darwin.adb (Library_Exist_For, [...]): Add new parameter In_Tree to ...Vincent Celier2-11/+29
2005-03-15Make-lang.in (ada/treeprs.ads, [...]): Use unique subdirectories of ada/bldto...Jakub Jelinek2-15/+21
2005-03-15trans.c (gnat_to_gnu): Set gnu_result to NULL_TREE on entry.Eric Botcazou2-0/+7
2005-03-15resync.Arnaud Charlet1-1/+764
2005-03-15gnat_ugn.texi: Remove extended inline assembly example...Geert Bosch2-1032/+194
2005-03-15[multiple changes]Arnaud Charlet32-3664/+3654
2005-03-15usage.adb: Add missing lines for -gnat95 and -gnat05 switchesRobert Dewar3-4/+25
2005-03-15sysdep.c: Implement __gnat_localtime_r as call to localtime_r on AIX.Matthew Gingell1-5/+3
2005-03-15s-imgwch.adb: Add with and use of Interfaces.Gary Dismukes1-2/+4
2005-03-15s-fatgen.adb (Valid): Extend special exceptions to account for long long floa...Geert Bosch1-7/+17
2005-03-15sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic...Ed Schonberg1-7/+44
2005-03-15sem_ch6.adb (Is_Private_Declaration): Verify that the declaration is attached...Ed Schonberg1-15/+16
2005-03-15sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked Elimina...Ed Schonberg1-6/+16
2005-03-15re PR ada/15608 (Bug box at sem_ch3.adb:8228)Ed Schonberg1-29/+61
2005-03-15sem_ch12.adb (Instantiate_Object): If the analysis of the actual parameter re...Javier Miranda1-79/+134
2005-03-15sem_ch10.adb (Build_Ancestor_Name): If the ancestor is an instantiation that ...Ed Schonberg1-12/+31