From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6227 invoked by alias); 27 Feb 2005 05:30:44 -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 5959 invoked by uid 48); 27 Feb 2005 05:30:28 -0000 Date: Sun, 27 Feb 2005 16:19:00 -0000 Message-ID: <20050227053028.5958.qmail@sourceware.org> From: "pinskia at gcc dot gnu 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 debug/20230] GCC generates non-compliant warnings for qualifier promotion X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg03289.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-27 05:30 ------- Note the following warning basically says this is invalid C: bug2.c:9: warning: passing arg 1 of `safe_function' from incompatible pointer type use -pedantic-errors and you will see that it is converted to an error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20230