[Bug c++/31180] New: Bad cpp condition in gcc/unwind-pe.h
bland at mail dot ru
gcc-bugzilla@gcc.gnu.org
Thu Mar 15 02:20:00 GMT 2007
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
More information about the Gcc-bugs
mailing list