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

-- RM 12.4(7)
-- For a generic formal object of mode in out, the actual shall be
-- a name that denotes a variable ...
package Test_247561 is
   type T1 is tagged null record;
   generic
      x1: in out T1'class;
   package pak2 is
   end pak2;

   y1: T1;
   package new_pak2 is
        new pak2(x1 => (T1'class(y1))); -- ERROR: expression, not variable
end Test_247561;


I expect:
test_247561.ads:13:27: actual for "x1" must be a variable

But I get nothing.

-- 
           Summary: Illegal program not detected, RM 12.4(7)
           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=15916


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

* [Bug ada/15916] Illegal program not detected, RM 12.4(7)
  2004-06-10 21:45 [Bug ada/15916] New: Illegal program not detected, RM 12.4(7) ludovic dot brenta at insalien dot org
@ 2004-10-12  4:06 ` pinskia at gcc dot gnu dot org
  2004-10-29 13:39 ` pinskia at gcc dot gnu dot org
  2004-10-29 14:47 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-12  4:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid


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


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

* [Bug ada/15916] Illegal program not detected, RM 12.4(7)
  2004-06-10 21:45 [Bug ada/15916] New: Illegal program not detected, RM 12.4(7) ludovic dot brenta at insalien dot org
  2004-10-12  4:06 ` [Bug ada/15916] " pinskia at gcc dot gnu dot org
@ 2004-10-29 13:39 ` pinskia at gcc dot gnu dot org
  2004-10-29 14:47 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 13:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.0


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


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

* [Bug ada/15916] Illegal program not detected, RM 12.4(7)
  2004-06-10 21:45 [Bug ada/15916] New: Illegal program not detected, RM 12.4(7) ludovic dot brenta at insalien dot org
  2004-10-12  4:06 ` [Bug ada/15916] " pinskia at gcc dot gnu dot org
  2004-10-29 13:39 ` pinskia at gcc dot gnu dot org
@ 2004-10-29 14:47 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 14:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-29 14:45 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-29 14:45:00
               date|                            |


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


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

* [Bug ada/15916] Illegal program not detected, RM 12.4(7)
       [not found] <bug-15916-286@http.gcc.gnu.org/bugzilla/>
@ 2007-11-28 21:32 ` sam at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-11-28 21:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sam at gcc dot gnu dot org  2007-11-28 21:32 -------
The current SVN trunk gives the message you expect.


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gcc dot gnu dot org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2007-11-28 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-10 21:45 [Bug ada/15916] New: Illegal program not detected, RM 12.4(7) ludovic dot brenta at insalien dot org
2004-10-12  4:06 ` [Bug ada/15916] " pinskia at gcc dot gnu dot org
2004-10-29 13:39 ` pinskia at gcc dot gnu dot org
2004-10-29 14:47 ` pinskia at gcc dot gnu dot org
     [not found] <bug-15916-286@http.gcc.gnu.org/bugzilla/>
2007-11-28 21:32 ` 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).