This is the mail archive of the gcc-patches@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: [PATCH] fix gcc.c-torture/execute/990127-2.c for non-i386 ports


Roman Zippel <zippel@linux-m68k.org> writes:
> This tests has been recently fixed for the i386 port, but m68k has
> exactly the same problem but it has no -mpc64 option.
> In other cases this has been by using volatile or by using -ffloat-store
> (e.g. in gcc.c-torture/execute/ieee), which are more portable.

Maybe the second option -- adding -ffloat-store to additional_flags
for m68k targets -- would be better.  Changing the code in such old
testcases should usually be the last resort.

Richard


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