public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/20921] New: Unable to access components of task access constraint
@ 2005-04-09 20:23 simon at pushface dot org
  2005-04-09 20:27 ` [Bug ada/20921] " simon at pushface dot org
  2005-06-20  3:42 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: simon at pushface dot org @ 2005-04-09 20:23 UTC (permalink / raw)
  To: gcc-bugs

This

   type Event_Queue_Base (Start_Started : Boolean;
                          Priority : System.Priority;
                          Storage_Size : Positive)
   is tagged private;

   task type Dispatcher (The_Queue : access Event_Queue_Base'Class) is

      pragma Priority (The_Queue.Priority);
      pragma Storage_Size (The_Queue.Storage_Size);

results in

constrained_task.ads:12:24: premature usage of incomplete type "Event_Queue_Base'Class" defined at 
line 5

Reproducer to follow.

-- 
           Summary: Unable to access components of task access constraint
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: simon at pushface dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.8.0
  GCC host triplet: powerpc-apple-darwin7.8.0
GCC target triplet: powerpc-apple-darwin7.8.0


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


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

* [Bug ada/20921] Unable to access components of task access constraint
  2005-04-09 20:23 [Bug ada/20921] New: Unable to access components of task access constraint simon at pushface dot org
@ 2005-04-09 20:27 ` simon at pushface dot org
  2005-06-20  3:42 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: simon at pushface dot org @ 2005-04-09 20:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From simon at pushface dot org  2005-04-09 20:27 -------
Created an attachment (id=8574)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8574&action=view)
Reproducer


-- 


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


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

* [Bug ada/20921] Unable to access components of task access constraint
  2005-04-09 20:23 [Bug ada/20921] New: Unable to access components of task access constraint simon at pushface dot org
  2005-04-09 20:27 ` [Bug ada/20921] " simon at pushface dot org
@ 2005-06-20  3:42 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-20  3:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-20 03:42 -------
Fixed on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |rejects-valid
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-06-20  3:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-09 20:23 [Bug ada/20921] New: Unable to access components of task access constraint simon at pushface dot org
2005-04-09 20:27 ` [Bug ada/20921] " simon at pushface dot org
2005-06-20  3:42 ` 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).