Re: [patch, committed] PR48602 Fix optimization issue

2011-04-20 Thread Janne Blomqvist
On Wed, Apr 20, 2011 at 07:31, Jerry DeLisle wrote: >    Use asm volatile to mark temp variable, avoiding optimization errors. I wonder, would it make sense to compile the entire IO library with -fexcess-precision=standard in order to avoid further similar issues? This would keep the code free fr

[patch, committed] PR48602 Fix optimization issue

2011-04-19 Thread Jerry DeLisle
Committed the following after regression testing. i will update the test case when I get the chance. Jerry Author: jvdelisle Date: Wed Apr 20 04:18:25 2011 New Revision: 172753 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172753 Log: 2011-04-19 Jerry DeLisle PR libgfortran/486