public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/34508]  New: Legal program rejected, RM 3.7(26)
@ 2007-12-17  9:46 ludovic at ludovic-brenta dot org
  2007-12-18 12:10 ` [Bug ada/34508] " ludovic at ludovic-brenta dot org
  0 siblings, 1 reply; 2+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2007-12-17  9:46 UTC (permalink / raw)
  To: gcc-bugs

package pak1 is
   type T1(<>) is tagged limited private;
private
   type T1(D: integer) is tagged limited null record;
end pak1;

package pak1.pak3 is
   type T3 is new pak1.T1 with null record;   -- legal, but rejected
   x2: T3 := (pak1.T1 with null record);      -- legal, but rejected
end pak1.pak3;

RM 3.7(26) states: "A type declared without a discriminant part has no
discriminants, unless it is a derived type; if derived, such a type has the
same sort of discriminants (known, unknown, or none) as its parent (or
ancestor) type."  Therefore, the declaration of T3 is legal and T3 has unknown
discriminants.


-- 
           Summary: Legal program rejected, RM 3.7(26)
           Product: gcc
           Version: 4.1.0
            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=34508


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

* [Bug ada/34508] Legal program rejected, RM 3.7(26)
  2007-12-17  9:46 [Bug ada/34508] New: Legal program rejected, RM 3.7(26) ludovic at ludovic-brenta dot org
@ 2007-12-18 12:10 ` ludovic at ludovic-brenta dot org
  0 siblings, 0 replies; 2+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2007-12-18 12:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ludovic at ludovic-brenta dot org  2007-12-18 12:10 -------
Actually, the declaration of x2 is illegal; GNAT is correct in rejecting it. 
The declaration of T3 is legal and incorrectly rejected.  The error messages
are:

gnatmake -gnat05 pak1-pak3.ads
gcc-4.1 -c -gnat05 pak1-pak3.ads
pak1-pak3.ads:3:15: invalid constraint: type has no discriminant
pak1-pak3.ads:4:14: no value supplied for discriminant "D"

(see also PR ada/34507).


-- 


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


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

end of thread, other threads:[~2007-12-18 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-17  9:46 [Bug ada/34508] New: Legal program rejected, RM 3.7(26) ludovic at ludovic-brenta dot org
2007-12-18 12:10 ` [Bug ada/34508] " 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).