summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch6.adb
Commit message (Expand)AuthorAgeFilesLines
...
* a-crbtgk.adb, [...]: Fix typos in comments.Ralf Wildenhues2008-09-141-2/+2
* exp_ch5.adb, [...]: Rename...Bob Duff2008-08-221-8/+4
* styleg-c.ads, [...] (Missing_Overriding): new procedure to implement style ch...Arnaud Charlet2008-08-201-7/+24
* gcc/ada/Samuel Tardieu2008-08-181-2/+1
* re PR ada/15808 (Illegal program not detected, RM 3.9.3(10))Samuel Tardieu2008-08-181-1/+1
* 2008-08-04 Ed Schonberg <schonberg@adacore.com>Ed Schonberg2008-08-041-1/+8
* sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support for N_For...Javier Miranda2008-08-041-1/+14
* exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the target to ...Gary Dismukes2008-08-041-8/+13
* sem_ch3.adb (Access_Definition): A formal object declaration is a legal conte...Ed Schonberg2008-08-041-6/+23
* sem_ch6.adb (Process_PPCs): Don't copy spec PPC to body if not generating codeRobert Dewar2008-08-011-0/+6
* sem_ch6.adb (Analyze_Subprogram_Body): Remove special casing of Raise_ExceptionRobert Dewar2008-08-011-12/+3
* sem_ch6.adb (Disambiguate_Spec): Continue the disambiguation if the correspon...Hristian Kirtchev2008-07-311-2/+7
* sem_type.adb (Has_Compatible_Type): Complete support for synchronized types w...Javier Miranda2008-07-311-83/+47
* sem_ch6.adb (Analyze_Generic_Subprogram_Body): After analysis...Ed Schonberg2008-07-311-4/+62
* einfo.adb: Flag245 is now used.Hristian Kirtchev2008-07-301-26/+189
* Makefile.in (common_tools): Fix typos in $(exeext) extension.Ralf Wildenhues2008-06-031-2/+2
* sem_ch6.adb (Analyze_Subprogram_Specification): if the return type is abstrac...Ed Schonberg2008-05-291-8/+6
* sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.Javier Miranda2008-05-281-36/+332
* sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support for user-defi...Javier Miranda2008-05-281-0/+4
* exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains tasks...Ed Schonberg2008-05-271-7/+7
* makeutl.adb: Minor reformattingRobert Dewar2008-05-271-2/+2
* 2008-05-27 Ed Schonberg <schonberg@adacore.com>Ed Schonberg2008-05-271-27/+33
* einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias.Javier Miranda2008-05-261-97/+141
* 2008-05-20 Javier Miranda <miranda@adacore.com>Javier Miranda2008-05-201-2/+4
* vms_data.ads: Fix typo in constant.Ralf Wildenhues2008-04-141-1/+1
* sem_ch10.adb, [...]: Fix comment typos.Ralf Wildenhues2008-04-131-11/+11
* re PR ada/28305 (GNAT bug when inlining instance of a generic subprogram)Samuel Tardieu2008-04-091-2/+8
* alloc.ads: Add entries for Obsolescent_Warnings tableRobert Dewar2008-04-081-125/+419
* sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on operations th...Ed Schonberg2008-03-261-77/+83
* PR ada/15803, ada/15805Ed Schonberg2007-12-191-6/+5
* inline.adb (Back_End_Cannot_Inline): Use new flag Has_Pragma_Inline_Always in...Robert Dewar2007-12-131-65/+77
* re PR ada/15805 (Illegal program not detected, allows writing through access ...Samuel Tardieu2007-12-071-0/+14
* sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a body gener...Ed Schonberg2007-10-151-5/+37
* einfo.adb (Is_Thunk): New attribute applicable to subprograms.Javier Miranda2007-09-261-0/+31
* exp_atag.ads, [...]: Replace headers with GPL v3 headers.Robert Dewar2007-09-101-4/+3
* exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an ancestor part g...Gary Dismukes2007-08-161-6/+37
* einfo.ads, einfo.adb: Create a limited view of an incomplete type...Ed Schonberg2007-08-141-450/+517
* einfo.ads, einfo.adb (Available_View): New synthesized attribute applicable t...Javier Miranda2007-06-061-174/+394
* einfo.ads, einfo.adb: (First_Component_Or_Discriminant): New functionRobert Dewar2007-04-061-196/+176
* sem_ch6.ads, [...] (Analyze_Subprogram_Declaration): A null procedure cannot ...Ed Schonberg2006-10-311-230/+1087
* sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order to inline ...Ed Schonberg2006-02-171-9/+16
* re PR ada/25885 (Tree checking failure on ASIS)Ed Schonberg2006-02-151-81/+291
* sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization for case...Robert Dewar2005-12-091-7/+6
* sem_ch6.adb (Check_Conformance): The null-exclusion feature can be omitted in...Javier Miranda2005-11-151-52/+149
* sem_ch6.ads, [...] (Check_Conformance): In case of anonymous access types the...Javier Miranda2005-09-051-110/+200
* freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.Javier Miranda2005-07-071-22/+21
* sem_ch6.adb (Conforming_Types): If the types are anonymous access types check...Ed Schonberg2005-07-041-8/+16
* Update FSF addressR. Kelley Cook2005-07-011-2/+2
* exp_ch4.adb (Expand_Allocator_Expression): When an initialized allocator's de...Gary Dismukes2005-06-161-104/+299
* sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null indicator, indic...Ed Schonberg2005-03-291-7/+17