From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7cf1a45a698eee91 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: GNAT GPL, generics Date: Mon, 03 Oct 2005 10:36:27 +0200 Message-ID: <4340ED8B.6030208@mailinator.com> References: <60bvjt9vl07y$.1nmt309hh2hhr.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 3fPNWDzzzxVFVJ0AoY5u3Q2H/pAhm9e9pzv3scEcqLKCrwVv4= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: en-us, en In-Reply-To: <60bvjt9vl07y$.1nmt309hh2hhr.dlg@40tude.net> Xref: g2news1.google.com comp.lang.ada:5349 Date: 2005-10-03T10:36:27+02:00 List-Id: Dmitry A. Kazakov wrote: > It seems that in GNAT GPL generics are even more buggy than they were in > 3.15p. The most interesting new "feature" is that you can have spec. and > body compiled and yet get errors in them upon instantiation, just like in > C++ templates! This isn't specially new, albeit I don't know if it is more frequent. I had an experience like this with 3.15p IIRC. Fortunately it was quite rare, it's the only time I've seen it.