Re: Fwd: Re: [PATCH] Postpone __LINE__ evaluation to the end of #line directives

2013-11-28 Thread Joseph S. Myers
On Thu, 28 Nov 2013, Max Woodbury wrote: > As for the sequence of comments you point to, they are discussing the > use of __LINE__ in macros, not directives. The standard is quite a bit > more explicit about token substitution in directives, making it fairly > clear that substitution is not to oc

Fwd: Re: [PATCH] Postpone __LINE__ evaluation to the end of #line directives

2013-11-28 Thread Max Woodbury
Original Message Subject: Re: [PATCH] Postpone __LINE__ evaluation to the end of #line directives Date: Thu, 28 Nov 2013 17:32:41 -0500 From: Max Woodbury To: Joseph S. Myers On 11/28/2013 11:34 AM, Joseph S. Myers wrote: On Wed, 27 Nov 2013, Max Woodbury wrote: There