[Bug middle-end/38660] Pointer value changed to NULL

q at ping dot be gcc-bugzilla@gcc.gnu.org
Mon Dec 29 18:14:00 GMT 2008



------- 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



More information about the Gcc-bugs mailing list