From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24640 invoked by alias); 27 Jul 2005 10:55:30 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 24628 invoked by uid 22791); 27 Jul 2005 10:55:27 -0000 Received: from iecn.u-nancy.fr (HELO antares.iecn.u-nancy.fr) (193.50.42.6) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 27 Jul 2005 10:55:27 +0000 Received: by antares.iecn.u-nancy.fr (Postfix, from userid 15) id 4565E1CF289; Wed, 27 Jul 2005 12:55:24 +0200 (CEST) Received: from epimethee.iecn.u-nancy.fr (cartan.iecn.u-nancy.fr [193.50.42.9]) by antares.iecn.u-nancy.fr (Postfix) with ESMTP id 180DE1CF242 for ; Wed, 27 Jul 2005 12:55:23 +0200 (CEST) Received: by epimethee.iecn.u-nancy.fr (Postfix, from userid 31781) id C5B056B907; Wed, 27 Jul 2005 12:47:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by epimethee.iecn.u-nancy.fr (Postfix) with ESMTP id BDEF76B905 for ; Wed, 27 Jul 2005 12:47:03 +0200 (CEST) Date: Wed, 27 Jul 2005 10:55:00 -0000 From: Vincent Torri To: gcc-help@gcc.gnu.org Subject: use of __attribute__ with a function Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-07/txt/msg00295.txt.bz2 hello, may I declare a function like that: __attribute__((noreturn)) void toto (); like the vc syntax (instead of putting it at the end of function) ? thank you Vincent Torri