From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20805 invoked by alias); 22 Oct 2008 22:37:05 -0000 Received: (qmail 20797 invoked by uid 22791); 22 Oct 2008 22:37:04 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 22 Oct 2008 22:36:29 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m9MMaPks028370; Wed, 22 Oct 2008 18:36:25 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m9MMaNHb003418; Wed, 22 Oct 2008 18:36:24 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id m9MMaMkL009001; Wed, 22 Oct 2008 18:36:23 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.2) with ESMTP id m9MMaLJC002459; Thu, 23 Oct 2008 00:36:21 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id m9MMaLhN001898; Thu, 23 Oct 2008 00:36:21 +0200 Date: Wed, 22 Oct 2008 22:37:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/Ada] Implement Ada tasking support (take 2) Message-ID: <20081022223621.GA25013@host0.dyn.jankratochvil.net> References: <20080924174850.GC3607@adacore.com> <20081022195840.GD3638@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline In-Reply-To: <20081022195840.GD3638@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00563.txt.bz2 On Wed, 22 Oct 2008 21:58:40 +0200, Joel Brobecker wrote: > The following patches have now been checked in mainline. ada-tasks.c:57: error: initializer element is not constant ada-tasks.c:57: error: (near initialization for ‘task_states[0]’) ... (There should be N_() with runtime _(var) and not static _().) Regards, Jan