OSDN Git Service

* flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
[pf3gnuchains/gcc-fork.git] / gcc / system.h
index 410c280..37cc727 100644 (file)
@@ -615,4 +615,11 @@ extern void abort PARAMS ((void));
 extern void *alloca (__SIZE_TYPE__);
 #endif
 
+/* Various error reporting routines want to use __FUNCTION__.  */
+#if (GCC_VERSION < 2007)
+#ifndef __FUNCTION__
+#define __FUNCTION__ "?"
+#endif /* ! __FUNCTION__ */
+#endif
+
 #endif /* __GCC_SYSTEM_H__ */