This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] patch was: Re: Untabified and resubmitted: Patch togfortran PR13742


Tobias Schlüter wrote:

> Patch is here. Bootstrapped and regtested on i686-pc-linux-gnu. Testcase
> waiting for a non-compile testsuite.

This patch fails on the following (valid) testcase:

program main
common /a/ x
real :: x
print *,x
end
block data
common /a/ x
data x /1.2345/
end

-- 
  Victor Leikehman
  IBM Research Labs in Haifa, Israel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]