Re; assign_stack_temp_for_type error
Erik Smith
ersmith@ucsd.edu
Wed May 3 11:12:00 GMT 2000
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()
More information about the Gcc-bugs
mailing list