This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31180] New: Bad cpp condition in gcc/unwind-pe.h
- From: "bland at mail dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Mar 2007 02:19:55 -0000
- Subject: [Bug c++/31180] New: Bad cpp condition in gcc/unwind-pe.h
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
There is a minor problem in file:
http://gcc.gnu.org/viewcvs/trunk/gcc/unwind-pe.h?revision=101317&view=markup
/* If using C++, references to abort have to be qualified with std::. */
-#if __cplusplus
+#ifdef __cplusplus
#define __gxx_abort std::abort
--
Summary: Bad cpp condition in gcc/unwind-pe.h
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bland at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31180