comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: no code generation for c strings
Date: Fri, 3 Jun 2016 10:25:22 +0200
Date: 2016-06-03T10:25:22+02:00	[thread overview]
Message-ID: <nireuk$1cnp$1@gioia.aioe.org> (raw)
In-Reply-To: 369391051.486634184.002061.laguest-archeia.com@nntp.aioe.org

On 03/06/2016 10:14, Luke A. Guest wrote:

> What I would like to have is have the compiler recognise that I've declared
> a static char_array and just not generate a call to the secondary stack to
> allocate a new string. Is this actually possible? -O2/3 still generate the
> call.
>
> S : constant char_array := to_c ("hello" & nul);

S : constant char_array := "hello" & char'val (0);

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

  reply	other threads:[~2016-06-03  8:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03  8:14 no code generation for c strings Luke A. Guest
2016-06-03  8:25 ` Dmitry A. Kazakov [this message]
2016-06-03  9:23   ` Luke A. Guest
2016-06-03  9:37     ` Dmitry A. Kazakov
2016-06-03 14:27       ` G.B.
2016-06-03 17:00         ` Lucretia
2016-06-04  6:31           ` Georg Bauhaus
2016-06-03 16:30   ` Simon Wright
2016-06-03 17:04     ` Lucretia
2016-06-03 18:45       ` Simon Wright
2016-06-03 20:30         ` Luke A. Guest
2016-06-03 21:25           ` Simon Wright
2016-06-03 21:33             ` Luke A. Guest
replies disabled

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