From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11940 invoked by alias); 6 Feb 2003 16:26:02 -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 11912 invoked by uid 71); 6 Feb 2003 16:26:01 -0000 Resent-Date: 6 Feb 2003 16:26:01 -0000 Resent-Message-ID: <20030206162601.11911.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, pvantrepote@yahoo.fr Received: (qmail 9486 invoked by uid 48); 6 Feb 2003 16:20:09 -0000 Message-Id: <20030206162009.9485.qmail@sources.redhat.com> Date: Thu, 06 Feb 2003 16:26:00 -0000 From: pvantrepote@yahoo.fr Reply-To: pvantrepote@yahoo.fr To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: bootstrap/9598: missing DEFAULT_PCC_STRUCT_RETURN declaration during gcc compilation X-SW-Source: 2003-02/txt/msg00309.txt.bz2 List-Id: >Number: 9598 >Category: bootstrap >Synopsis: missing DEFAULT_PCC_STRUCT_RETURN declaration during gcc compilation >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Feb 06 16:26:01 UTC 2003 >Closed-Date: >Last-Modified: >Originator: gcc >Release: 3.2.2 >Organization: >Environment: Solaris 2.8 i386 Intel >Description: Gcc 3.2.2 compilation failed on Solaris Intel Platform while compiling i386.c file. Missing DEFAULT_PCC_STRUCT_RETURN declaration. >How-To-Repeat: Just compile gcc with : ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --with-gnu-ld --with-ld=/usr/bin/ld --with-gnu-nm --with-nm=/usr/bin/nm --with-gnu-as --with-as=/usr/bin/as --enable-languages=c,c++ make bootstrap >Fix: I have added the DEFAULT_PCC_STRUCT_RETURN at line 1179 in file i386.h. #ifndef DEFAULT_PCC_STRUCT_RETURN #define DEFAULT_PCC_STRUCT_RETURN 0 #endif >Release-Note: >Audit-Trail: >Unformatted: