[Bug fortran/41403] Optimization: NIST test FM013.f fails at -O1 and above

2009-09-19 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2009-09-19 06:15 --- Reduced case: Expected result: $ ./a.out 0 ERRORS ENCOUNTERED Wrong result: $ ./a.out 1 ERRORS ENCOUNTERED PROGRAM FM013 I01 = 5

[Bug fortran/41403] Optimization: NIST test FM013.f fails at -O1 and above

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2009-09-19 05:44 --- Created an attachment (id=18605) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18605action=view) NIST test case that is failing I will try to reduce this. --

[Bug fortran/41403] Optimization: NIST test FM013.f fails at -O1 and above

2009-09-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2009-09-19 05:47 --- Its ugly code so remember to compile with -w and save the attachment as a .f file so that fixed form is used. This will turn off all of the warnings. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41403