This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
1215 fail on HPPA
- To: egcs at cygnus dot com
- Subject: 1215 fail on HPPA
- From: Gcc <gcc at sunburst dot rose dot hp dot com>
- Date: Wed, 17 Dec 1997 17:18:42 -0800 (PST)
- Reply-To: egcs at cygnus dot com
I got a chance to look at the code today, and it seemed the problem is
casued by ./gcc/include/stdarg.h. It forces the defination
#ifndef __va_list__
#define __va_list__
#endif
I just commented it out and so far so good :)
The other issue with threads is that inside
gcc/config/pa/pa.h
around line 245
maybe there is an #ifdef we can use to detect if DCE threads is installed
-D_REENTRANT -D_DCE_THREADS
Thanks for a great compiler :)