public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/10565] Assertion failed
       [not found] <20030430150600.10565.parchandri@crosswinds.net>
@ 2003-05-27 13:31 ` pinskia@physics.uc.edu
  2004-01-21  9:48 ` [Bug ada/10565] assert failure on invalid delay statement charlet at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-27 13:31 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-27 13:26:25
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-27 13:26 -------
See Dara's comment.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug ada/10565] assert failure on invalid delay statement
       [not found] <20030430150600.10565.parchandri@crosswinds.net>
  2003-05-27 13:31 ` [Bug ada/10565] Assertion failed pinskia@physics.uc.edu
@ 2004-01-21  9:48 ` charlet at gcc dot gnu dot org
  2004-01-21 10:36 ` cvs-commit at gcc dot gnu dot org
  2004-01-21 10:41 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-21  9:48 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Assertion failed            |assert failure on invalid
                   |                            |delay statement
   Target Milestone|---                         |3.5.0


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug ada/10565] assert failure on invalid delay statement
       [not found] <20030430150600.10565.parchandri@crosswinds.net>
  2003-05-27 13:31 ` [Bug ada/10565] Assertion failed pinskia@physics.uc.edu
  2004-01-21  9:48 ` [Bug ada/10565] assert failure on invalid delay statement charlet at gcc dot gnu dot org
@ 2004-01-21 10:36 ` cvs-commit at gcc dot gnu dot org
  2004-01-21 10:41 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-21 10:36 UTC (permalink / raw)
  To: gcc-bugs


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

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	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  <miranda@gnat.com>
	
	* 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  <rupp@gnat.com>
	
	* 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  <dewar@gnat.com>
	
	* mlib-prj.adb: Minor reformatting
	
	2004-01-21  Thomas Quinot  <quinot@act-europe.fr>
	
	* 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  <schonberg@gnat.com>
	
	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  <rybin@act-europe.fr>
	
	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=10565


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug ada/10565] assert failure on invalid delay statement
       [not found] <20030430150600.10565.parchandri@crosswinds.net>
                   ` (2 preceding siblings ...)
  2004-01-21 10:36 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-21 10:41 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-21 10:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-21 10:41 -------
Fixed in mainline.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-21 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030430150600.10565.parchandri@crosswinds.net>
2003-05-27 13:31 ` [Bug ada/10565] Assertion failed pinskia@physics.uc.edu
2004-01-21  9:48 ` [Bug ada/10565] assert failure on invalid delay statement charlet at gcc dot gnu dot org
2004-01-21 10:36 ` cvs-commit at gcc dot gnu dot org
2004-01-21 10:41 ` charlet at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).