[Bug fortran/66291] [OOP] Incorrect compile time warning for final procedure in gfortran

2015-09-03 Thread casey.webster at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66291 --- Comment #2 from Casey Webster --- (In reply to Dominique d'Humieres from comment #1) > Confirmed from 4.9 up to trunk (6.0). Note that I did not try the patch (it > should be submitted to fort...@gcc.gnu.org and gcc-patc...@gcc.gnu.org with >

[Bug fortran/56520] Syntax error causes misleading message: "Invalid character in name"

2015-07-07 Thread casey.webster at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56520 --- Comment #9 from Casey Webster --- (In reply to Steve Kargl from comment #8) > On Tue, Jul 07, 2015 at 07:10:48PM +0000, casey.webster at gmail dot com > wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56520 > >

[Bug fortran/56520] Syntax error causes misleading message: "Invalid character in name"

2015-07-07 Thread casey.webster at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56520 --- Comment #7 from Casey Webster --- (In reply to Steve Kargl from comment #6) > On Tue, Jul 07, 2015 at 05:23:17PM +0000, casey.webster at gmail dot com > wrote: > > > > Also, while I'll agree that "Unclass

[Bug fortran/56520] Syntax error causes misleading message: "Invalid character in name"

2015-07-07 Thread casey.webster at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56520 --- Comment #5 from Casey Webster --- This patch changes the error given for the testcase in this bug, but not the one in my bug marked as a duplicate of this one (pr66710). From that bug, the invalid character error is still emitted: b = A(

[Bug fortran/66710] New: Unhelpful error message with unbalanced parenthesis

2015-06-30 Thread casey.webster at gmail dot com
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: casey.webster at gmail dot com Target Milestone: --- A very simple test case: real, dimension(1,1) :: A b = A(:,iter)) end whose error is unbalanced parenthesis on line two, fails compilation as it

[Bug fortran/66291] New: [OOP] Incorrect compile time warning for final procedure in gfortran

2015-05-26 Thread casey.webster at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: casey.webster at gmail dot com Target Milestone: --- Created attachment 35629 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35629&action=edit patch for spuriou

[Bug fortran/58175] [OOP] Incorrect warning message on scalar finalizer

2015-05-23 Thread casey.webster at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58175 Casey Webster changed: What|Removed |Added CC||casey.webster at gmail dot com