aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_res.adb
AgeCommit message (Expand)AuthorFilesLines
2009-04-17[multiple changes]Arnaud Charlet1-0/+3
2009-04-10[multiple changes]Arnaud Charlet1-0/+2
2009-04-10Update comments.Arnaud Charlet1-5/+5
2009-04-10[multiple changes]Arnaud Charlet1-21/+37
2009-04-10sem_aux.ads, [...] (Nearest_Current_Scope): New function.Robert Dewar1-1/+2
2009-04-09sem_aggr.adb, [...]: Reorganize einfo/sem_aux, moving routines from einfo to ...Robert Dewar1-0/+1
2008-08-06sem_res.adb: Minor reformattingThomas Quinot1-8/+8
2008-08-06sem_res.adb (Resolve_Call): Use base type to determine whether a dereference ...Ed Schonberg1-3/+4
2008-08-05sem_res.adb (Resolve_Call): If this is a call to the predefined Abort_Task...Arnaud Charlet1-1/+5
2008-08-042008-08-04 Robert Dewar <dewar@adacore.com>Robert Dewar1-1/+21
2008-08-04sem_ch13.ads: Minor comment updateRobert Dewar1-6/+10
2008-08-04sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support for N_For...Javier Miranda1-5/+25
2008-08-04sem_ch3.adb (Access_Definition): A formal object declaration is a legal conte...Ed Schonberg1-1/+27
2008-08-012008-08-01 Robert Dewar <dewar@adacore.com>Robert Dewar1-0/+15
2008-07-31sem_type.adb (Has_Compatible_Type): Complete support for synchronized types w...Javier Miranda1-9/+41
2008-06-07sem_res.adb (Large_Storage_Type): A type is large if it requires as many bits...Samuel Tardieu1-6/+10
2008-05-29* sem_res.adb: Minor reformattingArnaud Charlet1-5/+4
2008-05-28sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram type has a ...Ed Schonberg1-8/+8
2008-05-28restrict.ads: Add missing restrictions, and properly label all GNAT defined onesRobert Dewar1-0/+9
2008-05-27sem_res.adb: Minor comment fixesThomas Quinot1-2/+2
2008-05-20sem_res.adb (Resolve_Op_Not): Warn on double negationRobert Dewar1-0/+13
2008-04-14vms_data.ads: Fix typo in constant.Ralf Wildenhues1-1/+1
2008-04-13sem_ch10.adb, [...]: Fix comment typos.Ralf Wildenhues1-17/+17
2008-04-08exp_ch2.adb: Minor reformatting.Hristian Kirtchev1-187/+394
2008-03-26sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite recursion ...Robert Dewar1-13/+60
2007-12-19atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate the res...Bob Duff1-111/+167
2007-12-13exp_prag.adb (Expand_Pragma_Assert): Recognize new warning flag for assert failRobert Dewar1-30/+117
2007-10-15s-taprop-solaris.adb, [...]: Minor reformatting.Robert Dewar1-20/+88
2007-09-26sem_res.adb (Resolve_Call): If the call is dispatching...Ed Schonberg1-6/+21
2007-09-10exp_atag.ads, [...]: Replace headers with GPL v3 headers.Robert Dewar1-4/+3
2007-08-31restrict.adb, [...]: Remove redundant type conversion.Hristian Kirtchev1-5/+15
2007-08-16sem_res.adb (Comes_From_Predefined_Lib_Unit): New.Hristian Kirtchev1-6/+52
2007-08-14sem_res.adb (Resolve_Allocator): Propagate any coextensions that appear in th...Ed Schonberg1-74/+167
2007-06-06sem_res.ads, [...] (Process_Allocator): Do not propagate the chain of coexten...Hristian Kirtchev1-221/+694
2007-04-06exp_ch4.adb (Expand_N_Type_Conversion): Remove special processing for convers...Geert Bosch1-95/+402
2006-10-31sem_res.adb (Resolve_Unary_Op): Add warning for use of unary minus with multi...Robert Dewar1-166/+455
2006-02-17sem_res.adb (Resolve_Type_Conversion): In case of conversion to an abstract i...Javier Miranda1-37/+24
2006-02-15re PR ada/25885 (Tree checking failure on ASIS)Ed Schonberg1-149/+304
2005-12-09exp_util.ads, [...] (Is_Ref_To_Bit_Packed_Slice): Handle case of type convers...Robert Dewar1-39/+53
2005-11-15sem_res.adb (Resolve_Call): Provide a better error message whenever a procedu...Hristian Kirtchev1-82/+111
2005-09-05sem_res.adb (Resolve_Membership_Op): In case of the membership test "Iface_CW...Javier Miranda1-83/+115
2005-07-07freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.Javier Miranda1-0/+13
2005-07-04sem_res.adb (Resolve_Actuals): Do not resolve the expression of an actual tha...Thomas Quinot1-8/+12
2005-07-01Update FSF addressR. Kelley Cook1-2/+2
2005-06-16exp_ch4.adb (Expand_Allocator_Expression): When an initialized allocator's de...Gary Dismukes1-184/+397
2005-03-29sem_res.adb (Resolve_Real_Literal): Generate warning if static fixed-point ex...Robert Dewar1-21/+97
2005-03-18exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec...Thomas Quinot1-33/+35
2005-02-10g-zstspl.ads: New file.Robert Dewar1-52/+131
2005-01-03sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair...Arnaud Charlet1-6/+14
2004-08-13[multiple changes]Arnaud Charlet1-1/+5