From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22809 invoked by alias); 27 Feb 2005 11:16:18 -0000 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 Received: (qmail 22796 invoked by uid 48); 27 Feb 2005 11:16:15 -0000 Date: Sun, 27 Feb 2005 18:16:00 -0000 Message-ID: <20050227111615.22795.qmail@sourceware.org> From: "falk at debian dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050227052446.20230.kmk@ssl.org> References: <20050227052446.20230.kmk@ssl.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/20230] GCC generates non-compliant warnings for qualifier promotion X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg03305.txt.bz2 List-Id: ------- Additional Comments From falk at debian dot org 2005-02-27 11:16 ------- The C standard does in fact not allow this conversion. However, I agree that it might be nice to have an option for semantics as in the C++ standard (4.4). They allow this, and it is safe. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20230