Bug#442279: closed by Matthias Klose <doko@cs.tu-berlin.de> (Re: gcc-4.2: parameter '-std=gnu99' is ignored)
Debian Bug Tracking System schrieb:
> This is an automatic notification regarding your Bug report
> which was filed against the gcc-4.2 package:
>
> #442279: gcc-4.2: parameter '-std=gnu99' is ignored
>
> It has been closed by Matthias Klose <doko@cs.tu-berlin.de>.
>
> Their explanation is attached below. If this explanation is
> unsatisfactory and you have not received a better one in a separate
> message then please contact Matthias Klose <doko@cs.tu-berlin.de> by replying
> to this email.
>
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
>
>
>
> ------------------------------------------------------------------------
>
> Betreff:
> Re: gcc-4.2: parameter '-std=gnu99' is ignored
> Von:
> Matthias Klose <doko@cs.tu-berlin.de>
> Datum:
> Sat, 15 Sep 2007 00:56:46 +0200
> An:
> 442279-done@bugs.debian.org
>
> An:
> 442279-done@bugs.debian.org
>
> Received:
> (at 442279-done) by bugs.debian.org; 14 Sep 2007 22:56:51 +0000
> X-Spam-Checker-Version:
> SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 (2006-07-26) on
> rietz.debian.org
> X-Spam-Status:
> No, score=-3.0 required=4.0 tests=BAYES_00,UNPARSEABLE_RELAY
> autolearn=no version=3.1.4-bugs.debian.org_2005_01_02
> Return-path:
> <doko@cs.tu-berlin.de>
> Received:
> from mail.cs.tu-berlin.de ([130.149.17.13]) by rietz.debian.org with
> esmtp (Exim 4.50) id 1IWK5j-0002Do-J6 for 442279-done@bugs.debian.org;
> Fri, 14 Sep 2007 22:56:51 +0000
> Received:
> from localhost (localhost [127.0.0.1]) by
> localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 44239667B7 for
> <442279-done@bugs.debian.org>; Sat, 15 Sep 2007 00:56:50 +0200 (MEST)
> Received:
> from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost
> (mail.cs.tu-berlin.de [127.0.0.1]) (amavisd-new, port 12224) with ESMTP
> id 06895-01 for <442279-done@bugs.debian.org>; Sat, 15 Sep 2007 00:56:47
> +0200 (MEST) 15458
> Received:
> from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
> (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client
> certificate requested) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP
> for <442279-done@bugs.debian.org>; Sat, 15 Sep 2007 00:56:47 +0200 (MEST)
> Received:
> (from doko@localhost) by bolero.cs.tu-berlin.de
> (8.13.8+Sun/8.13.3/Submit) id l8EMukJk008233; Sat, 15 Sep 2007 00:56:46
> +0200 (MEST)
> MIME-Version:
> 1.0
> Content-Type:
> text/plain; charset=us-ascii
> Content-Transfer-Encoding:
> 7bit
> Nachricht-ID:
> <18155.4526.397262.447565@gargle.gargle.HOWL>
> X-Mailer:
> VM 7.17 under 21.4 (patch 20) "Double Solitaire" XEmacs Lucid
> X-Virus-Scanned:
> by amavisd-new at cs.tu-berlin.de (including spamassassin)
>
>
> not a bug, use -fgnu89-inline or C99 inline functions.
>
I'm sorry my English is not very god. But 'warning: C99 inline functions
are not supported; using GNU89' sounds like I am using a C99 inline
function but gcc is in gnu89 mode(and not in gnu99 as it should be)
Isn't it c99?
inline t_byte In_B( t_word port )
{
register t_byte ret;
asm volatile ("in %1, %0" : "=a" (ret) : "Nd" (port) );
return ret;
}
Reply to: