http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52164
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-08
17:12:36 UTC ---
Can't reproduce this with a cross:
./jc1 /tmp/gnu-xml-stream.list -fhash-synchronization
-fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fPIC
-fkeep-inline-functions -quiet -g -O2 -ffilelist-file -fencoding=UTF-8
-fbootstrap-classes -fjni -findirect-dispatch -fno-indirect-classes -fPIC
-fbootclasspath=/usr/src/gcc/libjava/classpath/lib/ -o /tmp/gnu-xml-stream.s
-march=armv6 -mfpu=vfpv3-d16 -mfloat-abi=softfp
works just fine, with /tmp/gnu-xml-stream.list generated using:
find /usr/src/gcc/libjava/classpath/lib/gnu/xml/stream -name '*.class' >
/tmp/gnu-xml-stream.list
So,