https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96613
--- Comment #11 from Thomas Huxhorn ---
I compiled the latest git GCC and rerun the program, no more problems.
Thank you all :)
: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: thomas.huxhorn at web dot de
Target Milestone: ---
The program fails if -ffpe-trap=invalid is present and no optimization flag is
set. It print 5000 with any optimization level set.
The expected behavior is that it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61229
Thomas Huxhorn changed:
What|Removed |Added
CC||thomas.huxhorn at web dot de
Assignee: unassigned at gcc dot gnu.org
Reporter: thomas.huxhorn at web dot de
CC: jakub at gcc dot gnu.org
Created attachment 33454
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33454&action=edit
preprocessed file
small memory leak found with valgrind.