public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package.
       [not found] <20020816080600.7613.simon@pushface.org>
@ 2003-05-27  6:49 ` dhazeghi@yahoo.com
  2003-05-27 15:21 ` pinskia@physics.uc.edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-27  6:49 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=7613



------- Additional Comments From dhazeghi@yahoo.com  2003-05-27 06:33 -------
Hello,

I can confirm that identical behavior still occurs with gcc 3.2, 3.3 branch and mainline (20030525).

Dara



------- 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] 5+ messages in thread

* [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package.
       [not found] <20020816080600.7613.simon@pushface.org>
  2003-05-27  6:49 ` [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package dhazeghi@yahoo.com
@ 2003-05-27 15:21 ` pinskia@physics.uc.edu
  2003-07-06  2:35 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-27 15:21 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=7613


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 15:12:50
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-27 15:12 -------
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] 5+ messages in thread

* [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package.
       [not found] <20020816080600.7613.simon@pushface.org>
  2003-05-27  6:49 ` [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package dhazeghi@yahoo.com
  2003-05-27 15:21 ` pinskia@physics.uc.edu
@ 2003-07-06  2:35 ` dhazeghi at yahoo dot com
  2003-10-23 12:03 ` cvs-commit at gcc dot gnu dot org
  2003-10-23 12:07 ` charlet at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-06  2:35 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=7613


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-06 02:35 -------
Confirmed with gcc 3.3 branch and mainline (20030620).


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

* [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package.
       [not found] <20020816080600.7613.simon@pushface.org>
                   ` (2 preceding siblings ...)
  2003-07-06  2:35 ` dhazeghi at yahoo dot com
@ 2003-10-23 12:03 ` cvs-commit at gcc dot gnu dot org
  2003-10-23 12:07 ` charlet at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-10-23 12:03 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=7613



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-10-23 11:57 -------
Subject: Bug 7613

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	2003-10-23 11:57:52

Modified files:
	gcc/ada        : ChangeLog Makefile.in exp_ch13.adb exp_dbug.adb 
	                 exp_dbug.ads g-regpat.adb g-regpat.ads trans.c 
	                 urealp.h 

Log message:
	PR ada/11978:
	* exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
	External_Tag attribute definition clauses.
	
	PR ada/7613:
	* exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
	child unit, generate a fully qualified name to avoid spurious errors
	when the context contains renamings of different child units with
	the same simple name.
	
	* exp_dbug.ads: Add documentation on name qualification for renamings
	of child units.
	
	* g-regpat.ads, g-regpat.adb: Minor reformatting
	
	* Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
	
	* trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
	Machine call.
	
	* urealp.h: (Machine): Update to proper definition.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.359&r2=1.360
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.in.diff?cvsroot=gcc&r1=1.48&r2=1.49
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_ch13.adb.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_dbug.adb.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_dbug.ads.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/g-regpat.adb.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/g-regpat.ads.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/trans.c.diff?cvsroot=gcc&r1=1.35&r2=1.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/urealp.h.diff?cvsroot=gcc&r1=1.5&r2=1.6


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

* [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package.
       [not found] <20020816080600.7613.simon@pushface.org>
                   ` (3 preceding siblings ...)
  2003-10-23 12:03 ` cvs-commit at gcc dot gnu dot org
@ 2003-10-23 12:07 ` charlet at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu dot org @ 2003-10-23 12:07 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=7613


charlet at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4


------- Additional Comments From charlet at gcc dot gnu dot org  2003-10-23 12:03 -------
Fixed on mainline.

Arno


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

end of thread, other threads:[~2003-10-23 12:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020816080600.7613.simon@pushface.org>
2003-05-27  6:49 ` [Bug ada/7613] Can't with two child packages each of which is a renaming of the same package dhazeghi@yahoo.com
2003-05-27 15:21 ` pinskia@physics.uc.edu
2003-07-06  2:35 ` dhazeghi at yahoo dot com
2003-10-23 12:03 ` cvs-commit at gcc dot gnu dot org
2003-10-23 12:07 ` 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).