--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-01-12 08:49
---
Fixed on trunk.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
St
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-01-12 08:48
---
Subject: Bug 34432
Author: jvdelisle
Date: Sat Jan 12 08:47:27 2008
New Revision: 131489
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131489
Log:
2008-01-12 Jerry DeLisle <[EMAIL PROTECTED]>
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-01-12 08:37
---
Subject: Bug 34432
Author: jvdelisle
Date: Sat Jan 12 08:36:52 2008
New Revision: 131488
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131488
Log:
2008-01-12 Jerry DeLisle <[EMAIL PROTECTED]>
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-12-16 07:07
---
This one interests me. I will try.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from burnus at gcc dot gnu dot org 2007-12-14 14:00 ---
The problem for (...) expressions is:
In match_primary, several gfc_match_* are called, which all return MATCH_NO,
until gfc_match_char ('('), which returns true. (So far so good.)
However, before "gfc_match_char"
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-12-14 02:18
---
I am testing a patch that adds a gfc_match_parens function that can be used
selectively to catch these imbalances and give a useful message. I am using it
for pr34325 a the moment, but it can be used elsewhere.
--
jv244 at cam dot ac dot uk changed:
What|Removed |Added
OtherBugsDependingO||32834
nThis||
Statu