[Bug fortran/13615] -Wuninitialized produces wrong error message for characters

2013-08-25 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13615 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/13615] -Wuninitialized produces wrong error message for characters

2013-06-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13615 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|NEW |WAITING

[Bug fortran/13615] -Wuninitialized produces wrong error message for characters

2013-06-22 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13615 --- Comment #12 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #11) At revision 200321, I still get no warning for tests as in comment #7 and pr13615_1.f90:3:0: warning: 'c[1]{lb: 1 sz: 1}'

[Bug fortran/13615] -Wuninitialized produces wrong error message for characters

2009-04-10 Thread dfranke at gcc dot gnu dot org
--- Comment #10 from dfranke at gcc dot gnu dot org 2009-04-10 21:53 --- To assess whether this is a middle-end issue, the alias dump (with VOPS and linenumbers) would be relevant. The testcase in #8 still gives the same warning. Manuel, you refer to the output of -fdump-tree-alias

[Bug fortran/13615] -Wuninitialized produces wrong error message for characters

2008-08-18 Thread manu at gcc dot gnu dot org
--- Comment #9 from manu at gcc dot gnu dot org 2008-08-18 16:53 --- To assess whether this is a middle-end issue, the alias dump (with VOPS and linenumbers) would be relevant. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/13615] -Wuninitialized produces wrong error message for characters

2007-11-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-11-21 18:58 --- $ cat z.f subroutine warn_character(d) character c, d d = c end $ gfortran -O2 -Wall z.f -c z.f: In function ‘warn_character’: z.f:3: warning: ‘c[1]{lb: 1 sz: 1}’ is used uninitialized in

[Bug fortran/13615] -Wuninitialized produces wrong error message for characters

2006-09-25 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added CC||fxcoudert at gcc dot gnu dot |