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

--- Comment #28 from ktkachov at gcc dot gnu.org ---
Created attachment 62477
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62477&action=edit
GCC 15+ reproducer

I think this bug has reappeared in GCC 15.
Compiling with e.g. gfortran repro.F90 -O2 -march=armv9-a 
-fdisable-ipa-simdclone and running it I get:
 invalid operation: F
 division by zero: F
 overflow: F
 invalid operation: T // <<<<<<<<<
 division by zero: F
 overflow: F

Whereas with GCC 14 we get:
 invalid operation: F
 division by zero: F
 overflow: F
 invalid operation: F // <<<<<<<<<
 division by zero: F
 overflow: F

Reply via email to