public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/35794]  New: Illegal program not detected, RM 4.1.3(9.2/2)
@ 2008-04-01 21:26 ludovic at ludovic-brenta dot org
  2008-04-01 21:27 ` [Bug ada/35794] " ludovic at ludovic-brenta dot org
  0 siblings, 1 reply; 2+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2008-04-01 21:26 UTC (permalink / raw)
  To: gcc-bugs

-- RM 4.1.3(9.2/2):
-- The selector_name shall resolve to denote a view of a subprogram
-- declared immediately within the declarative region in which an
-- ancestor of the type T is declared.

package pak1 is

   package pak2 is
      type T1 is tagged private;
   private
      type T1 is tagged null record;
      function f1(x: T1) return integer;
   end pak2;

   x1: pak2.T1;
   x2: integer := x1.f1;   -- ERROR: f1 not declared in visible part of pak2
end pak1;

gcc-4.1 -c -gnat05 pak1.ads
cannot generate code for file pak1.ads (package spec)
to check package spec for errors, use -gnatc


-- 
           Summary: Illegal program not detected, RM 4.1.3(9.2/2)
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludovic at ludovic-brenta dot org


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


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

* [Bug ada/35794] Illegal program not detected, RM 4.1.3(9.2/2)
  2008-04-01 21:26 [Bug ada/35794] New: Illegal program not detected, RM 4.1.3(9.2/2) ludovic at ludovic-brenta dot org
@ 2008-04-01 21:27 ` ludovic at ludovic-brenta dot org
  0 siblings, 0 replies; 2+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2008-04-01 21:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ludovic at ludovic-brenta dot org  2008-04-01 21:26 -------
gcc-4.3 -c -gnat05 pak1.ads
pak1.ads:11:21: no selector "f1" for private type "T1" defined at line 4


-- 

ludovic at ludovic-brenta dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |4.1.2
      Known to work|                            |4.3.0
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-04-01 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-01 21:26 [Bug ada/35794] New: Illegal program not detected, RM 4.1.3(9.2/2) ludovic at ludovic-brenta dot org
2008-04-01 21:27 ` [Bug ada/35794] " ludovic at ludovic-brenta 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).