Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 40378 invoked from network); 11 Feb 2008 19:20:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 19:20:49 -0000 Received: (qmail 98656 invoked by uid 500); 11 Feb 2008 19:20:43 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 98628 invoked by uid 500); 11 Feb 2008 19:20:43 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 98612 invoked by uid 99); 11 Feb 2008 19:20:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 11:20:43 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 19:19:55 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 23512D2DB for ; Mon, 11 Feb 2008 19:20:16 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@stdcxx.apache.org Date: Mon, 11 Feb 2008 19:20:16 -0000 Message-ID: <20080211192016.23066.8837@eos.apache.org> Subject: [Stdcxx Wiki] Update of "Compilers" by MartinSebor X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification. The following page has been changed by MartinSebor: http://wiki.apache.org/stdcxx/Compilers The comment on the change is: Added MinGW macro. ------------------------------------------------------------------------------ === Online References === * [http://gcc.gnu.org/ GCC, the GNU Compiler Collection] - - [http://gcc.gnu.org/onlinedocs/ GCC online documentation] home page. + * [http://gcc.gnu.org/onlinedocs/ GCC online documentation] home page. === Predefined Macros === ||||||||GCC Predefined Macros|| @@ -17, +16 @@ ||`__GNUC_MINOR__`|| ||all||Defined to the minor version of the compiler.|| ||`__GNUC_PATCHLEVEL__`|| ||all||Defined to the micro (patch) version of the compiler.|| ||`__GNUG__`|| ||all||Defined to the same value as `__GUNC__` for C++ code.|| + ||`__MINGW32__`||[http://www.mingw.org MinGW]||all||Defined whe compiling for the MinGW environment.|| === Discussion Forums ===