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

(Debian bug #246385)

package Test_246385 is
   type acc_p is private;
private
   type acc_p is access procedure
      (x: acc_p);  --ERROR: acc_p not visible until end of declaration
end Test_246385;


I expect an error message such as:
test_246385.ads:5:10: "acc_p" not visible until end of declaration, RM 8.3(19)

But the compiler says naught.

-- 
           Summary: Illegal program not detected, RM 8.3(19)
           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=15803


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

end of thread, other threads:[~2007-12-19 20:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-15803-286@http.gcc.gnu.org/bugzilla/>
2007-11-26 21:36 ` [Bug ada/15803] Illegal program not detected, RM 8.3(19) sam at gcc dot gnu dot org
2007-11-28 20:43 ` sam at gcc dot gnu dot org
2007-11-28 20:50 ` sam at gcc dot gnu dot org
2007-11-30 21:28 ` ludovic at ludovic-brenta dot org
2007-11-30 21:47 ` sam at gcc dot gnu dot org
2007-11-30 21:52 ` sam at gcc dot gnu dot org
2007-12-19 16:25 ` charlet at gcc dot gnu dot org
2007-12-19 16:46 ` sam at gcc dot gnu dot org
2007-12-19 16:50 ` charlet at adacore dot com
2007-12-19 20:38 ` sam at gcc dot gnu dot org
2004-06-03 19:14 [Bug ada/15803] New: " ludovic dot brenta at insalien dot org
2004-10-12  3:59 ` [Bug ada/15803] " pinskia at gcc dot gnu dot org
2004-10-29 13:23 ` pinskia at gcc dot gnu dot org
2004-10-29 14:47 ` pinskia 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).