Re: [PATCH] PR fortran/85780 -- alternate return and BIND(C) conflict

2019-01-24 Thread Paul Richard Thomas
Hi Steve, That's OK. Thanks Paul On Fri, 25 Jan 2019 at 01:50, Steve Kargl wrote: > > All, > > My original patch for this PR simply fixed an ICE, which > then allowed the code to compile. In reality, an alternate > return is not ISO C interoperable, so an error message is > a more appropriate

[PATCH] PR fortran/85780 -- alternate return and BIND(C) conflict

2019-01-24 Thread Steve Kargl
All, My original patch for this PR simply fixed an ICE, which then allowed the code to compile. In reality, an alternate return is not ISO C interoperable, so an error message is a more appropriate response. So, I re-opened the PR. The attached patch has been tested on x86_64-*-freebsd. OK to