This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37378] [4.4 Regression] Divide_X
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Sep 2008 21:13:49 -0000
- Subject: [Bug middle-end/37378] [4.4 Regression] Divide_X
- References: <bug-37378-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from hjl dot tools at gmail dot com 2008-09-04 21:13 -------
All failures have
-2147483648
-2147483648
0
0
0
java.lang.ArithmeticException: / by zero
java.lang.ArithmeticException: / by zero
-9223372036854775808
0
java.lang.ArithmeticException: / by zero
java.lang.ArithmeticException: / by zero
-2147483648
-2147483648
0
0
0
java.lang.ArithmeticException: / by zero
java.lang.ArithmeticException: / by zero
-9223372036854775808
0
java.lang.ArithmeticException: / by zero
Exception in thread "main" java.lang.ArithmeticException: / by zero
at Divide_1.probe_2(Divide_1.java:175)
at Divide_1.main(Divide_1.java:201)
FAIL: Divide_1 execution - source compiled test
They be related to the selective scheduler. Andrey, can you verify if
the selective scheduler is the cause?
--
hjl dot tools at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abel at ispras dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37378