Bug 15536 - make bootstrap fails on cppinit.c
Summary: make bootstrap fails on cppinit.c
Status: RESOLVED DUPLICATE of bug 15067
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 3.4.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 04:09 UTC by Timothy J. Bogart
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: powerpc-ibm-aix5.2.0.0
Target: powerpc-ibm-aix5.2.0.0
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy J. Bogart 2004-05-19 04:09:13 UTC
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long    -DHAVE_
CONFIG_H    -I. -I. -I/bucket/tbogart/src/gcc-3.4.0/gcc
-I/bucket/tbogart/src/gcc-3.4.0/gcc/. -I/bucket/tbogart/src/gcc-3.4.0
/gcc/../include  /bucket/tbogart/src/gcc-3.4.0/gcc/cppinit.c -o cppinit.o
In file included from /bucket/tbogart/src/gcc-3.4.0/gcc/system.h:202,
                 from /bucket/tbogart/src/gcc-3.4.0/gcc/cppinit.c:23:
/usr/include/time.h:239: warning: `struct sigevent' declared inside parameter list
/usr/include/time.h:239: warning: its scope is only this definition or
declaration, which is probably not what you want.
/bucket/tbogart/src/gcc-3.4.0/gcc/cppinit.c: In function `cpp_read_main_file':
/bucket/tbogart/src/gcc-3.4.0/gcc/cppinit.c:471: incompatible types in return
make[2]: *** [cppinit.o] Error 1
make[2]: Leaving directory `/bucket/tbogart/src/gcc-3.4.0/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/bucket/tbogart/src/gcc-3.4.0/objdir/gcc'
make: *** [bootstrap] Error 2

Looking at *-ibm-aix* build notes:

$ make --version
GNU Make version 3.79.1,

$ instfix -ik IY53606
    All filesets for IY53606 were found.

$ /bucket/tbogart/src/gcc-3.4.0/configure --prefix=/bucket/tbogart/gcc

was used to configure

Built with the default 

$ gcc --version                                                       
2.9-aix51-020209

from the aixtoolbox

This configuration builds gcc-3.3.3
Comment 1 Andrew Pinski 2004-05-19 04:12:39 UTC
This is a dup of bug 15067.

*** This bug has been marked as a duplicate of 15067 ***