From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15002 invoked by alias); 10 Jun 2007 09:34:24 -0000 Received: (qmail 14942 invoked by uid 48); 10 Jun 2007 09:34:09 -0000 Date: Sun, 10 Jun 2007 09:34:00 -0000 Message-ID: <20070610093409.14941.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug preprocessor/32271] Incorrect warnings in disabled code. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-06/txt/msg00676.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-10 09:34 ------- Actually the warning is correct as the code is undefined at compile time and this is documented: # Do not use @code{#if 0} for comments which are not C code. Use a real # comment, instead. The interior of @code{#if 0} must consist of complete # tokens; in particular, single-quote characters must balance. *** This bug has been marked as a duplicate of 14634 *** -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32271