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 target/82420] ICE with -malign-int and -m68000


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82420

--- Comment #2 from Mikael Pettersson <mikpelinux at gmail dot com> ---
Started with r145586, but that may simply have exposed a latent issue.

BTW, the configuration of the reporter's gcc
> $ m68k-elf-gcc -v
> Using built-in specs.
> COLLECT_GCC=m68k-elf-gcc
> COLLECT_LTO_WRAPPER=/opt/toolchains/m68k/libexec/gcc/m68k-elf/7.1.0/lto-wrapper
> Target: m68k-elf
> Configured with: ../gcc-7.1.0/configure --target=m68k-elf --program-prefix=m68k-elf- --prefix=/opt/toolchains/m68k --with-local-prefix=/opt/toolchains/m68k --with-newlib --enable-languages=c,c++ --disabel-nls --disable-werror --enable-threads=single --disable-libssp --disable-libquadmath --with-cpu=68000 --with-arch=m68k
> Thread model: single
> gcc version 7.1.0 (GCC)

has a minor typo: it should be '--disable-nls' not '--disabel-nls'.

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