Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC

2012-10-04 Thread Peter Eisentraut
On Tue, 2012-10-02 at 17:05 +0100, Peter Geoghegan wrote: On 30 September 2012 01:07, Peter Eisentraut pete...@gmx.net wrote: Disable _FORTIFY_SOURCE with ICC I'm having some problems of my own with this. Specifically: gcc -O0 -g -Wall -Wmissing-prototypes -Wpointer-arith

Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC

2012-10-02 Thread Peter Geoghegan
On 30 September 2012 01:07, Peter Eisentraut pete...@gmx.net wrote: Disable _FORTIFY_SOURCE with ICC I'm having some problems of my own with this. Specifically: gcc -O0 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute

[COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC

2012-09-29 Thread Peter Eisentraut
Disable _FORTIFY_SOURCE with ICC There are apparently some incompatibilities, per buildfarm. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/97ec9621572054be96b0447395f5fa2438a4d6cb Modified Files -- src/template/linux |7 +-- 1 files changed, 5