From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28235 invoked by alias); 18 Aug 2006 17:51:28 -0000 Received: (qmail 28127 invoked by uid 48); 18 Aug 2006 17:51:21 -0000 Date: Fri, 18 Aug 2006 17:51:00 -0000 Message-ID: <20060818175121.28126.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug preprocessor/23688] Compiler does not warn on selected unknown character escapes In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "simon_baldwin at yahoo dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg01465.txt.bz2 List-Id: ------- Comment #3 from simon_baldwin at yahoo dot com 2006-08-18 17:51 ------- Unfortunately, adding -pedantic brings in a grab-bag of other warnings that aren't currently separable. What would be useful, I think, is to have unknown escape sequences as its own -Wmumble option. That way, it's selectively available without all of the rest of -pedantic. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23688