[Bug fortran/38404] Warning message identifies incorrect line

2010-05-19 Thread dfranke at gcc dot gnu dot org
--- Comment #6 from dfranke at gcc dot gnu dot org 2010-05-19 12:56 --- Fixed in trunk. Closing. Thanks for the report! -- dfranke at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/38404] Warning message identifies incorrect line

2010-05-19 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2010-05-19 12:55 --- Subject: Bug 38404 Author: dfranke Date: Wed May 19 12:55:26 2010 New Revision: 159561 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159561 Log: gcc/fortran/: 2010-05-19 Daniel Franke PR fortran

[Bug fortran/38404] Warning message identifies incorrect line

2010-05-13 Thread steve dot chapel at a2pg dot com
--- Comment #4 from steve dot chapel at a2pg dot com 2010-05-13 16:28 --- :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38404

[Bug fortran/38404] Warning message identifies incorrect line

2010-05-13 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-13 13:26 --- That's easily doable. Alternative patch for data.c below gives: $ gfortran-svn pr38404.f pr38404.f:5.7: X'"R" IN CALL RANDOM MAY NOT BE USED OUTSIDE THE BLOCK CONTAINING T 1 Warning: Initialization str

[Bug fortran/38404] Warning message identifies incorrect line

2010-05-13 Thread steve dot chapel at a2pg dot com
--- Comment #2 from steve dot chapel at a2pg dot com 2010-05-13 13:15 --- Excellent! The new warning is far more understandable than the old. X'"R" IN CALL RANDOM MAY NOT BE USED OUTSIDE THE BLOCK CONTAINING T 1 Warning: Initialization string starting at (1) was truncated a

[Bug fortran/38404] Warning message identifies incorrect line

2010-05-13 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2010-05-13 12:30 --- Suggested patch: http://gcc.gnu.org/ml/fortran/2010-05/msg00116.html -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/38404] Warning message identifies incorrect line

2009-03-28 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 GCC build t