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]

Re: More real.c fall out - XFmode real_format_for_mode[] entry notinitialised before use.


Richard,

Ignore what I wrote I got lost in the initialisation code.

It's a m68k backend problem which has multiple definitions of OVERRIDE_OPTIONS.
The OVERRIDE_OPTIONS define in m68kelf.h doesn't call override_options which
means that the initailisation of real_format_for_mode isn't being done for
m68k-elf target.

Graham




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