This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada.Characters.{Wide_}Latin_9 should be deleted
- From: starner at okstate dot edu
- To: Robert Dewar <dewar at gnat dot com>, gcc at gcc dot gnu dot org
- Date: Sun, 19 May 2002 19:18:51 -0500 (CDT)
- Subject: Re: Ada.Characters.{Wide_}Latin_9 should be deleted
>> I seem to remember you telling someone that GNAT would never have
>> goto labels, because they were the wrong solution - speed over
>> safety. We don't tell people how to code, but we are in the
>> business of giving them the best tools to do so.
>
>I never like to use Huh? but it's tempting in this case :-).
It deserves a Huh. I meant goto variables, so you can say
if z then x := foo; else x := bar; end if; goto x;