comp.lang.ada
 help / color / mirror / Atom feed
From: Hibou57 <yannick_duchene@yahoo.fr>
Subject: Re: Reducing the size of executables produced by GNAT
Date: Thu, 14 Feb 2008 14:07:48 -0800 (PST)
Date: 2008-02-14T14:07:48-08:00	[thread overview]
Message-ID: <1f0279b6-26a3-4d29-bab1-227481d74afb@e6g2000prf.googlegroups.com> (raw)
In-Reply-To: 97c1d855-d59f-429a-b544-55bc82175024@h11g2000prf.googlegroups.com

I'm trying to set up a personalized RTS, but when I always get this
message :

> test.adb:2:04: construct not allowed in configurable run-time mode

where test.adb is

> procedure test is
> e: exception;
> begin
> raise e;
> exception
>     when others =>
>         null;
> end;

I'm not sure to understand, beceause this seems paradoxal : a custom
runtime is not allowed to implements every things ? There are things
that are not allowed with a custom runtime ?

I get this with "gnatmake --RTS=... test"

This is strange.



  reply	other threads:[~2008-02-14 22:07 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-13 11:52 Reducing the size of executables produced by GNAT Hibou57
2008-02-13 14:38 ` Martin Krischik
2008-02-13 20:03   ` Hibou57
2008-02-13 20:25     ` Pascal Obry
2008-02-13 21:41       ` Maciej Sobczak
2008-02-13 23:35         ` Ludovic Brenta
2008-02-13 20:37     ` tmoran
2008-02-14 10:12       ` Georg Bauhaus
2008-02-14 11:07         ` Ludovic Brenta
2008-02-14 22:07           ` Hibou57 [this message]
2008-02-15  0:19             ` Robert A Duff
2008-02-13 21:27     ` Gautier
2008-02-13 22:14       ` Hibou57
2008-02-14 10:34         ` Georg Bauhaus
2008-02-14 10:53         ` anon
2008-02-15  5:52         ` Randy Brukardt
2008-02-15  5:52         ` Randy Brukardt
2008-02-15  5:52         ` Randy Brukardt
2008-02-19  0:41           ` Hibou57
2008-02-13 14:50 ` gautier_niouzes
2008-02-13 15:41   ` Pascal Obry
2008-02-13 15:52 ` Ludovic Brenta
2008-02-13 16:19 ` anon
2008-02-13 16:28   ` Pascal Obry
2008-02-13 17:34 ` Tero Koskinen
2008-02-13 21:32 ` Jeffrey R. Carter
2008-02-14  6:58 ` Jacob Sparre Andersen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox