From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16883 invoked by alias); 19 May 2003 21:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16862 invoked by uid 71); 19 May 2003 21:06:00 -0000 Resent-Date: 19 May 2003 21:06:00 -0000 Resent-Message-ID: <20030519210600.16861.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, no_spam@no_email.com Received: (qmail 27859 invoked by uid 48); 19 May 2003 20:58:44 -0000 Message-Id: <20030519205844.27858.qmail@sources.redhat.com> Date: Mon, 19 May 2003 21:06:00 -0000 From: no_spam@no_email.com Reply-To: no_spam@no_email.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c/10872: the declaration of a function called 'exp' create conflit some builtin X-SW-Source: 2003-05/txt/msg02110.txt.bz2 List-Id: >Number: 10872 >Category: c >Synopsis: the declaration of a function called 'exp' create conflit some builtin >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon May 19 21:06:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: no_spam@no_email.com >Release: gcc-3.3 >Organization: >Environment: linux 2.4.19-16mdk, t-bird 750, gcc-3.3 compiled on the machine >Description: % cat test.c int exp(int i, int j) { return 0; } int main() { return exp(0, 1); } % gcc-3.3 test.c test.c:2: attention : conflicting types for built-in function `exp' % gcc-3.3 -v Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs Configured with: ../gcc-3.3/configure --program-suffix=-3.3 Thread model: posix gcc version 3.3 >How-To-Repeat: ? >Fix: ? don't know >Release-Note: >Audit-Trail: >Unformatted: