http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20262
--- Comment #6 from joseph at codesourcery dot com ---
Indeed, I think the current token could reasonably be anything from
"assert" to the ")" ending the call to "assert", inclusive.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20262
Geoff Romer changed:
What|Removed |Added
CC||gromer at google dot com
--- Comment #5 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20262
Ollie Wild changed:
What|Removed |Added
CC||aaw at gcc dot gnu.org
--- Comment #4 from O
--- Additional Comments From neil at daikokuya dot co dot uk 2005-03-01
23:36 ---
Subject: Re: __LINE__ implementation flaky.
neil at daikokuya dot co dot uk wrote:-
>
> --- Additional Comments From neil at daikokuya dot co dot uk 2005-03-01
> 23:13 ---
> Subject: Re: __LI
--- Additional Comments From neil at daikokuya dot co dot uk 2005-03-01
23:13 ---
Subject: Re: __LINE__ implementation flaky.
pinskia at gcc dot gnu dot org wrote:-
>
> --- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01
> 17:16 ---
> Outer Macros are exp
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01
17:16 ---
Outer Macros are expanded before inner ones and they get all placed on one line
so this is invalid.
--
What|Removed |Added
--