This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Failed to compile 3.2.2 on X86 solaris 9


It looks like DEFAULT_PCC_STRUCT_RETURN is not defined for X86 Solaris
9.

make[2]: Leaving directory
`/user/chiiwen/source/gcc-3.2.2/objdir/gcc/intl'
gcc -c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long 
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include \
        ../../gcc/config/i386/i386.c -o i386.o
../../gcc/config/i386/i386.c: In function `override_options':
../../gcc/config/i386/i386.c:927: `DEFAULT_PCC_STRUCT_RETURN'
undeclared (first use in this function)
../../gcc/config/i386/i386.c:927: (Each undeclared identifier is
reported only once
../../gcc/config/i386/i386.c:927: for each function it appears in.)
../../gcc/config/i386/i386.c: In function `ix86_save_reg':
../../gcc/config/i386/i386.c:3982: warning: comparison between signed
and unsigned
make[1]: *** [i386.o] Error 1
make[1]: Leaving directory `/user/chiiwen/source/gcc-3.2.2/objdir/gcc'
make: *** [all-gcc] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]