Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal compiler error under GCC 4.5 #4

Open
yksoft1 opened this issue Feb 25, 2019 · 1 comment
Open

Internal compiler error under GCC 4.5 #4

yksoft1 opened this issue Feb 25, 2019 · 1 comment

Comments

@yksoft1
Copy link
Owner

yksoft1 commented Feb 25, 2019

Under this environment:

$ gcc -v
Using built-in specs.
COLLECT_GCC=e:\mingw10\bin\gcc.exe
COLLECT_LTO_WRAPPER=e:/mingw10/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.5.0/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-werror --build=mingw32 --prefix=/mingw
Thread model: win32
gcc version 4.5.0 (GCC)

It ICEs in bios_disk.cpp.

bios_disk.cpp: In constructor 'imageDiskNFD::imageDiskNFD(FILE*, Bit8u*, Bit32u, bool, unsigned int)':
bios_disk.cpp:2016:41: internal compiler error: in make_decl_rtl, at varasm.c:1317
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.
make[3]: *** [bios_disk.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory /f/dosbox-x-vanilla-sdl/src/ints' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /f/dosbox-x-vanilla-sdl/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/f/dosbox-x-vanilla-sdl'
make: *** [all] Error 2

@yksoft1
Copy link
Owner Author

yksoft1 commented Feb 25, 2019

Not reproduced under GCC 4.3.3 and 4.4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant