------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-21 
10:35 -------
Subject: Bug 10889

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2004-01-21 10:35:20

Modified files:
        gcc/ada        : 7staprop.adb exp_aggr.adb exp_ch9.adb 
                         exp_pakd.adb Makefile.in mlib-prj.adb 
                         prj-tree.adb sem_ch3.adb sem_ch9.adb 
                         xr_tabls.adb vms_conv.adb ChangeLog 

Log message:
        2004-01-21  Javier Miranda  <[EMAIL PROTECTED]>
        
        * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
        entity if already built in the current scope.
        
        * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
        reminder in internal scopes. Required for nested limited aggregates.
        
        2004-01-21  Doug Rupp  <[EMAIL PROTECTED]>
        
        * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
        VMS. Replace all occurences of libgnat- and libgnarl- with
        libgnat$(hyphen) and libgnarl$(hyphen).
        Fixed shared library build problem on VMS.
        
        2004-01-21  Robert Dewar  <[EMAIL PROTECTED]>
        
        * mlib-prj.adb: Minor reformatting
        
        2004-01-21  Thomas Quinot  <[EMAIL PROTECTED]>
        
        * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
        'constant' keywords for declaration of pointers that are not modified.
        
        * exp_pakd.adb: Fix English in comment.
        
        2004-01-21  Ed Schonberg  <[EMAIL PROTECTED]>
        
        PR ada/10889
        * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
        copy all attributes of the parent, including the foreign language
        convention.
        
        2004-01-21  Sergey Rybin  <[EMAIL PROTECTED]>
        
        PR ada/10565
        * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
        for 'delay until' statement.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/7staprop.adb.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_aggr.adb.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_ch9.adb.diff?cvsroot=gcc&r1=1.12&r2=1.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_pakd.adb.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.in.diff?cvsroot=gcc&r1=1.65&r2=1.66
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/mlib-prj.adb.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/prj-tree.adb.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/sem_ch3.adb.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/sem_ch9.adb.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/xr_tabls.adb.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/vms_conv.adb.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.431&r2=1.432



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10889

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


Reply via email to