public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ludovic dot brenta at insalien dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/16094] New: Illegal program not detected, RM 3.4.1(5)
Date: Sun, 20 Jun 2004 11:25:00 -0000	[thread overview]
Message-ID: <20040620112457.16094.ludovic.brenta@insalien.org> (raw)

--  RM 3.4.1(5)
--  Class-wide types have no primitive subprograms of their own.
--  (see also AC-00086 at:
--  http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AC-00086.TXT )
package Test_248678 is
   generic
      type T1(<>) is private;
      with function "=" (Left, Right : T1) return Boolean is <>;
   package pak1 is
   end pak1;

   package pak2 is
      type T2 is abstract tagged null record;
      package new_pak1 is new pak1 (T2'Class);  --ERROR: no matching "="
   end pak2;
end Test_248678;


I expect error messages like:
test_248678.ads:14:07: missing actual for instantiation of ""=""
test_248678.ads:14:07: instantiation abandoned
gnatmake: "test_248678.ads" compilation error


Instead the compiler remains silent.

-- 
           Summary: Illegal program not detected, RM 3.4.1(5)
           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=16094


             reply	other threads:[~2004-06-20 11:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-20 11:25 ludovic dot brenta at insalien dot org [this message]
2004-06-20 16:41 ` [Bug ada/16094] " pinskia at gcc dot gnu dot org
2004-10-29 14:38 ` pinskia at gcc dot gnu dot org
2004-10-29 14:47 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040620112457.16094.ludovic.brenta@insalien.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).