NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/48603: gcc internal error while building emulators/qemu0



The following reply was made to PR toolchain/48603; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/48603: gcc internal error while building
 emulators/qemu0
Date: Tue, 25 Dec 2018 15:02:27 +0000

 Currently, (if you pick up qemu0), it will say:
 
 /usr/pkgsrc/emulators/qemu0/work/qemu-0.15.1/target-i386/op_helper.c: In function 'helper_flds_FT0':
 /usr/pkgsrc/emulators/qemu0/work/qemu-0.15.1/target-i386/op_helper.c:3523:6: error: frame pointer required, but reserved
  void helper_flds_FT0(uint32_t val)
       ^
 In file included from /usr/pkgsrc/emulators/qemu0/work/qemu-0.15.1/target-i386/op_helper.c:21:0:
 /usr/pkgsrc/emulators/qemu0/work/qemu-0.15.1/target-i386/exec.h:31:30: note: for 'env'
  register struct CPUX86State *env asm(AREG0);
                               ^
 /usr/pkgsrc/emulators/qemu0/work/qemu-0.15.1/target-i386/op_helper.c:3531: confused by earlier errors, bailing out
 make[1]: *** [/usr/pkgsrc/emulators/qemu0/work/qemu-0.15.1/rules.mak:18: op_helper.o] Error 1
 gmake: *** [Makefile:84: subdir-i386-softmmu] Error 2
 
 
 Note that the 'confused by earlier errors' is at the same line
 as your internal compiler error.
 
 As for why this errors, there appears to be
 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62144
 
 Latest GCC trunk still gives this error.
 


Home | Main Index | Thread Index | Old Index