This is the mail archive of the gcc@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]

3.2.2 broken on Solaris 8 on x86


Hello!

The changes in

gcc/config/i386/i386.c

from 3.2.1 to 3.2.2 break the compile on

i386-pc-solaris2.8
SunOS tstsol 5.8 Generic_108529-18 i86pc i386 i86pc

with

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

3.2.1 only has the last warning but otherwise does fine.

[...]
gcc -c -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
 -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.2.1/gcc -I../../gcc-3.2.1/gcc/.
-I../../gcc-3.2.1/gcc/config -I../../gcc-3.2.1/gcc/../include \
        ../../gcc-3.2.1/gcc/config/i386/i386.c -o i386.o
../../gcc-3.2.1/gcc/config/i386/i386.c: In function `ix86_save_reg':
../../gcc-3.2.1/gcc/config/i386/i386.c:3982: warning: comparison between
signed and unsigned
rm -rf libbackend.a
[...]

Bye, Jochen
-- 
DeVries's Dilemma:
        If you hit two keys on the typewriter, the one you don't want
hits the paper.


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