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

(Debian bug #246386)

package Test_246386 is
   type T1(b: boolean) is record
     case (b) is             --ERROR: parentheses not allowed
        when others => null;
     end case;
   end record;
end Test_246386;


I expect something like:

test_246386.ads:3:10: parentheses not allowed, RM 3.8.1(2)

But I get nothing.

-- 
           Summary: Illegal program not detected, RM 3.8.1(2)
           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=15804


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-15804-286@http.gcc.gnu.org/bugzilla/>
2007-11-26 22:50 ` [Bug ada/15804] Illegal program not detected, RM 3.8.1(2) sam at gcc dot gnu dot org
2007-11-30 22:12 ` sam at gcc dot gnu dot org
2007-12-05 12:08 ` sam at gcc dot gnu dot org
2004-06-03 19:17 [Bug ada/15804] New: " ludovic dot brenta at insalien dot org
2004-10-12  3:59 ` [Bug ada/15804] " pinskia at gcc dot gnu dot org
2004-10-29 13:24 ` pinskia at gcc dot gnu dot org
2004-10-29 14:47 ` 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).