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]

Re: Bug in cse? (Or in LABEL_PRESERVE_P?)


Hi Adrian,
perhaps your problem is related to the bootstrap error on Solaris 2.7 i have here
with 3.1 (CVS):

/data/lorentz_3/kahlert/obj/gcc/gcj -B/data/lorentz_3/kahlert/obj/sparc-sun-solaris2.7/sparcv9/libjava/ \
    -B/data/lorentz_3/kahlert/obj/gcc/ --encoding=UTF-8 \
    -fassume-compiled -fclasspath=/data/lorentz_3/kahlert/obj/sparc-sun-solaris2.7/sparcv9/libjava \
    -L/data/lorentz_3/kahlert/obj/sparc-sun-solaris2.7/sparcv9/libjava -g -O2 -m64 -MD \
    -MT java/io/BufferedReader.lo -MF java/io/BufferedReader.d \
    -c ../../../../gcc/libjava/java/io/BufferedReader.java -fPIC -o java/io/.libs/BufferedReader.o
/var/tmp//cck1yG3i.s: Assembler messages:
/var/tmp//cck1yG3i.s:751: Error: undefined symbol .LL100 in operation
/var/tmp//cck1yG3i.s:766: Error: undefined symbol .LL100 in operation
/var/tmp//cck1yG3i.s:1529: Error: undefined symbol .LL335 in operation
/var/tmp//cck1yG3i.s:1544: Error: undefined symbol .LL334 in operation
/var/tmp//cck1yG3i.s:1800: Error: undefined symbol .LL334 in operation
/var/tmp//cck1yG3i.s:1807: Error: undefined symbol .LL335 in operation
gmake[5]: *** [java/io/BufferedReader.lo] Error 1
gmake[5]: Leaving directory `/data/lorentz_3/kahlert/obj/sparc-sun-solaris2.7/sparcv9/libjava'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/data/lorentz_3/kahlert/obj/sparc-sun-solaris2.7/sparcv9/libjava'
gmake[3]: *** [multi-do] Error 1
gmake[3]: Leaving directory `/data/lorentz_3/kahlert/obj/sparc-sun-solaris2.7/libjava'
gmake[2]: *** [all-multi] Error 2
gmake[2]: Leaving directory `/data/lorentz_3/kahlert/obj/sparc-sun-solaris2.7/libjava'
gmake[1]: *** [all-target-libjava] Error 2
gmake[1]: Leaving directory `/data/lorentz_3/kahlert/obj'
gmake: *** [bootstrap] Error 2

Sorry that this will not help you much,
Martin.

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.


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