comp.lang.ada
 help / color / mirror / Atom feed
From: Brian May <bam@snoopy.apana.org.au>
Subject: Re: Help: program won't ends (GNAT)
Date: Mon, 22 Jan 2007 20:51:51 +1100
Date: 2007-01-22T20:51:51+11:00	[thread overview]
Message-ID: <sa44pqjwfrc.fsf@margay.local> (raw)
In-Reply-To: 45b3f4a4$0$30117$426a74cc@news.free.fr

>>>>> "Yves" == Yves Bailly <kafka.fr@laposte.net> writes:

    Yves>    type Rec is record f: A_2 := (others => (others =>
    Yves> Null_Unbounded_String)); end record;
   
If I replace this with:

type Rec is record f: A_2 := (1 => (others => Null_Unbounded_String)); end record;

Then it works with gcc-4.1

So, at quick glance, it looks like a bug with the "others" keyword to
me.

Changing the 2nd others had no effect.
-- 
Brian May <bam@snoopy.apana.org.au>



      parent reply	other threads:[~2007-01-22  9:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-21 23:17 Help: program won't ends (GNAT) Yves Bailly
2007-01-22  8:14 ` Niklas Holsti
2007-01-22 10:54   ` Georg Bauhaus
2007-01-22 19:25   ` Yves Bailly
2007-01-23 19:05     ` Björn Persson
2007-01-25  0:44       ` Jeffrey Creem
2007-01-22  9:51 ` Brian May [this message]
replies disabled

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