public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/35792]  New: Illegal program not detected, RM 3.10.1(4/2)
@ 2008-04-01 21:19 ludovic at ludovic-brenta dot org
  2008-04-09 13:39 ` [Bug ada/35792] " sam at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2008-04-01 21:19 UTC (permalink / raw)
  To: gcc-bugs

If an incomplete_type_declaration includes the reserved word tagged,
then a full_type_declaration that completes it shall declare a tagged
type.

The error for T3 is detected, but not T1 or T2.

package pak1 is
   type T1 is tagged;
   type T2 is tagged;
   type T3 is tagged;
   protected type T1 is end T1;
   task type T2;
   type T3 is null record;
end pak1;

gnatmake -gnat05 pak1
gcc-4.1 -c -gnat05 pak1.ads
pak1.ads:4:09: full declaration of type "T3" defined at line 7 must be tagged

gnatmake -gnat05 pak1
gcc-4.3 -c -gnat05 pak1.ads
pak1.ads:4:09: full declaration of type "T3" defined at line 7 must be tagged


-- 
           Summary: Illegal program not detected, RM 3.10.1(4/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=35792


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

end of thread, other threads:[~2008-05-04 23:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-01 21:19 [Bug ada/35792] New: Illegal program not detected, RM 3.10.1(4/2) ludovic at ludovic-brenta dot org
2008-04-09 13:39 ` [Bug ada/35792] " sam at gcc dot gnu dot org
2008-04-29 21:45 ` sam at gcc dot gnu dot org
2008-04-29 21:46 ` sam at gcc dot gnu dot org
2008-05-03 15:23 ` ebotcazou at gcc dot gnu dot org
2008-05-04 23:04 ` sam 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).