This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.2.1 draft release notes, 3rd draft
On Thu, Oct 17, 2002 at 08:13:14PM -0700, Zack Weinberg wrote:
> * c-decl.c, cp/decl.c (start_decl): Point users of old
> "initialized typedef" extension at __typeof.
The manual (as in the 3.2 release) talks only about typeof and
__typeof__, although (to my surprise) __typeof works as well.
It might be worth talking about __foo as well as __foo__ or more likely
just having your message point to __typeof__ instead, to avoid more
postings from other surprised people :-).
John