This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Fix a function decl in gfortran
- From: Bernd Schmidt <bernds at codesourcery dot com>
- To: Tobias Burnus <burnus at net-b dot de>, Tobias Burnus <tobias dot burnus at physik dot fu-berlin dot de>
- Cc: <fortran at gcc dot gnu dot org>, <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 5 Jun 2014 13:55:15 +0200
- Subject: Re: Fix a function decl in gfortran
- Authentication-results: sourceware.org; auth=none
- References: <20140527140139 dot GA4291 at physik dot fu-berlin dot de> <538E285C dot 40304 at codesourcery dot com> <538E42AA dot 6050005 at net-b dot de> <538EB918 dot 8050503 at net-b dot de> <20140604074046 dot GA12107 at physik dot fu-berlin dot de> <538F577C dot 7030908 at codesourcery dot com> <538F8348 dot 9080604 at net-b dot de>
On 06/04/2014 10:36 PM, Tobias Burnus wrote:
Bernd Schmidt wrote:
Even with this applied, I'm still seeing similar failures.
I didn't claim that the patch would fix everything – nor that it was
well tested.
Just wanted to report back since the problem doesn't really show up on
normal targets.
Can you try the attached version? The change is that I now properly use
"se->ignore_optional" to test whether absent optional arguments should
be skipped - rather than using this mornings ad-hoc solution of doing so
unconditionally. Additionally, the patch has now survived stage2
building – which is more testing than I could do this morning.
This seems to work. Thanks!
Bernd