public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15845] New: Illegal program not detected, circular renames
@ 2004-06-06 10:21 ludovic dot brenta at insalien dot org
  2004-10-12  4:06 ` [Bug ada/15845] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-06-06 10:21 UTC (permalink / raw)
  To: gcc-bugs

procedure Test_247019 is
   procedure p1;

   generic
   package pak1 is
      procedure p2 renames p1;
   end pak1;

   package new_pak1 is new pak1;
   procedure p1 renames new_pak1.p2;   --ERROR: circular renames
begin
   p1;
end Test_247019;

I expect an error message like this:
test_247019.adb:10:33: self-referencing renaming declaration

But the compiler remains silent.

-- 
           Summary: Illegal program not detected, circular renames
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludovic dot brenta at insalien dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug ada/15845] Illegal program not detected, circular renames
  2004-06-06 10:21 [Bug ada/15845] New: Illegal program not detected, circular renames ludovic dot brenta at insalien dot org
@ 2004-10-12  4:06 ` pinskia at gcc dot gnu dot org
  2004-10-29 13:35 ` pinskia at gcc dot gnu dot org
  2004-10-29 14:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-12  4:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid


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


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

* [Bug ada/15845] Illegal program not detected, circular renames
  2004-06-06 10:21 [Bug ada/15845] New: Illegal program not detected, circular renames ludovic dot brenta at insalien dot org
  2004-10-12  4:06 ` [Bug ada/15845] " pinskia at gcc dot gnu dot org
@ 2004-10-29 13:35 ` pinskia at gcc dot gnu dot org
  2004-10-29 14:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 13:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.0


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


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

* [Bug ada/15845] Illegal program not detected, circular renames
  2004-06-06 10:21 [Bug ada/15845] New: Illegal program not detected, circular renames ludovic dot brenta at insalien dot org
  2004-10-12  4:06 ` [Bug ada/15845] " pinskia at gcc dot gnu dot org
  2004-10-29 13:35 ` pinskia at gcc dot gnu dot org
@ 2004-10-29 14:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 14:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-29 14:45 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-29 14:45:15
               date|                            |


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


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

* [Bug ada/15845] Illegal program not detected, circular renames
       [not found] <bug-15845-4@http.gcc.gnu.org/bugzilla/>
  2011-08-31 10:24 ` nicolas.boulenguez at free dot fr
@ 2014-02-27 14:35 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 7+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2014-02-27 14:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from nicolas.boulenguez at free dot fr ---
confirm 4.9-20140218


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

* [Bug ada/15845] Illegal program not detected, circular renames
       [not found] <bug-15845-4@http.gcc.gnu.org/bugzilla/>
@ 2011-08-31 10:24 ` nicolas.boulenguez at free dot fr
  2014-02-27 14:35 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 7+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2011-08-31 10:24 UTC (permalink / raw)
  To: gcc-bugs

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

nicolas.boulenguez at free dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.boulenguez at free
                   |                            |dot fr

--- Comment #3 from nicolas.boulenguez at free dot fr 2011-08-31 10:18:20 UTC ---
confirmed 4.6.1


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

* [Bug ada/15845] Illegal program not detected, circular renames
       [not found] <bug-15845-286@http.gcc.gnu.org/bugzilla/>
@ 2007-12-13 14:12 ` sam at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-12-13 14:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sam at gcc dot gnu dot org  2007-12-13 14:12 -------
Confirmed on 4.3.0 20071213


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gcc dot gnu dot org
   Last reconfirmed|2005-06-14 04:53:46         |2007-12-13 14:12:33
               date|                            |


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


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

end of thread, other threads:[~2014-02-27 14:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-06 10:21 [Bug ada/15845] New: Illegal program not detected, circular renames ludovic dot brenta at insalien dot org
2004-10-12  4:06 ` [Bug ada/15845] " pinskia at gcc dot gnu dot org
2004-10-29 13:35 ` pinskia at gcc dot gnu dot org
2004-10-29 14:46 ` pinskia at gcc dot gnu dot org
     [not found] <bug-15845-286@http.gcc.gnu.org/bugzilla/>
2007-12-13 14:12 ` sam at gcc dot gnu dot org
     [not found] <bug-15845-4@http.gcc.gnu.org/bugzilla/>
2011-08-31 10:24 ` nicolas.boulenguez at free dot fr
2014-02-27 14:35 ` nicolas.boulenguez at free dot fr

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).