This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49110] Deferred-length character result triggers (false positive) error for pure procedures
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 May 2012 09:59:10 +0000
- Subject: [Bug fortran/49110] Deferred-length character result triggers (false positive) error for pure procedures
- Auto-submitted: auto-generated
- References: <bug-49110-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49110
--- Comment #15 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-05-12 09:59:10 UTC ---
The commit of comment 13 fixes the issue with the bogus PURE diagnostic.
Sorry that it took one year to get it fixed - and thanks for the bug report.
* * *
Regarding the REPEAT issue (cf. comment 9 and PR 51055): A patch solving that
issue has been posted at http://gcc.gnu.org/ml/fortran/2012-05/msg00054.html