[Bug c++/37029] New: Exception from shared library's functions or methods that return float (double, long double) value cannot be caught on HP-UX.

2008-08-05 Thread v dot grikyan at sam-solutions dot net
unctions or methods that return float (double, long double) value cannot be caught on HP-UX. Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assi

[Bug c++/37029] Exception from shared library's functions or methods that return float (double, long double) value cannot be caught on HP-UX.

2008-08-05 Thread v dot grikyan at sam-solutions dot net
--- Comment #1 from v dot grikyan at sam-solutions dot net 2008-08-05 14:07 --- Created an attachment (id=16024) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16024&action=view) Example that illustrates the problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37029

[Bug c++/37029] Exception from shared library's functions or methods that return float (double, long double) value cannot be caught on HP-UX.

2008-08-06 Thread v dot grikyan at sam-solutions dot net
--- Comment #3 from v dot grikyan at sam-solutions dot net 2008-08-06 09:11 --- As we understand (looking at gcc sources), sjlj-mechanism can be set only during building of gcc. We did not build gcc on our HP-UX system ourselves but looking at output "gcc -v" it seems it was

[Bug c++/37029] Exception from shared library's functions or methods that return float (double, long double) value cannot be caught on HP-UX.

2008-08-06 Thread v dot grikyan at sam-solutions dot net
--- Comment #5 from v dot grikyan at sam-solutions dot net 2008-08-06 16:11 --- Hi Dave, thank you for your fast reply. Have we understood correctly - you will try to reproduce this error on your HP platform? If yes and if it works on your side - please let us know what patches are

[Bug target/37029] Exception from shared library's functions or methods that return float (double, long double) value cannot be caught on HP-UX.

2008-08-11 Thread v dot grikyan at sam-solutions dot net
--- Comment #7 from v dot grikyan at sam-solutions dot net 2008-08-11 16:02 --- Thank you very much for your help. We'll exploit your advices. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37029