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]

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi



------- Comment #2 from mikpe at it dot uu dot se  2010-05-31 16:20 -------
Steven's patch in r160039 did get me a past the error in java/except.c, however
then the bootstrap dies a few files later with:

/home/mikpe/gcc-4.6-20100529/gcc/java/jcf-parse.c: In function
'handle_constant':
/home/mikpe/gcc-4.6-20100529/gcc/java/jcf-parse.c:565:9: error: implicit
declaration of function 'arm_float_words_big_endian'
[-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

make[3]: *** [java/jcf-parse.o] Error 1
make[3]: Leaving directory `/home/mikpe/objdir46/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/mikpe/objdir46'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/mikpe/objdir46'
make: *** [bootstrap] Error 2


-- 

mikpe at it dot uu dot se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44335


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