8.3.3 compiler warnings with gcc 4.3

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: PostgreSQL Hackers ML <pgsql-hackers(at)postgresql(dot)org>
Subject: 8.3.3 compiler warnings with gcc 4.3
Date: 2008-09-13 18:05:27
Message-ID: 1221329127.2636.106.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm getting these on Fedora-9:

tqual.c:115: warning: inlining failed in call to ‘SetHintBits’: call is
unlikely and code size would grow
tqual.c:377: warning: called from here

tuplesort.c: In function ‘comparetup_index’:
tuplesort.c:2423: warning: inlining failed in call to ‘myFunctionCall2’:
--param large-stack-frame-growth limit reached
tuplesort.c:2474: warning: called from here

All these appear a few more times during compilation.

I'm not sure we fixed these in 8.3 branch, and wanted to post it
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-09-13 18:46:48 Re: 8.3.3 compiler warnings with gcc 4.3
Previous Message David Fetter 2008-09-13 17:09:35 Re: Noisy CVS updates