[Bug c++/38045] floating point exception triggered when it shouldn't be

2008-11-07 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2008-11-07 14:28 --- (In reply to comment #8) > Any recommendation on how to work around it with GCC 4.3.2? Seemingly > unrelated code changes make it go away. Thanks - Chris. > Add "-fno-if-conversion" should work. -- http://gc

[Bug c++/38045] floating point exception triggered when it shouldn't be

2008-11-06 Thread cstankevitz at toyon dot com
--- Comment #8 from cstankevitz at toyon dot com 2008-11-07 07:44 --- Any recommendation on how to work around it with GCC 4.3.2? Seemingly unrelated code changes make it go away. Thanks - Chris. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38045

[Bug c++/38045] floating point exception triggered when it shouldn't be

2008-11-06 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2008-11-07 07:43 --- Gcc 4.3.3 revision 141662 works fine. -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug c++/38045] floating point exception triggered when it shouldn't be

2008-11-06 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-11-07 07:26 --- It may be a dup of PR 37489. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38045

[Bug c++/38045] floating point exception triggered when it shouldn't be

2008-11-06 Thread cstankevitz at toyon dot com
--- Comment #5 from cstankevitz at toyon dot com 2008-11-07 07:01 --- I should have added... the three instances of crashing are on 64 bit OS. The gentoo example above: [EMAIL PROTECTED] ~/delete $ uname -a Linux crs 2.6.25-gentoo-r7 #17 SMP Sun Nov 2 12:50:21 PST 2008 x86_64 Intel(R)

[Bug c++/38045] floating point exception triggered when it shouldn't be

2008-11-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-11-07 05:52 --- Works for me on PPC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38045

[Bug c++/38045] floating point exception triggered when it shouldn't be

2008-11-06 Thread cstankevitz at toyon dot com
--- Comment #3 from cstankevitz at toyon dot com 2008-11-07 05:50 --- BTW, the invalid floating point exception is not triggered in g++-4.1.2 (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) -- cstankevitz at toyon dot com changed: What|Removed |Added -