This is the mail archive of the gcc-patches@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] | |
> +Note that these semantics are deprecated, and that GCC 3.2 will handle
> +@code{__FUNCTION__} and @code{__PRETTY_FUNCTION__} the same way as
> +@code{__func__}. @code{__func__} is defined by the ISO standard C99:
Don't say "3.2"; just say "in the future". That way if someone else
pipes up to stop us from doing this in 3.2, we'll not be lying; it
would be bad if people started somehow writing code that depended
on this happenning in 3.2.
With that change, OK for branch. And mainline if it applies; otherwise,
something similar is pre-approved.
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |