public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/9598: missing DEFAULT_PCC_STRUCT_RETURN declaration during gcc compilation
@ 2003-02-06 16:26 pvantrepote
  0 siblings, 0 replies; only message in thread
From: pvantrepote @ 2003-02-06 16:26 UTC (permalink / raw)
  To: gcc-gnats


>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-06 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-06 16:26 bootstrap/9598: missing DEFAULT_PCC_STRUCT_RETURN declaration during gcc compilation pvantrepote

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).