--- Comment #12 from jvdelisle at gcc dot gnu dot org 2010-06-02 19:31
---
Fixed and closing.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2010-06-02 05:02
---
Subject: Bug 44371
Author: jvdelisle
Date: Wed Jun 2 05:02:07 2010
New Revision: 160135
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160135
Log:
2010-06-01 Jerry DeLisle
PR fortran/44371
--- Comment #10 from sgk at troutmask dot apl dot washington dot edu
2010-06-02 04:53 ---
Subject: Re: [4.6 Regression] STOP parsing rejects valid code
On Wed, Jun 02, 2010 at 04:52:03AM -, sgk at troutmask dot apl dot
washington dot edu wrote:
>
> Neither testcase includes the o
--- Comment #9 from sgk at troutmask dot apl dot washington dot edu
2010-06-02 04:52 ---
Subject: Re: [4.6 Regression] STOP parsing rejects valid code
On Wed, Jun 02, 2010 at 04:46:56AM -, jvdelisle at gcc dot gnu dot org
wrote:
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2010-06-02 04:46
---
Subject: Bug 44371
Author: jvdelisle
Date: Wed Jun 2 04:46:38 2010
New Revision: 160134
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160134
Log:
2010-06-01 Jerry DeLisle
PR fortran/44371
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2010-06-02 04:43
---
Subject: Bug 44371
Author: jvdelisle
Date: Wed Jun 2 04:42:41 2010
New Revision: 160133
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160133
Log:
2010-06-01 Jerry DeLisle
PR fortran/44371
--- Comment #6 from sgk at troutmask dot apl dot washington dot edu
2010-06-02 04:36 ---
Subject: Re: [4.6 Regression] STOP parsing rejects valid code
On Wed, Jun 02, 2010 at 04:17:56AM -, jvdelisle at gcc dot gnu dot org
wrote:
>
> I plan to commit the following as simple and ob
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2010-06-02 04:17
---
Some additional tests/results:
Because we are using gfc_match_init_expr: leaving the ; out.
pr44371.f90:5.18:
if (c=='y') stop if (c=='Y') stop
1
Error: Function 'if' in initialization expre
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-06-02 03:52
---
Mine. The problem is the misplacement of the closing bracket. I will fix
shortly.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from kargl at gcc dot gnu dot org 2010-06-02 02:03 ---
Here's a dejagnu testcase.
! { dg-do run }
character(1) c, y
y = 'y'
read(y,*) c
if (c=='y') stop; if (c=='Y') stop
call abort()
end
The 'dg-do run' could be changed to 'dg-do compile'
--
http://gcc.
--- Comment #2 from sgk at troutmask dot apl dot washington dot edu
2010-06-02 01:57 ---
Subject: Re: [4.6 Regression] STOP parsing rejects valid code
On Wed, Jun 02, 2010 at 12:42:11AM -, kargl at gcc dot gnu dot org wrote:
> }
> #if 0
> if (gfc_match_eos () != MATCH_YES)
>
--- Comment #1 from kargl at gcc dot gnu dot org 2010-06-02 00:42 ---
The problem is caused by gfc_match_stopcode().
if (gfc_match_eos () != MATCH_YES)
{
m = gfc_match_init_expr (&e);
if (m == MATCH_ERROR)
goto cleanup;
if (m == MATCH_NO)
goto sy
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
Known to fail||4.6.0
Known to work||4.5.0
Target
13 matches
Mail list logo