From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1410 invoked by alias); 21 Apr 2009 21:53:30 -0000 Received: (qmail 1377 invoked by uid 48); 21 Apr 2009 21:53:18 -0000 Date: Tue, 21 Apr 2009 21:53:00 -0000 Message-ID: <20090421215318.1376.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/39841] -Wall on 'signed char' array subscript 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: 2009-04/txt/msg01870.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-21 21:53 ------- The reasoning behind signed char not giving a warning is because in C/C++, char can either be unsigned or signed depending on the target so the warning is only for char and not for the specific marked signed character types. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39841