https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109004

--- Comment #4 from bugreporter66 at gmail dot com ---
The test prints two array values (farr[11], farr[3]) and then calculates and
prints their respective minimum and maximum values. The first line
(unoptimized) is a correct behavior (only showing the first few lines of the
diff here).

ubuntu-mate@ubuntu-mate:~/Downloads/bug$ diff -up 0 2
--- 0   2023-03-16 10:20:33.592616511 +0000
+++ 2   2023-03-16 10:20:46.624839476 +0000
@@ -1,24 +1,24 @@
 farr[11] = 4.318749e+04, farr[3] = 1.468766e+00
-C MIN(farr[11],farr[3]) = 1.468766e+00, MAX(farr[11],farr[3]) = 4.318749e+04
+C MIN(farr[11],farr[3]) = 4.318749e+04, MAX(farr[11],farr[3]) = 4.318749e+04

Reply via email to