X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Sun, 21 Aug 2011 00:41:16 -0400 Message-Id: From: Eli Zaretskii To: djgpp-workers AT delorie DOT com In-reply-to: (message from Rugxulo on Sat, 20 Aug 2011 17:10:42 -0500) Subject: Re: [PATCH] fix cabs and cabsf build failure with gcc-4.4, test results References: <83ty9c453p DOT fsf AT gnu DOT org> Reply-To: djgpp-workers AT delorie DOT com > Date: Sat, 20 Aug 2011 17:10:42 -0500 > From: Rugxulo > Reply-To: djgpp-workers AT delorie DOT com > > I'm the worst person to comment on this, but ... if __STDC__ means > ANSI/ISO C89/C90/C99, then lacking that, K&R C won't have _Complex > (C99) keyword anyways. _Complex is a GCC extension, so it's always available. I don't know if someone can define _Complex in another compiler or undef __STDC__ with GCC (with some std= switch), but I don't like gratuitous changes in someone else's code.