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: Is this a gcc bug?


<<The standard doesn't distinguish between 'run time' and 'compile
time'.
>>

That's a misunderstanding, yes, of course the standard distinguishes
between dynamic and static semantics. When you write a printf statement,
it does not generate output at compile time, and the standard is pretty
clear on this point :-)


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