From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17565 invoked by alias); 11 Mar 2003 09:36: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 17545 invoked by uid 71); 11 Mar 2003 09:36:01 -0000 Resent-Date: 11 Mar 2003 09:36:01 -0000 Resent-Message-ID: <20030311093601.17544.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, Aharon Robbins Received: (qmail 17110 invoked from network); 11 Mar 2003 09:35:21 -0000 Received: from unknown (HELO skeeve.com) (192.117.127.215) by 172.16.49.205 with SMTP; 11 Mar 2003 09:35:21 -0000 Received: from localhost.localdomain (aahz [127.0.0.1]) by skeeve.com (8.12.5/8.12.5) with ESMTP id h2B9UwNA008123 for ; Tue, 11 Mar 2003 11:30:58 +0200 Received: (from arnold@localhost) by localhost.localdomain (8.12.5/8.12.5/Submit) id h2B9Uu45008121; Tue, 11 Mar 2003 11:30:56 +0200 Message-Id: <200303110930.h2B9Uu45008121@localhost.localdomain> Date: Tue, 11 Mar 2003 09:36:00 -0000 From: Aharon Robbins To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: 3.113 Subject: c/10025: gcc 3.2.2 recognizes complex functions even without complex.h X-SW-Source: 2003-03/txt/msg00539.txt.bz2 List-Id: >Number: 10025 >Category: c >Synopsis: gcc 3.2.2 recognizes complex functions even without complex.h >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: rejects-legal >Submitter-Id: net >Arrival-Date: Tue Mar 11 09:36:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Arnold Robbins >Release: 3.2.2 >Organization: Pioneer Consulting Ltd. >Environment: System: Linux aahz 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux Architecture: i686 host: i686-pc-linux-gnu build: i686-pc-linux-gnu target: i686-pc-linux-gnu configured with: ./configure --prefix=/usr/gcc3 >Description: GCC recognizes the `conj' function and complains about it, even if NO headers are included. >How-To-Repeat: int conj(a) int a; { return a; } main() { printf("%d\n", conj(1)); } /* Note: NO header files included. Error message is: * foo.c:2: warning: conflicting types for built-in function `conj' */ >Fix: >Release-Note: >Audit-Trail: >Unformatted: