[Bug fortran/77648] New: Setting conversion to a integer to double to 0 3/4 through a loop

2016-09-19 Thread raynman4451 at tamu dot edu
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: raynman4451 at tamu dot edu Target Milestone: --- Howdy, I am using gfortran 5.3.1 on OSX 10.11. My code is compiled with -m64 -O3 -fdefault-real-8 -fdefault-double-8, and when

[Bug fortran/77648] Setting conversion to a integer to double to 0 3/4 through a loop

2016-09-19 Thread raynman4451 at tamu dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77648 --- Comment #2 from Raymond Fontenot --- Created attachment 39650 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39650&action=edit Test Case for Bug I've attached a test case for this. The code will produce the incorrect polynomial functio

[Bug tree-optimization/77648] [5/6 Regression] Setting conversion to a integer to double to 0 3/4 through a loop

2016-09-21 Thread raynman4451 at tamu dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77648 --- Comment #10 from Raymond Fontenot --- Yeah I'll see what I can do about simplifying the test case. ~Raymond