https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58175
Casey Webster changed:
What|Removed |Added
CC||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
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
>
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
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(
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
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
> >