This is the mail archive of the gcc@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]

Re: What is acceptable for -ffast-math? (Was: associative law in combine)


> From: dewar@gnat.com
> To: moshier@moshier.ne.mediaone.net, mrs@windriver.com
> Date: Mon, 30 Jul 2001 21:00:23 -0400 (EDT)

> Does the standard forbid upwards compatible extensions?

Roughly speaking, when something is undefined, we are allowed to
define it.  When behavior is defined, we are not allow to behave as if
we differed from it.  When something is unspecified, we are allowed to
specify it.

For example:

#include <alloca.h>

isn't defined, therefore, we can define it to do anything.


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