https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35779
--- Comment #14 from GCC Commits ---
The master branch has been updated by Sam James :
https://gcc.gnu.org/g:819098dc71f2079aedc15a904ab5f17f0788d991
commit r15-3899-g819098dc71f2079aedc15a904ab5f17f0788d991
Author: Sam James
Date: Thu Sep 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35779
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35779
Richard Guenther changed:
What|Removed |Added
Target Milestone|4.6.1 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35779
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.0 |4.6.1
--- Comment #12 from Jakub Jelinek
--- Comment #11 from dfranke at gcc dot gnu dot org 2010-05-16 20:05
---
Relevant ML discussion starts here:
http://gcc.gnu.org/ml/fortran/2010-05/msg00165.html
Unassigning myself.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Adde
--- Comment #10 from dfranke at gcc dot gnu dot org 2010-05-16 20:03
---
(In reply to comment #9)
> 2010-05-16 Daniel Franke
>
> PR fortran/35779
> * array.c (match_array_list): Revert functional change of 2010-05-13.
Back to square one.
--
dfranke at gcc dot gn
--- Comment #9 from dfranke at gcc dot gnu dot org 2010-05-16 20:01 ---
Subject: Bug 35779
Author: dfranke
Date: Sun May 16 20:01:06 2010
New Revision: 159465
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159465
Log:
gcc/fortran/:
2010-05-16 Daniel Franke
PR fortran
--- Comment #8 from dfranke at gcc dot gnu dot org 2010-05-13 14:09 ---
Fixed in trunk. Closing.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from dfranke at gcc dot gnu dot org 2010-05-13 14:08 ---
Subject: Bug 35779
Author: dfranke
Date: Thu May 13 14:08:05 2010
New Revision: 159366
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159366
Log:
gcc/fortran/:
2010-05-13 Daniel Franke
PR fortran
--- Comment #6 from dfranke at gcc dot gnu dot org 2010-05-13 12:30 ---
Patch:
http://gcc.gnu.org/ml/fortran/2010-05/msg00130.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35779
--- Comment #5 from dfranke at gcc dot gnu dot org 2010-05-09 20:57 ---
(In reply to comment #4)
> I tried a similar patch, but it fell apart during testing.
> Unfortunately, I can't remember what tripped up the patch.
Testing passed without issues here?!
However, before submitting I'd
--- Comment #4 from kargl at gcc dot gnu dot org 2010-05-09 20:44 ---
(In reply to comment #3)
> Experimental patch below gives:
>
> $ gfortran-svn -Wall -W pr35779.f90
> pr35779.f90:3.44:
>
> integer, PARAMETER :: I2(10) = (/ (J1, J1=its_bad, 1, -1) /)
>
--- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-09 20:02 ---
Experimental patch below gives:
$ gfortran-svn -Wall -W pr35779.f90
pr35779.f90:3.44:
integer, PARAMETER :: I2(10) = (/ (J1, J1=its_bad, 1, -1) /)
1
Error: Parameter '
--- Comment #2 from kargl at gcc dot gnu dot org 2008-12-11 20:17 ---
For some reason, init_flag in gfc_match_iterator is set to zero.
So when the matcher hits
m = init_flag ? gfc_match_init_expr (&e1) : gfc_match_expr (&e1);
gfc_match_expr() is executed instead of gfc_match_init_exp
--- Comment #1 from burnus at gcc dot gnu dot org 2008-03-31 19:56 ---
Confirm.
NAG f95 has:
Error: ITS_BAD is not permitted in an initialisation expression
ifort:
Error: This symbol must be a defined parameter or an argument of an inquiry
function that evaluates to a compile-time
15 matches
Mail list logo