This is the mail archive of the gcc-help@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: Trouble with floating point constants in printf and different versions of gcc


Momchil Ivanov <momchil@xaxo.eu> writes:

> gcc 4.5 and 4.6 produce different output when compiled with -std=c99 than gcc 4.2 and 4.4.

In gcc 4.5 and up -std=c99 implies -fexcess-precision=standard, q.v.

Ian


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