This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re; assign_stack_temp_for_type error


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()




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]