From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10345 invoked by alias); 25 Apr 2002 23:08:28 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 10323 invoked by uid 61); 25 Apr 2002 23:08:27 -0000 Date: Thu, 25 Apr 2002 16:08:00 -0000 Message-ID: <20020425230827.10322.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, voel@diku.dk From: rth@gcc.gnu.org Reply-To: rth@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, voel@diku.dk, gcc-gnats@gcc.gnu.org Subject: Re: c/2243: Misplacement of label at start of function. X-SW-Source: 2002-04/txt/msg01379.txt.bz2 List-Id: Synopsis: Misplacement of label at start of function. State-Changed-From-To: analyzed->closed State-Changed-By: rth State-Changed-When: Thu Apr 25 16:08:27 2002 State-Changed-Why: Not a bug. A label with no source branch *within the function* has no fixed location. One may *not* branch to the label from outside the function. See http://gcc.gnu.org/onlinedocs/gcc-3.0/gcc_5.html#SEC69. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2243