[Bug fortran/32715] improve diagnostics of attempted allocation of non-array

2009-08-22 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-08-23 03:39 --- Fixed by revision 151023. No plans for a back port. -- kargl at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/32715] improve diagnostics of attempted allocation of non-array

2008-12-10 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2008-12-11 00:16 --- The patch I submitted, here: http://gcc.gnu.org/ml/fortran/2008-12/msg00167.html gives troutmask:sgk[224] gfc4x -o z k.f90 k.f90:2.10: ALLOCATE(i(3)) 1 Error: Allocate-object at (1) is not a nonprocedure p

[Bug fortran/32715] improve diagnostics of attempted allocation of non-array

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/32715] improve diagnostics of attempted allocation of non-array

2007-07-19 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-07-19 16:30 --- In gfc_match_allocate m = gfc_match_variable (&tail->expr, 0); matches successfully, but it fails at: if (gfc_match (" )%t") != MATCH_YES) goto syntax; As "i" is scalar, it does not seem to match the "(4)