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]
Other format: [Raw text]

floating point exception


Hi,
I am trying to port a windows application in linux.  It crashes at a
function call reporting the following output:
floating point exception

The function accept as parameters some function  pointers, some numeric
values and some objects passed by reference.

A debugging print at the very beginning of the function is not executed.
Where is the error?

Because of the parameter passing by reference, I expected no copy
constructor is invoked, or not?

Thank in advance






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