[Bug fortran/29459] Spurious warnings about anonymous variables

2007-08-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #11 from fxcoudert at gcc dot gnu dot org 2007-08-15 12:39 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug fortran/29459] Spurious warnings about anonymous variables

2007-08-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-08-15 12:39 --- Subject: Bug 29459 Author: fxcoudert Date: Wed Aug 15 12:39:18 2007 New Revision: 127513 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127513 Log: PR fortran/29459 * trans.c (gfc_create_

[Bug fortran/29459] Spurious warnings about anonymous variables

2007-08-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-08-15 09:16 --- OK, I've found the culprit: the variable is created in gfc_trans_vla_one_sizepos(). However, it makes no sense to issue warnings about anonymous variables, since these are emitted by the front-end for internal bus