From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28458 invoked by alias); 29 Dec 2008 18:14:45 -0000 Received: (qmail 27831 invoked by uid 48); 29 Dec 2008 18:13:25 -0000 Date: Mon, 29 Dec 2008 18:14:00 -0000 Message-ID: <20081229181325.27830.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/38660] Pointer value changed to NULL In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "q at ping dot be" 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: 2008-12/txt/msg02741.txt.bz2 ------- Comment #4 from q at ping dot be 2008-12-29 18:13 ------- pgsql uses -fno-strict-aliasing to compile. The command that is being used is: gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -I. -I/usr/include/python2.5 -I../../../src/include -D_GNU_SOURCE -c -o plpython.o plpython.c And I only get those warnings: plpython.c: In function 'PLyDict_FromTuple': plpython.c:1733: warning: value computed is not used plpython.c:1733: warning: value computed is not used -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38660