This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re; assign_stack_temp_for_type error
- To: bug-gcc at gnu dot org
- Subject: Re; assign_stack_temp_for_type error
- From: Erik Smith <ersmith at ucsd dot edu>
- Date: Wed, 03 May 2000 11:21:58 -0700
GCC version: 2.95.2
system type: red hat linux 6.0
All options you passed to the compiler: g++ -fexceptions
The cause of this error seems to be indirectly caused by this definition I
used for error handling:
#define EXCEPT throw Except()<<"file:"<< __FILE__ << " line:" << __LINE__
<< " message:"
If I simplify the line to the following all of the
"assign_stack_temp_for_type error" errors go away:
#define EXCEPT throw Except()