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/67638] [SH] ICE with nosave_low_regs ISR and -mfmovd


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

--- Comment #2 from Oleg Endo <olegendo at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #1)
> Can't reproduce with cross compiler on trunk and gcc-5 branch. Is it
> reproducible with cross compiler? Which options do you use?

You have to use -m4 or -m4a (SH4 or SH4A with double precision FPU). -mfmovd is
only effective on those CPUs.

I just checked on some old dev version ( 7.0.0 20160503 (experimental) (GCC) ),
and it is reproducible.

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